View Single Post
  #14 (permalink)  
Old 03-03-2009, 03:42 PM
Bruceper Bruceper is offline
Administrator
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,992
Bruceper is on a distinguished road
Default

If the listings are in idx_link_temp and not in idx_link then one of two things is happening.

1) They need to be approved
2) The database structure for idx_link is incorrect.

Go to the admin panel - database - query and run the following

alter table `idx_link_temp` change `spam` `spam` char(1) NOT NULL default '0';

Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
Yes it is telling you to just add that into that line.

If you're still having issues after this then send me your indexu login and phpmyadmin/control panel login to support
__________________
Apparently Dody didn't like my signature saying "not the admin" so he deleted it.
Did he not notice the fact that my title still says "administrator" and I haven't been the admin for months?
Reply With Quote