Quote:
Originally Posted by Akangage
Hi Chris,
I face this problem when I tried to post.
Solved by adding 'that' error in Sql table
|
The problem is why that field didn't created by the product-classifieds.xml. Have you imported that file??. I seen the code and is correct:
Code:
<code version="1.5.0">
<installcode><![CDATA[
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."items ADD flagreserved INT( 1 ) UNSIGNED DEFAULT '1' NOT NULL");
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."item_fields ADD description mediumtext);
]]></installcode>
<uninstallcode>
</uninstallcode>
</code>