Backend Menu toolbar Gone

Need help with the Administration of your Joomla! site? Pop your questions in here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
Biter
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Mar 25, 2012 7:20 pm

Backend Menu toolbar Gone

Post by Biter » Sun Mar 25, 2012 7:33 pm

Good Day, on an old site that I have, Joomla 1.0.... My admin menu on the backend has disappeared and I am trying to get it back and working.

I have came accross this thread http://forum.joomla.org/viewtopic.php?f ... 7#p2145097 which I believe is the closest thing I could find in regards to getting it back. My Admin Menus where not there so I tried the suggested sql code and ran it. However when I follow these steps I receive the following error:

Error

SQL query:

INSERTINTO`jos_modules`
VALUES (

'','Admin Menu','', 1,'menu', 0,'0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1,'', 0, 1,''
)

MySQL said:
#1136 - Column count doesn't match value count at row 1


Is there anything I can do to get my admin Menu back?

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24986
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Backend Menu toolbar Gone

Post by pe7er » Sun Mar 25, 2012 8:53 pm

You referred to a Joomla 1.5 solution. However, the table structure (amount of fields) of Joomla 1.5 is different from Joomla 1.0.

The easiest to do:
with phpMyAdmin, goto your jos_modules table,
select "insert" and use the fields from your SQL statement as values.

Better: create a local webenvironment (eg with XAMPP), install Joomla 1.0,
use phpMyAdmin to export the jos_modules table,
and copy the line for the "Admin Menu" record,
and run that SQL statement in the database of your 1.0 website.

Note: back-up your website's database before doing so...
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

Biter
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Mar 25, 2012 7:20 pm

Re: Backend Menu toolbar Gone

Post by Biter » Mon Mar 26, 2012 12:27 am

Thanks so much. I'll give it a whirl.


Locked

Return to “Administration - 1.0.x”