Thanks royo. I was in such a hurry when I did that I completely forgot.
I have debug on for apache and there is nothing relating to search.php at all. Same goes for the MySQL error log.
--------------- Added [DATE]1212426293[/DATE] at [TIME]1212426293[/TIME] ---------------
Marco,
I was under the impression if I removed the conditional statement that VB would use the slave db for ALL reads. I only want VB to use the slave db when searching. Did I misunderstand?
--------------- Added [DATE]1212457172[/DATE] at [TIME]1212457172[/TIME] ---------------
Going through line by line I've been able to locate the two lines that are throwing the page off. I have no idea why these two lines are throwing the page off however, they are:
2237 eval(standard_error(fetch_error('searchnoresults', $displayCommon), '', false));
3736 eval('print_output("' . fetch_template($templatename) . '");');
|