Webmastersite.net
Register Log In

Auto Update
problem after auto-update to 5.1.11

Comments on Auto Update

mervyn
Beginner

Usergroup: Customer
Joined: Nov 25, 2006

Total Topics: 3
Total Comments: 3
mervyn
Posted Nov 14, 2009 - 5:52 AM:

Just carried out the auto update to version 5.1.11 and this message appears on the main site when selecting any category:

An error occured while processing this page:
Error occurred at be-nosey.net/search/wsnlink...tion=displaycat&catid=1112 on 2009-11-14 13:50:32. Error text: Error #2: 'mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given' in /homepages/35/d208063677/htdocs/benosey.net/search/wsnlinks/databases/mysqli.php on line 72.
Last SQL error: Can't find FULLTEXT index matching the column list

An error occured while processing this page:
Error occurred at be-nosey.net/search/wsnlink...tion=displaycat&catid=1112 on 2009-11-14 13:48:59. Error text: Error #2: 'mysqli_fetch_row() expects parameter 1 to be mysqli_result, boolean given' in /homepages/35/d208063677/htdocs/benosey.net/search/wsnlinks/databases/mysqli.php on line 75.
Last SQL error: Can't find FULLTEXT index matching the column list


Can you advise please

Mervyn
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Nov 16, 2009 - 6:43 AM:

The similar listings and similar categories options require FULLTEXT indexes, but somehow these have been mysteriously lost (maybe on a database restoration or mysql upgrade or server move). Try running this in the SQL box at Admin -> Miscellaneous -> Advanced Options:
ALTER TABLE {PREFIX}links ADD FULLTEXT `titleindex` (`title`);
ALTER TABLE {PREFIX}categories ADD FULLTEXT `nameindex` (`name`);

That should fix it.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.