Blank page when editing a message, posting an answer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • racingparts.ro
    New Member
    • Oct 2008
    • 20
    • 3.7.x

    Blank page when editing a message, posting an answer

    i get a blank page when i edit a message, post an answer.

    i checked all the things you advice in the other discussions but with no success.

    sometimes everything is ok ..and the page reloads with the answer added or the message posted ...but more times i get the blank page

    do you have any other suggestions?

    i overwrote the forum files with the files from the backup i made 6 months ago, hoping that it will solve the problem ..but it doesnt
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24369
    • 5.7.X

    #2
    Please see the link below for known causes of blank or white pages:

    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • racingparts.ro
      New Member
      • Oct 2008
      • 20
      • 3.7.x

      #3
      i did almost every thing on that list except:

      Code:
      11. Check your phpinfo page to see if suhosin is installed as a module. If it is, this could be the cause of this problem. To fix this, add or edit an .htaccess file in your root forum directory and add these lines to it:
      
      php_flag suhosin.cookie.encrypt Off
      php_value suhosin.request.max_vars 2048
      php_value suhosin.post.max_vars 2048
      
      12. This can be caused by a bug in PHP 5.2.5:
      
      http://bugs.php.net/bug.php?id=43620
      6. Your PHP has magic_quotes_sybase turned on. You have to turn this off. On *nix systems you can do this by creating an .htaccess file with this content and placing it in your main forum directory:
      
      php_flag magic_quotes_sybase 0
      i dont know how to do this

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24369
        • 5.7.X

        #4
        If you go to AdminCP > Maintenance > View PHP Info, search on that page for the term 'suhosin' - is it there?

        Also, what version of PHP is shown at the top of that page?
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        • racingparts.ro
          New Member
          • Oct 2008
          • 20
          • 3.7.x

          #5
          PHP Version 5.2.14
          no suhosin found on that page

          Comment

          • Trevor Hannant
            vBulletin Support
            • Aug 2002
            • 24369
            • 5.7.X

            #6
            What's in your server error logs for the time that you get blank pages?
            Vote for:

            - Admin Settable Paid Subscription Reminder Timeframe (vB6)
            - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

            Comment

            • racingparts.ro
              New Member
              • Oct 2008
              • 20
              • 3.7.x

              #7
              cant find any error log..where should i look for it?

              this is my config.php begining code
              Code:
              <?php
              define('DISABLE_HOOKS', true);
              DEFINE('NOZIP', 1);
              ini_set("display_errors", true);
              ini_set('memory_limit', -1);
              /*======================================================================*\
              || #################################################################### ||
              || # vBulletin 3.8.1
              || # ---------------------------------------------------------------- # ||
              || # All PHP code in this file is ©2000-2009 Jelsoft Enterprises Ltd. # ||
              || # This file may not be redistributed in whole or significant part. # ||
              || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
              || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
              || #################################################################### ||
              \*======================================================================*/
              i just discovered that the 4 lines of code wasn't save in my remote config.php , i uploaded the new modiffied file with the 4 lines and it works now.
              should i remove one line at a time and see which was the problem? or is not important?
              Last edited by racingparts.ro; Thu 23 Sep '10, 5:37am.

              Comment

              Related Topics

              Collapse

              Working...