Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    May 2013
    Posts
    24
    Tokens
    178

    Default

    Quote Originally Posted by GoldenMerc View Post
    Not sure why you blurred the name out;
    http://viewhabboforum.com/
    Never the less
    Code:
    Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in /home/viewhab5/public_html/vbulletin/upload/includes/class_core.php on line 3314
    Warning: Cannot modify header information - headers already sent by (output started at /home/viewhab5/public_html/vbulletin/upload/includes/class_core.php:3314) in /home/viewhab5/public_html/vbulletin/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/vbulletin/upload/includes/class_core.php:3314) in /home/viewhab5/public_html/vbulletin/upload/install/includes/class_upgrade_ajax.php on line 745
    Sounds dodgy, but found this thread by searching the code;
    http://www.vbulletin.com/forum/forum...lation-problem
    i already seen that, nothing works

  2. #12
    Join Date
    Jul 2004
    Location
    UK
    Posts
    23,590
    Tokens
    33,601
    Habbo
    xxMATTGxx

    Latest Awards:

    Default

    Is there a reason why you aren't installing vBulletin 4.2.1?


    Previous Habbox Roles
    Co-Owner of Habbox | General Manager | Assistant General Manager (Staff) | Forum Manager | Super Moderator | Forum Moderator

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

    Default

    Quote Originally Posted by xxMATTGxx View Post
    Is there a reason why you aren't installing vBulletin 4.2.1?
    nope, ill try it now

  4. #14
    Join Date
    Mar 2011
    Posts
    333
    Tokens
    863

    Default

    Quote Originally Posted by xxMATTGxx View Post
    Is there a reason why you aren't installing vBulletin 4.2.1?
    I'll ask you/Habbox the same question

  5. #15
    Join Date
    Jul 2004
    Location
    UK
    Posts
    23,590
    Tokens
    33,601
    Habbo
    xxMATTGxx

    Latest Awards:

    Default

    Quote Originally Posted by HarrySX View Post
    I'll ask you/Habbox the same question
    Because only one person has access to the downloads area and will have to wait!


    Previous Habbox Roles
    Co-Owner of Habbox | General Manager | Assistant General Manager (Staff) | Forum Manager | Super Moderator | Forum Moderator

  6. #16
    Join Date
    Dec 2006
    Location
    Doncaster, UK
    Posts
    1,251
    Tokens
    5,489

    Latest Awards:

    Default

    It's not that hard to install vBulletin, all signs point to you using an illegal version.

    Either that or a crap host.

  7. #17
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Try editing install/init.php

    Where the vBulletin idiot says remove the line (hey, what happens if it defaults to true? it happens!) try this:

    PHP Code:
    ini_set('display_errors'false); 


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  8. #18
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,580
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    Quote Originally Posted by Agnostic Bear View Post
    Try editing install/init.php

    Where the vBulletin idiot says remove the line (hey, what happens if it defaults to true? it happens!) try this:

    PHP Code:
    ini_set('display_errors'false); 
    Surely all that would do is not display the errrors, yet the errors are still lurking ?

  9. #19
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    The error is because of output being sent (by error reporting) before headers are sent by php which makes php have a hissy fit. Suppressing all output will stop headers from being unable to be sent.


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

Page 2 of 2 FirstFirst 12

Posting Permissions

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