Call-back icon  Sales: Call 877.832.5289 (N America)|310.295.4144 (International)

Magento

eCommerce Software for Online Growth

Magento Forum

   
Page 1 of 2
Magento 1.1 Administration Error
 
Stefanos Z
Jr. Member
 
Total Posts:  9
Joined:  2008-07-17
Athens,GR
 

Hello. I have upgrade to 1.1 and when I try to access admin section I get this error :

Fatal errorCall to a member function setActive() on a non-object in C:\wamp\www\magento\app\code\core\Mage\Adminhtml\Controller\Action.php on line 67

Any ideas???

 
Magento Community Magento Community
Magento Community
Magento Community
 
kingkao
Member
 
Avatar
Total Posts:  50
Joined:  2008-04-02
Toronto
 

I am also looking for solution to this. I have read previous thread to this and it just said in Magento Downloader maker sure all installations from ‘magento-core/Mage_All_Latest’ are successful.

I did this, but still do not have access to admin.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Michael
Magento Team
 
Total Posts:  681
Joined:  2007-08-31
 

Can you please try to refresh the cache (i.e. remove var/cache directory) ?
Does it help ?

 
Magento Community Magento Community
Magento Community
Magento Community
 
atlasit
Member
 
Avatar
Total Posts:  36
Joined:  2008-06-03
Los Angeles, CA
 

i just did a fresh upgraded to 1.1 and did a separate fresh install.  both times, after I log into the admin, none of the navigation headers are clickable.  So i can only look at the dashboard… any ideas on why this might be the case?

[edit] looks like is the oscommerce extension that causes the admin navigation to break

 Signature 

If this saved you an hour, feel free to check out our website!  Atlas Consultant

or

Feed the addiction ;o)
Donate a cup of coffee!

 
Magento Community Magento Community
Magento Community
Magento Community
 
camay
Jr. Member
 
Total Posts:  5
Joined:  2008-03-17
Barcelona, Spain
 

I got the same fatal error, but with member function findFirstAvailableMenu().

Note this occurs on my local Windows server, and not on the production linux server.

 
Magento Community Magento Community
Magento Community
Magento Community
 
chiplay
Jr. Member
 
Total Posts:  7
Joined:  2008-04-25
 

Fatal error: Call to a member function findFirstAvailableMenu() on a non-object in /home/chiplay/public_html/store/app/code/core/Mage/Adminhtml/controllers/IndexController.php on line 36

I get this when I try to access my admin.  I tried removing the var/cache and it didn’t make a difference.  I need to get this fixed ASAP - any other ideas?

 
Magento Community Magento Community
Magento Community
Magento Community
 
klamy
Jr. Member
 
Total Posts:  16
Joined:  2008-02-20
 

I am also getting the same findFirstAvailableMenu() error

If anyone has any ideas on how to fix that would be great.

 
Magento Community Magento Community
Magento Community
Magento Community
 
jackstraw
Member
 
Total Posts:  41
Joined:  2008-06-02
Carbondale,Colorado
 

To make the admin panel work again try going to yoursite.com/downloader and install the fooman menu fix.

Paste this into the extension key box “magento-community/Fooman_FixHeadPhp” without the quotations.

hope that helps,
Nigel

 
Magento Community Magento Community
Magento Community
Magento Community
 
klamy
Jr. Member
 
Total Posts:  16
Joined:  2008-02-20
 

did anyone find a fix for the following error yet?:

Fatal error: Call to a member function findFirstAvailableMenu() on a non-object in .../public_html/magento/app/code/core/Mage/Adminhtml/controllers/IndexController.php on line 36

 
Magento Community Magento Community
Magento Community
Magento Community
 
raisinlove
Jr. Member
 
Total Posts:  17
Joined:  2008-06-20
Montreal
 
jackstraw - 02 August 2008 09:53 AM

To make the admin panel work again try going to yoursite.com/downloader and install the fooman menu fix.

Paste this into the extension key box “magento-community/Fooman_FixHeadPhp” without the quotations.

hope that helps,
Nigel

I tried the fooman fix and it doesnt seem to have fixed anything.

 
Magento Community Magento Community
Magento Community
Magento Community
 
komunikat
Jr. Member
 
Total Posts:  9
Joined:  2008-04-03
 

same problem here after updating Magento to 1.1.2:

Fatal error: Call to a member function findFirstAvailableMenu() on a non-object in .../app/code/core/Mage/Adminhtml/controllers/IndexController.php on line 36

The fix didn’t work confused

Thanks for any help

 
Magento Community Magento Community
Magento Community
Magento Community
 
raisinlove
Jr. Member
 
Total Posts:  17
Joined:  2008-06-20
Montreal
 

So is the solution to reinstall the entire Magento package? How should I go about this, download the entire package, upload the files to overwrite the ones currently on my server? Reinstalling every module via Magento Connect has not fixed the issue. I do not have any products in my store but I have started customizing the settings and created a new theme. Any suggestions?

 
Magento Community Magento Community
Magento Community
Magento Community
 
phlux0r
Jr. Member
 
Avatar
Total Posts:  3
Joined:  2008-03-09
 

Hey all, I also had this problem after the Connect upgrade on my test install.

What I did is download the complete 1.1.2 install, unpack it and then I renamed the existing app folder to app.bak, copied the new folder into my magento install and copied the app/etc/config.xml file from the app.bak/etc/config.xml. After that, the login screen came up and I could log in again.

Edit:
Unfortunately, this screwed up my front end display of the demo store… so… I don’t know f this is the way to go :(
Make sure you take a backup of the original app folder just in case…

Second edit:
the default store works fine… it’s just the “modern” theme that’s broken…

HTH

 
Magento Community Magento Community
Magento Community
Magento Community
 
MagentoJoe
Sr. Member
 
Total Posts:  119
Joined:  2007-08-31
 

Hi folks,

We had the exact same problem (on a very critical production-system..) and really had to find a solution of this, which we found (after trying a complete reinstall, etc, etc).

So, the solution is rather easy: Log onto your SQL-server using PHPMyAdmin or whatever. Open up the Magento database and locate the core_config_data-table. Then check the values of “design/package/name” and “design/theme/default”. Both these should have the value “default” (our installation had blank fields in these settings).

Hope this helps some of you people also getting into this error!

 Signature 

Visit http://www.ecommerce-extensions.com for professional Magento templates and widgets.

 
Magento Community Magento Community
Magento Community
Magento Community
 
klamy
Jr. Member
 
Total Posts:  16
Joined:  2008-02-20
 

@aFFi,

I tried your fix it but i still get the error. Those values had “default” and “modern” set in them, so I changed “modern” to default but no luck.

What do the following fields have as values for you?

design/theme/layout
design/theme/skin
design/theme/template
design/theme/translate

Mine all are blank...should the value “default” be set for all of them?

Thanks for the help.

Edit: I just noticed this thread has two errors in it. the error I am receiving is:

Fatal error: Call to a member function findFirstAvailableMenu() on a non-object in /home/chiplay/public_html/store/app/code/core/Mage/Adminhtml/controllers/IndexController.php on line 36

aFFi - is your fix for this error or a different one?

 
Magento Community Magento Community
Magento Community
Magento Community
 
g4m3c4ck
Jr. Member
 
Total Posts:  19
Joined:  2008-02-01
 

Wow this has not been fixed yet?

I just upgraded to 1.16 and got this same error.

It seem db related. Am I right?

I did not install the new sample data because I have made some changes. Am going to have to? What is the deal? I am running sample data from 1.0.0 something.

 Signature 

ubuntu 7.10 - Magento ver. 1.1.6

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 1 of 2
 
Sales: Call 877.832.5289 (North America) 310.295.4144 (International)
© Copyright 2008 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
50097 users|441 users currently online|102231 forum posts