Quote:
Originally Posted by derekivey
You can ignore that error, it just means you have that field already. Edit the XML file and find that query and remove it then try reimporting and selecting yes to overwrite.
Derek
|
I have this problem after trying to reinstall. I removed the following from the XML
$db->query($sql);]]></installcode>
<uninstallcode />
</code>
<code version="1.0.3">
<installcode><![CDATA[$sql = "ALTER TABLE `".TABLE_PREFIX."toplist_sites` ADD `status` VARCHAR( 20 ) DEFAULT 'active' NOT NULL AFTER `out`;";
A am still getting an error
Also in the installation instructions there is:
2. CHMOD 777 images/toplist/buttons/sites.
There is no folder SITES within buttons. Does this folder need to be created?
Thanks in advance