Log in

View Full Version : vBulletin Error



conorr
11-05-2013, 06:55 PM
suggestions?


Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in /home//public_html/upload/includes/class_core.php on line 3314

Warning: Cannot modify header information - headers already sent by (output started at /home/viewhab5/public_html/upload/includes/class_core.php:3314) in /home//public_html/upload/install/includes/class_upgrade_ajax.php on line 744

Warning: Cannot modify header information - headers already sent by (output started at /home/viewhab5/public_html/upload/includes/class_core.php:3314) in /home//public_html/upload/install/includes/class_upgrade_ajax.php on line 745

Edited by Bolt660 (Acting Forum Super Moderator): Thread closed as there is a similar topic you have made here: http://www.habboxforum.com/showthread.php?t=777464

HarrySX
11-05-2013, 07:02 PM
Is your license nulled?

If not, happy to help. I see you're running PHP 5.4 (checking headers at http://viewhabboforum.com/upload/install/install.php) so add this to your config.php


ini_set("display_errors", "0");

or in your php.ini


display_errors = Off

conorr
11-05-2013, 07:03 PM
nope, okay ill give it a try

conorr
11-05-2013, 07:20 PM
Is your license nulled?

If not, happy to help. I see you're running PHP 5.4 (checking headers at http://viewhabboforum.com/upload/install/install.php) so add this to your config.php


ini_set("display_errors", "0");

or in your php.ini


display_errors = Off
Ive got two error codes away, only one left..


Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in /home//public_html/upload/includes/class_core.php on line 3314

HarrySX
11-05-2013, 07:26 PM
Open install/init.php

Comment out this line:


// try to force display_errors on
@ini_set('display_errors', true);

conorr
11-05-2013, 07:34 PM
Open install/init.php

Comment out this line:


// try to force display_errors on
@ini_set('display_errors', true);

nope, still there

HarrySX
11-05-2013, 07:35 PM
Try continuing the install anyway. It's related to PHP 5.4

conorr
11-05-2013, 07:37 PM
nvm, got it it.. thanks +rep:)

Want to hide these adverts? Register an account for free!