Errors loading new 1.6 install

Joomla versions 2.5, 1.7 and 1.6 are all end-of-life since December 31st 2014 and are no longer supported. Please use Joomla 3.x instead.

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
User avatar
dig814
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 193
Joined: Fri May 04, 2007 12:29 pm
Location: Erie, PA
Contact:

Errors loading new 1.6 install

Post by dig814 » Wed May 04, 2011 5:01 pm

Can anyone tell me why this error occurs? I created a quickstart packeage. I tested on 2 different servers. Had no problems. Now I have 3 different people that receive same errors and I can't seem to understand why. In the back end, the get

Code: Select all

Error loading module Unknown column 'm.publish_up' in 'where clause' SQL=SELECT id, title, module, position, content, showtitle, params, mm.menuid FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2011-05-04 16:59:44') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2011-05-04 16:59:44') AND m.access IN (1,1) AND m.client_id = 1 AND (mm.menuid = 0 OR mm.menuid <= 0) ORDER BY position, ordering
And can't login. Front end give 404, but going to search, I see this error:

Code: Select all

        * JERROR_LOADING_MENUS
        * Error loading module Unknown column 'm.publish_up' in 'where clause' SQL=SELECT id, title, module, position, content, showtitle, params, mm.menuid FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2011-05-04 16:41:24') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2011-05-04 16:41:24') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 0 OR mm.menuid <= 0) ORDER BY position, ordering

I can't seem to duplicate errors so I am unsure how to fix.

Thanks
Dan Riefstahl
Pixel Point Creative
Your Image is our Mission™
http://www.pixelpointcreative.com

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30926
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Errors loading new 1.6 install

Post by Per Yngve Berg » Thu May 05, 2011 6:06 am

There is a field "publish_up" missing in the jos_modules table. Inspect the database with phpmyadin.

What exactly did you do?

With "quickstart packeage" do you mean kickstart from Akeeba backup?

User avatar
dig814
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 193
Joined: Fri May 04, 2007 12:29 pm
Location: Erie, PA
Contact:

Re: Errors loading new 1.6 install

Post by dig814 » Thu May 05, 2011 2:01 pm

I solved it. It was not for Akeeba. I am a template developer and create "Quickstart" packages for our templates. We call ours Point.Click.GO!. I create a database dump from PHP Myadmin. Then I edit the sql file removing unneeded portions and save this as sample_data.sql to replace the core Joomla one for our packages.

I created a new database dump and went over it very carefully. There were a few references to localhost that I think caused the problem. I removed them, created the new file and had one of the people having the issue test it for me and it worked.

Thanks for your input.

Dan
Dan Riefstahl
Pixel Point Creative
Your Image is our Mission™
http://www.pixelpointcreative.com


Locked

Return to “Installation Joomla! 2.5”