Hi There,
Hope we are all well
I've just installed this patch on my system, have followed the instructions that are provided in the Installing a Patch Guide and since following these instructions/installing the patch I'm now getting a 403 on my website and my File Manager (cPanel) is saying Data Error.
I've contacted my host, they have recommended I either reinstall from a backup or a few other steps, which I currently don't have. I'm confident this problem has arose since following the instructions inside this guide. The last part on step 6 says to lock down permissions and uses the following code:
find . -type d -exec chmod 500 {} \; find . -type f -exec chmod 400 {} \; find var/ -type f -exec chmod 600 {} \; find media/ -type f -exec chmod 600 {} \; find var/ -type d -exec chmod 700 {} \; find media/ -type d -exec chmod 700 {} \; ls -l
How do I get back to having a working system, complete novice here and just starting out with Magento.
Any help would be great.
Solved! Go to Solution.
I managed to resolve the issue I reset the permissions of my Magento installation to 644 and 755.