cancel
Showing results for 
Search instead for 
Did you mean: 

SUPEE-6788 - 403 Forbidden

SOLVED

SUPEE-6788 - 403 Forbidden

 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.

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: SUPEE-6788 - 403 Forbidden

I managed to resolve the issue I reset the permissions of my Magento installation to 644 and 755. 

View solution in original post

1 REPLY 1

Re: SUPEE-6788 - 403 Forbidden

I managed to resolve the issue I reset the permissions of my Magento installation to 644 and 755.