Results 1 to 8 of 8

Thread: vBulletin Error

  1. #1
    Join Date
    May 2013
    Posts
    24
    Tokens
    178

    Default vBulletin Error

    suggestions?
    PHP Code:
    Strict StandardsNon-static method vB_Shutdown::instance() should not be called staticallyassuming $this from incompatible context in /home//public_html/upload/includes/class_core.php on line 3314

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

    WarningCannot modify header information headers already sent by (output started at /home/viewhab5/public_html/upload/includes/class_core.php:3314in /home//public_html/upload/install/includes/class_upgrade_ajax.php on line 745 
    moderator alert 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
    Last edited by Martin; 12-05-2013 at 04:26 PM.

  2. #2
    Join Date
    Mar 2011
    Posts
    333
    Tokens
    863

    Default

    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

    Code:
    ini_set("display_errors", "0");
    or in your php.ini

    Code:
    display_errors = Off
    Last edited by HarrySX; 11-05-2013 at 07:03 PM.

  3. #3
    Join Date
    May 2013
    Posts
    24
    Tokens
    178

    Default

    nope, okay ill give it a try
    Last edited by conorr; 11-05-2013 at 07:07 PM.

  4. #4
    Join Date
    May 2013
    Posts
    24
    Tokens
    178

    Default

    Quote Originally Posted by HarrySX View Post
    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

    Code:
    ini_set("display_errors", "0");
    or in your php.ini

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

    PHP Code:
    Strict StandardsNon-static method vB_Shutdown::instance() should not be called staticallyassuming $this from incompatible context in /home//public_html/upload/includes/class_core.php on line 3314 
    Last edited by conorr; 11-05-2013 at 07:24 PM.

  5. #5
    Join Date
    Mar 2011
    Posts
    333
    Tokens
    863

    Default

    Open install/init.php

    Comment out this line:

    PHP Code:
    // try to force display_errors on
    @ini_set('display_errors'true); 

  6. #6
    Join Date
    May 2013
    Posts
    24
    Tokens
    178

    Default

    Quote Originally Posted by HarrySX View Post
    Open install/init.php

    Comment out this line:

    PHP Code:
    // try to force display_errors on
    @ini_set('display_errors'true); 
    nope, still there

  7. #7
    Join Date
    Mar 2011
    Posts
    333
    Tokens
    863

    Default

    Try continuing the install anyway. It's related to PHP 5.4

  8. #8
    Join Date
    May 2013
    Posts
    24
    Tokens
    178

    Default

    nvm, got it it.. thanks +rep

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •