Page 1 of 1

Problem maybe SQL?

Posted: Tue May 23, 2006 6:59 pm
by warpdesign
I'm trying to track down a problem I'm having with the news module here:
http://forum.cmsmadesimple.org/index.ph ... 761.0.html

I'm wondering if it may be a problem with the SQL database? I upgraded from a previous version of CMSMS, when it asks you during the install about your database there is a check box that says it will write over the existing DB and I selected to do that.

I checked the structure of my SQL database using PHPmyAdmin and I have two of every table one with _seq at the end and one without. For example templates and templates_seq, module_news and module_news_seq etc. From what I can see the _seq ones are all empty. Is this correct? Any advice on making the news module work?

Re: Problem maybe SQL?

Posted: Wed May 24, 2006 3:49 pm
by Elijah Lofgren
You could either try Mark's suggestion: http://forum.cmsmadesimple.org/index.ph ... l#msg26767 or maybe all you'll need to do is click "Upgrade" instead of uninstalling and reinstalling.

Also you should run install/upgrade.php whenever you upgrade CMSMS.