Magento

eCommerce Software for Online Growth

Magento Forum

From setting up your store to managing your products, pages and promotions to generating detailed reports, the Magento User Guide empowers the user to utilize the platform for all of its vast capacity.
Available in eBook and Print formats – Download Now!!!
   
Admin page menu doesn’t work [solved]
 
shani
Jr. Member
 
Total Posts:  3
Joined:  2009-01-22
 

# step1: replace app/code/core/Mage/Page/Block/Html/Head.php with the attached head.php
# step2: chmod 755 the js/ folder, and folders within.
# step3: chmod 644 the javascript files inside js/lib/
# step4: chmod 644 js/index.php

100% WORKING SOLUTION...GUYS…

File Attachments
Head.php  (File Size: 8KB - Downloads: 844)
 
Magento Community Magento Community
Magento Community
Magento Community
 
colinj
Jr. Member
 
Avatar
Total Posts:  3
Joined:  2009-02-02
Devon, UK
 

Thanks MISCHAH - that solved hours of headaches!
Your Head.php comment switch was the fix for me - nothing else worked.
Perhap I can actually do something now - big surprise finally!

 
Magento Community Magento Community
Magento Community
Magento Community
 
Mr JoJo
Jr. Member
 
Total Posts:  1
Joined:  2009-02-03
 

Just installed the latest 1.2.1, used for a few hours and bumped into this strange problem.

I only had to set js/index.php to 644 and solved the problem.

Thanks very much cool smile

 
Magento Community Magento Community
Magento Community
Magento Community
 
cclohman
Sr. Member
 
Avatar
Total Posts:  81
Joined:  2008-06-16
www.Tridian.com
 

I second the comment by Mr JoJo.  Resetting js/index.php to 644 did the trick.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Dustin
Sr. Member
 
Total Posts:  155
Joined:  2008-03-13
Columbus, OH
 
Mr JoJo - 03 February 2009 03:57 AM

Just installed the latest 1.2.1, used for a few hours and bumped into this strange problem.

I only had to set js/index.php to 644 and solved the problem.

Thanks very much cool smile

That worked for me as well. Wonder why that happens?

 
Magento Community Magento Community
Magento Community
Magento Community
 
rbarona
Jr. Member
 
Total Posts:  1
Joined:  2007-12-20
 

For me only works with the new head.php replace. Only changing the files permissions doesn’t works

Thanks a lot!

 
Magento Community Magento Community
Magento Community
Magento Community
 
andij
Jr. Member
 
Avatar
Total Posts:  11
Joined:  2008-04-09
 
Mr JoJo - 03 February 2009 03:57 AM

Just installed the latest 1.2.1, used for a few hours and bumped into this strange problem.

I only had to set js/index.php to 644 and solved the problem.

Thanks very much cool smile

This worked for me too!  Thanks.

 Signature 

andij.com
handyman

 
Magento Community Magento Community
Magento Community
Magento Community
 
countrycharm
Jr. Member
 
Total Posts:  3
Joined:  2009-02-23
 
hiramh - 23 May 2008 09:19 AM

scend - 25 March 2008 07:02 AM
This worked for me (temporary fix);

Download the patch file.

Change (line 98)

#$lines[$if]['other'][] = sprintf($script, $baseJs.$item['name'], $item['params']);
                    $lines[$if]['script'][] $item['name'];

to this (basically swap the # from one line to the other);

$lines[$if]['other'][] sprintf($script$baseJs.$item['name']$item['params']);
                    
#$lines[$if]['script'][] = $item['name'];

and then this (line 127);

foreach ($this->getChunkedItems($items['script']$baseJs.'proxy.php?c=auto&f;=') as $item{
                   $html 
.= sprintf($script$item'')."\n";
                
}
//                foreach (array_chunk($items['script'], 15) as $chunk) {
//                    $html .= sprintf($script, $baseJs.'proxy.php/x.js?f='.join(',',$chunk), '')."\n";
//                }

to this (swap the comments over);

//                foreach ($this->getChunkedItems($items['script'], $baseJs.'proxy.php?c=auto&f;=') as $item) {
//                   $html .= sprintf($script, $item, '')."\n";
//                }
                foreach (array_chunk($items['script']15) as $chunk{
                    $html 
.= sprintf($script$baseJs.'proxy.php/x.js?f='.join(',',$chunk), '')."\n";
                
}


It basically inserts each javascript file individually as the proxy method doesn’t seem to work for everyone. Hopefully the next version will fix the issue.

THANKS! This worked for me.

This works like a charm. Thanks

 
Magento Community Magento Community
Magento Community
Magento Community
 
alamgir
Jr. Member
 
Total Posts:  5
Joined:  2009-04-10
 

replacing Head.php with this worked for me, FINALLY....Thank you so much....

 
Magento Community Magento Community
Magento Community
Magento Community
 
nonfinite
Jr. Member
 
Total Posts:  9
Joined:  2009-04-15
 

That did the trick, shani!

This doesn’t bode well if I’m already needing to patch right out of the box.  Hoping it’s smooth sailing from here.

 
Magento Community Magento Community
Magento Community
Magento Community
 
chaddro
Jr. Member
 
Total Posts:  11
Joined:  2007-12-20
 

This solution is not working for me.

I have checked all permissions, and tried the Head.php patch file. Still no good.

Specifically what is NOT working are all Roll-Over “click to edit” (like when you are viewing products) and
the “Save” and “Save and Continue” buttons when you are editing a product.

Any ideas?

 
Magento Community Magento Community
Magento Community
Magento Community
 
nonfinite
Jr. Member
 
Total Posts:  9
Joined:  2009-04-15
 

I managed to fix the top bar using the edited head.php file, but other buttons are still broken.  Add category and subcategory, save buttons in catalog config page are still broken.

I’m deleting magento.  Going to try uploading the full install, adjusting permissions, and doing this ONE more time… if this fails I’m giving up on Magento.  If there are this many problems from the get-go, I’d be foolish to test my luck with the rest of it.

 
Magento Community Magento Community
Magento Community
Magento Community
 
alvin
Jr. Member
 
Total Posts:  4
Joined:  2008-10-29
 

I’ve just install successfully magento v1.3.0 to my host, but facing problems on the admin panel, most of the menus and links are disable. Please Advice

Webhost : justhost.com

 
Magento Community Magento Community
Magento Community
Magento Community
 
alvin
Jr. Member
 
Total Posts:  4
Joined:  2008-10-29
 

I’ve just install successfully magento v1.3.0 to my host, but facing problems on the admin panel, most of the menus and links are not working. Please Advice

Webhost : justhost.com

 
Magento Community Magento Community
Magento Community
Magento Community
 
chaddro
Jr. Member
 
Total Posts:  11
Joined:  2007-12-20
 

I believe I figured out my issue, and this may be related to others with the same problem.

Form me this started when I switched Apache to FastCGI (both with and without xcache). Once I went back to dso, everthing worked fine again.

There may be a fix for the FastCGI problem, but you’ll need to dig to find the post. Will like it if I can find it again. But under FastCGI I was also getting
random Internal Server 500 Errors.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
 
© Copyright 2010 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
177719 users|1141 users currently online|277257 forum posts