Firefox PHP

Error with search results in

Posted by proforums 
Error with search results in
October 27, 2010 09:06AM
I turned the PHP error settings to on and started receiving this message at the top of the search results page in 5.1.10:

Notice: Undefined index: mysql_use_ft in /home/httpd/vhosts/domain.com/httpdocs/phorums/include/db/mysql.php on line 927

Any idea what might be causing this and what I can do to resolve the error?

Thanks,
Chad
Re: Error with search results in
October 27, 2010 09:07AM
Your include/db/config.php does not define that configuration parameter. Check the bundled sample config for an example of what to add to your customized config.php.


Maurice Makaay
Phorum Development Team
my blog linkedin profile secret sauce
Re: Error with search results in
October 28, 2010 09:28AM
Maurice, that was it. I added the following line to my config file and the error went away.

'mysql_use_ft' => '0'

Thanks for your help.

Chad
Sorry, only registered users may post in this forum.

Click here to login