cancel
Showing results for 
Search instead for 
Did you mean: 

I applied two security pathes and reapplied ownership, no input file specified.

I applied two security pathes and reapplied ownership, no input file specified.

I just installed a couple critical patches and followed the instructions here.http://devdocs.magento.com/guides/m1x/other/ht_install-patches.html

After I ran the following command

chown -R root .

My site not says 'No input file specified.'

I tried reverting the patches and that didn't do anything.

Any Ideas? Do i need to reset the file permissions?

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
chmod 550 mage
2 REPLIES 2

Re: I applied two security pathes and reapplied ownership, no input file specified.

These two commands fixed it

 

find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;

Thanks anyway 

Re: I applied two security pathes and reapplied ownership, no input file specified.

Hello @dtacollectibles

 

Nice to hear that your issue has been resolved,

If you are looking for the simple ways for the patch installation, 

Checkout this blog,

http://magecomp.com/blog/how-to-install-magento-security-patches/

 

SECURITY DISCLAIMER: The above website contains Magento Security Patch files which are self-hosted by the user and as such unsafe. Magento Forum advise all users to only download patch files from the official Magento Downloads page. 

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now