Search found 5 matches

by mjg
Sun Sep 25, 2005 8:37 am
Forum: General discussions
Topic: Upgrade problems
Replies: 10
Views: 11525

That's brilliant!. All is well. Many thanks for the prompt attention.
by mjg
Sun Sep 25, 2005 8:30 am
Forum: General discussions
Topic: Upgrade problems
Replies: 10
Views: 11525

Here it is, thanks for looking:

CREATE TABLE `faqadminlog` (
`id` int(11) NOT NULL auto_increment,
`time` int(11) NOT NULL default '0',
`usr` int(11) NOT NULL default '0',
`text` text NOT NULL,
`ip` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=68 ;

CREATE TABLE ...
by mjg
Sun Sep 25, 2005 7:56 am
Forum: General discussions
Topic: Upgrade problems
Replies: 10
Views: 11525

No, I don't have that table. I'm guessing I should have it.

What next? Thanks.
by mjg
Sun Sep 25, 2005 7:05 am
Forum: General discussions
Topic: Upgrade problems
Replies: 10
Views: 11525

lang looks fine with (en) in all entries.

I don't have columns for category_lang or record_lang. Should I?

Thanks,
Michael
by mjg
Sun Sep 25, 2005 6:41 am
Forum: General discussions
Topic: Upgrade problems
Replies: 10
Views: 11525

Upgrade problems

I've had some problems upgrading from 1.41 to 1.52. Firstly, I received this message at the end of the update:

Error: Unknown column 'user' in 'faqadminlog' and
Query:
ALTER TABLE faqadminlog CHANGE user usr INT(11) DEFAULT '0' NOT NULL

I was able to login to admin okay. The start page tells me ...