Advanced Search Error

UN1017

0
May 12, 2012
288
Sacramento, CA
The admin crew may already be aware but just in case...there is some error code being generated above the page header when Advanced Search is selected. See below. It occurs in IE and in mobile Safari.

image.jpg1_2.jpg
 
PHP warnings like this can crop up when the php version of the host server is newer than the vBulletin software package running on it. These aren't actual errors, they are just warnings of depreciated php values the scripts are using. There are two ways to handle it and I recommend the first one.

1.) Go into the config.php file and add this under the <?php line:

Code:
define('SKIP_ALL_ERRORS', true);

This will bypass all (non fatal) error reporting.

2.) Upgrade your vBulletin installation to latest version of 4, which is vB 4.3.3 <--- This can be fraught with problems regarding compatibility of some add-ons, I do not recommend this be undertaken lightly and if it is undertaken, do it during the winter when your traffic is lower.
 
Thread Status
Hello , This thread has been inactive for over 60 days. New postings here are unlikely to be seen or responded to by other members. For better visibility, consider Starting A New Thread.