symphonists / search_index

Search Index provides an easy way to implement high performance fulltext searching on your Symphony site
32 stars 21 forks source link

Problem with search_index/lib/class.search_index.php #6

Closed bzerangue closed 13 years ago

bzerangue commented 13 years ago

Hey Nick. I installed the Search Index extension, and installed without issue. There was one exception to that, the Search Index Logs item gives you a Fatal error if your database your are using a different table name prefix than 'sym_'.

In the search_index/lib/class.search_index.php file, the table name is explicitly 'sym_search_index_logs' and if you change it to 'tbl_search_index_logs' it fixes the errors.

nickdunn commented 13 years ago

Good spot, thanks Brian. Sorry it took so long to find and close this off.