+ Reply to Thread
Results 1 to 3 of 3

Thread: PHP Settings Help

  1. #1
    ridebmx's Avatar
    ridebmx is offline Web Designer
    Join Date
    Apr 2008
    Location
    Wellington, New Zealand
    Posts
    33
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Settings Help

    I am wondering how I can go about getting a PHP settings change.....

    I have this error on an install;
    PHP setting suhosin.post.max_vars >= 400: error No

    I have been told that I require;
    Ask your web hosting support to increase their suhosin.post.max_vars and suhosin.request.max_vars to 500 or higher

    Is this possible to have done?
    The domain is www.cheekymonkey.org.nz

    Thanks in advance!

  2. #2
    Anna M.'s Avatar
    Anna M. is offline WeeHBie
    Join Date
    Dec 2008
    Posts
    453
    WHB Points this Month
    0.00
    WHB Points
    50.00
    Thanks
    2
    Thanked 6 Times in 3 Posts

    Default

    Please submit a ticket to the technical department at whbsupport.com
    And our tech team will assist
    CS Team
    WebHostingBuzz.com

    Get the latest news and promotions by following us on Twitter and Facebook

  3. #3
    Maxim M.'s Avatar
    Maxim M. is offline WeeHBie
    Join Date
    Sep 2008
    Location
    Kharkiv, UA
    Posts
    532
    Servers
    webhostingbuzz.com
    WHB Points this Month
    0.00
    WHB Points
    45.00
    Thanks
    14
    Thanked 3 Times in 3 Posts

    Default

    You can customize any PHP setting with the help of a local php.ini file. In current case, you need to add the following text there:

    [PHP]
    suhosin.post.max_vars = 400

    Create the file in any text editor, save as php.ini and upload it to the folder you are running script from.
    That should do.

+ Reply to Thread

Posting Permissions

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