Forums / Cotonti / Bugs / Archive / Error after update SQL

rayblo
#1 2009-03-10 22:24
What i did is as followed;

Contonti version 0.0.3 clean install on a website;
Then old SED SQL file uploaded into phpmyadmin
To this part it went well.
After using patch 125 to 0.0.1 it gives me the error below;

/* Subforums patch */ ALTER TABLE sed_forum_sections ADD COLUMN fs_masterid smallint( 5 ) unsigned NOT NULL default '0';

But doing the other patches no mistakes comes up, but however on the website when you wanna open a link it gives u ;

Fatal error : SQL error : Unknown column 'ft_desc' in 'field list'

Anyone have a clue?
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
Lombi
#2 2009-03-10 22:28
Yes. You didnt upgrade to 125, this is 125 functionality. If you want just add a row in forums_topics called ft_desc varchar 255.
<a href="http://www.domenlo.com">Surreal Art</a>
rayblo
#3 2009-03-10 22:35
ok will have a look
[b]www.dutchcotonti.com[/b]<br />
De plaats voor nederlandse ondersteuning voor Cotonti.<br />
The place for support for Cotonti in Dutch
foxhound
#4 2009-04-23 05:17
# Lombi : Yes. You didnt upgrade to 125, this is 125 functionality. If you want just add a row in forums_topics called ft_desc varchar 255.

I suffer the same error but I am like 200% sure I updated to seditio 125 before doing the other updates. Anyway I can add the row manually but I would like to know the values for the other fields if you dont mind. I looked at the other rows and they all have different values so I am not sure what to add.
And after what row should I create the new "ft_desc" row? Or doesn't that really matter?

Thanks in advance B-)
<img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
Lombi
#5 2009-04-23 17:47
Make it varchar 255, doesnt matter after what.
<a href="http://www.domenlo.com">Surreal Art</a>