Tons of javascript errors for me on the front and backend rendering almost all menus inoperable. As others have suggested “chmod 644 js/proxy.php” solved the issue. That file was previously set to permission of 666 - perhaps that’s a sign?
i cant believe this issue still exists. i had this problem with the previous installations and after applying Moshes head.php file and fixing the /js/ folder permissions was i able to fix this. I thought with 1.1 they would fix it but i had to do it again :(
i cant believe this issue still exists. i had this problem with the previous installations and after applying Moshes head.php file and fixing the /js/ folder permissions was i able to fix this. I thought with 1.1 they would fix it but i had to do it again :(
This is not a Magento bug, every server has different settings. If you run into a server that requires this change - this is how you need to solve it. Unfortunately, there is no “one size fits all” here.
@FOOMAN: From what I’ve seen, error 500 can be directly related to admin menus not unfolding, because this happens due to failure to load admin javascripts which are combined using js/proxy.php.
If you use Firefox/Firebug, you might see in Firebug/Net tab error 500 for all javascript connections.
chmod 755 js js/proxy.php
and see if it works.
whoa… for some reason, I dont even have the proxy.php file in my js directory!
Could someone post it’s contents or point me to a place where I could get it?
When I tried to access the admin panel as instructed by the documentation I got a 404 error and had to enter the following line to get to the admin panel.
http://www.example.com/Magento/index.php/admin/
The first time I tried logging in I got a fatal error. It worked the second time though. This makes me think that the software is not quite ready for prime time.
@FOOMAN: From what I’ve seen, error 500 can be directly related to admin menus not unfolding, because this happens due to failure to load admin javascripts which are combined using js/proxy.php.
If you use Firefox/Firebug, you might see in Firebug/Net tab error 500 for all javascript connections.
chmod 755 js js/proxy.php
and see if it works.
whoa… for some reason, I dont even have the proxy.php file in my js directory!
Could someone post it’s contents or point me to a place where I could get it?