After upgrade to 1.7 the Magento Connect Manager will no longer work it gos to 404 Not Found error page?
So we also had to change the permissions on “downloader/index.php” back to “644” also.
So far that has been my only problems with the two Index.php files changing permissions from 644 to 666 and all I had to do was reset them. Everything seams to be working just fine now.
So far that has been my only problems with the two Index.php files changing permissions from 644 to 666 and all I had to do was reset them. Everything seams to be working just fine now.
reset permissions to 644 worked for me on this one but getting 404 on configuration > system > promotions/oauth pages
For those of you who still haven\’t been able to resolve this issue after trying all of the above solutions, I thought I\’d share mine with you, since it hasn\’t been mentioned anywhere before as far as I know.
I tried all of the solutions above, and none helped… my permissions are right, tried accessing the correct URL directly etc.
In the end I asked my server guys to look at it, and this is what they found, and how they fixed it for me:
\"There were no issues with the file itself, the problem was due to the URL being re-written incorrectly because it inherited the parent .htaccess in /shop/.
After doing some research on how to override the parent .htaccess in a subdirectory, we found the solution is just to add the following line in the sub .htaccess:
RewriteOptions inherit
The URL loads successfully now.\”
For clarity, \"shop\" is my Magento root folder.
Original solution posted here: http://www.magentocommerce.com/boards/viewthread/21787/P45/
Sometimes working on Magento become really tedious task when you encountered with error messages. Many of you must have faced some kind of error message while working on Magento.
404 Error On Sample Products
Sometimes when you click on products that appear on Main Page, you may get 404 error. To solve this issue follow these 2 easy steps:
a) Go to System -> Cache Management
b) There, in Catalog Section, click “Refresh Button” for Catalog Rewrites.
404 Error on Product Description Pages
Last error was about the sample products. However, in this, you’ll get 404 error on your own product pages. So as to deal with such issue, you need to go to phpMyAdmin and run following command:
Magento Connect Manager 404 ERROR after 1.7 Upgrade
In case you receive 404 error after upgrading to Magento 1.7, don’t need to worry. Simply change the permissions of downloader/index.php from 0666 to 0644.
After that try to logout and login. Now open your website in new browser session.
So far that has been my only problems with the two Index.php files changing permissions from 644 to 666 and all I had to do was reset them. Everything seams to be working just fine now.