Quote:
Originally Posted by dartho
Yep - you need to run the following query on your thread table
ALTER TABLE `thread` ADD INDEX ( `vbookie_item_id` )
or if you use phpmyadmin, you could browse to the thread table, select the 'Structure' tab, check the vbookie_item_id field and click the 'Index' icon to add an index.
|
Thanks dartho. Re-installed and indexed. Lets see how it goes.