1

(6 replies, posted in PunBB 1.3 troubleshooting)

We own/manage the server, and I am 99.99997 % sure no one altered anything.
But . I will check with everyone and make sure.

Thanks

2

(6 replies, posted in PunBB 1.3 troubleshooting)

the Server is running mySQL 5.0.33 PHP
PHP Version 5.2.5

These havnt changed, nothing has changed, the search just stopped ?

3

(6 replies, posted in PunBB 1.3 troubleshooting)

Hi;

search_cache  is empty;
search_matches is huge -> http://cl.ly/1jbn
search_words is equally huge -> http://cl.ly/1j4L

should I empty these ?

4

(6 replies, posted in PunBB 1.3 troubleshooting)

Hi,

Recently the search on our Forums have stopped working;

http://nwcryobank.com/forum/search/?s=sheldon

An error was encountered

Note: For detailed error information (necessary for troubleshooting), enable "DEBUG mode". To enable "DEBUG mode", open up the file config.php in a text editor, add a line that looks like "define('FORUM_DEBUG', 1);" (without the quotation marks), and re-upload the file. Once you've solved the problem, it is recommended that "DEBUG mode" be turned off again (just remove the line from the file and re-upload it).



Turning DEBUG on, I get the following error;

An error was encountered

The error occurred on line 682 in /usr/local/www/htdocs/nwcryobank.com/www/forum/include/search_functions.php

Database reported: Query was empty (Errno: 1065).

function get_search_results($query, &$search_set)
{
    global $forum_db, $forum_user, $forum_page, $lang_common;

    $return = ($hook = get_hook('sf_fn_get_search_results_start')) ? eval($hook) : null;
    if ($return != null)
        return $return;

    $result = $forum_db->query_build($query) or error(__FILE__, __LINE__); // line 682

I have updated to the latest versions, and have rebuilt the index in the administration.