Quote:
Originally Posted by Expertu
For all the people who have the SQL problem:
You have to rename the created table, MANUALLY, with PhpMyAdmin or other SQL management scripts, from coder_searchstats, to vb_coder_searchstats.
The creator of this module, appends all over the place, the VB standard table prefix, although he creates the database without it.
|
That fixed my issue thanks. I manually changed the table to be PREFIXcoder_searchstats
For those who only want the search terms available to administrators, don't add the code to the bottom of your index page, instead just go to PhpMyAdmin and look and see what is in the table. Problem solved!