• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

What is this error?

That is a warning, not a error. PHP version is higher than your version of VB knows how to talk to, is all. I am sure [MENTION=1]Ozzy47[/MENTION] will pop in with some details on how to hide the warnings.
 
That is a warning, not a error. PHP version is higher than your version of VB knows how to talk to, is all. I am sure [MENTION=1]Ozzy47[/MENTION] will pop in with some details on how to hide the warnings.

Thank you for your reply. I will wait for his response.
 
Open your includes/config.php file and below<?php add this line:

Code:
 define('SKIP_ALL_ERRORS', true);

Code:
So it looks like this:
<?php
define('SKIP_ALL_ERRORS', true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2
 
Open your includes/config.php file and below<?php add this line:

Code:
 define('SKIP_ALL_ERRORS', true);

Code:
So it looks like this:
<?php
define('SKIP_ALL_ERRORS', true);
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2

Ozzy,

That fixed it. Thank you for your time.


John
 
Back
Top