I upgraded with Magento Connect Manager from 1.18 to 1.20 without any error messages but when I got back to the admin backend, I can’t touch anything.
I tried using both IE and FF and I got a error message containing element undefined in IE.
Can you please post here a screenshot of your Magento Connect Manager page ?
Can you please also post a screenshot of any admin page with that error (please click on “Show Details” in IE before making a screenshot)?
Same here.
Tried to upgrade through ‘connect’. All the yellow boxes....
Went to admin to login and get error page/message
Warning: call_user_func(bcsub) [function.call-user-func]: First argument is expected to be a valid callback in /home/httpd/vhosts/octanesport.co.uk/httpdocs/newcart/lib/Zend/Locale/Format.php on line 416
<snip>
Now stuck....
This is a different issue from what was originally reported in this thread and is probably due to your PHP not being compiled with BCMath support.
I upgraded with Magento Connect Manager from 1.18 to 1.20 without any error messages but when I got back to the admin backend, I can’t touch anything.
I tried using both IE and FF and I got a error message containing element undefined in IE.
But nothing works, do you have any suggestions?
I have just had the same problem I noticed I had an “public_html/js/index.php” is writeable by group” error, I chmoded this file to 644 and now the admin menu is working.
I upgraded with Magento Connect Manager from 1.18 to 1.20 without any error messages but when I got back to the admin backend, I can’t touch anything.
I tried using both IE and FF and I got a error message containing element undefined in IE.
But nothing works, do you have any suggestions?
I have just had the same problem I noticed I had an “public_html/js/index.php” is writeable by group” error, I chmoded this file to 644 and now the admin menu is working.
Check that /js and all it subdirectories are chmod 755, and that all the files are 644
Clear the cache
SOS handling: the links are in fact in the page usualy, it is just that javascript does not work to implement the link; if the steaps above did not solve the problem, you can access the URLs directly (ie, without the disabled links), eg by looiking at the html code to find the precise address.
I tried everything with chmod but no success and since it was a dev site for me, I got it working by deleting all files and reinstalling it with a full zip 1.21.
I have just had the same problem I noticed I had an “public_html/js/index.php” is writeable by group” error, I chmoded this file to 644 and now the admin menu is working.
Thanks darkaeon!
I had the same problem and simply changing ROGER persmisos to 644 in /public_html/js/index.php
I had the same issues everytime I upgraded or installed something to magento. My server users 755 for folders and 644 for files. Resetting all of them works for me. Remember that Magento has a ton of files. You might want to ask your host to do this or use SSH/Telnet, etc.