Hello everyone
Unfortunately I made the mistake to pass the software upgrade without you suspect that could be a problem as it was the first time that I upgrade the software.
now is the only way as there is no backup before upgrading nor can I do a clean installation from start (preferred quitting altogether my website to convert the blog to put another open source software)
expect to make some kind of upgrade that will fix the problems
an error message that I took after the installation was this:
Code:
Warning: Function split() is deprecated in ..../forum.php(791) : eval()'d code on line 265
(Anyway have update this Mod / Plugin VSa - Visitors In Last X Hours v3.0.5)
Follow instructions and have edit this file class_core.php (includes)
locate lines 5683-5685
Code:
case E_NOTICE:
// Just ignore these completely //
break;
Add lines for Deprecated and/or Strict errors as required ;
Code:
case E_NOTICE:
case E_STRICT:
case E_DEPRECATED:
// Just ignore these completely //
break;
This will bypass the additional error reporting.
and see this errors on error.log
11-Oct-2013 01:31:39 Europe/Athens] PHP Fatal error: Class 'vB' not found in /home/*****/public_html/includes/class_bootstrap_framework.php on line 101
[11-Oct-2013 01:31:41 Europe/Athens] PHP Fatal error: Class 'vB' not found in /home/*****/public_html/includes/class_bootstrap_framework.php on line 101
[11-Oct-2013 02:11:34 Europe/Athens] PHP Warning: set_error_handler() expects the argument (vb_error_handler) to be a valid callback in /home/*****/public_html/includes/init.php on line 57
[11-Oct-2013 02:11:34 Europe/Athens] PHP Fatal error: Class 'vB_Registry' not found in /home/*****/public_html/includes/init.php on line 60
[11-Oct-2013 02:11:36 Europe/Athens] PHP Warning: set_error_handler() expects the argument (vb_error_handler) to be a valid callback in /home/*****/public_html/includes/init.php on line 57
[11-Oct-2013 02:11:36 Europe/Athens] PHP Fatal error: Class 'vB_Registry' not found in /home/*****/public_html/includes/init.php on line 60
[11-Oct-2013 02:11:37 Europe/Athens] PHP Warning: set_error_handler() expects the argument (vb_error_handler) to be a valid callback in /home/*****/public_html/includes/init.php on line 57
[11-Oct-2013 02:11:37 Europe/Athens] PHP Fatal error: Class 'vB_Registry' not found in /home/*****/public_html/includes/init.php on line 60
init.php
Line 57 set_error_handler('vb_error_handler');
Line 60 $vbulletin = new vB_Registry();
class_bootstrap_framework.php
Line 101 vB::init($relative_path);
Anyidea how to fix?
Shared Hosting Package
Server Type Linux
Web Server Apache v2.2.24
PHP 5.3.23
MySQL Version 5.1.70-cll
Time Date Setting (PHP)
Code:
date
date/time support enabled
"Olson" Timezone Database Version 2013.2
Timezone Database external
Default timezone Europe/Athens
date.default_latitude 31.7667 31.7667
date.default_longitude 35.2333 35.2333
date.sunrise_zenith 90.583333 90.583333
date.sunset_zenith 90.583333 90.583333
date.timezone Europe/Athens Europe/Athens