i did a manual install, and im getting this error when i try to add/manage an ad.
Unknown column 'CATEGORY' in 'field list'
File: /home/webadmin/forums.sd-imports.com/html/Sources/Ads.php
Line: 284
$request = db_query("
UPDATE {$db_prefix}ads
SET " . implode(',', $adsUpdate) . "
line 294 WHERE ADS_ID = '$_REQUEST[ad]'", __FILE__, __LINE__);