+ Reply to Thread
Results 1 to 2 of 2

Thread: vBulletin Need Php.in Changed On Server.
      
   

  1. #1
    Mark9099 is offline Private First Class
    Join Date
    Apr 2008
    Posts
    6

    Default vBulletin Need Php.in Changed On Server.

    Hey, i have a vBulletin forum and to edit my skin some varibles need changing on php.in on the server or i can't change the skin, which i need badly.
    Error i get:
    Required variables have gone missing and execution can not continue. Please try again.

    This error can sometimes occur as a result of Suhosin / Hardened PHP being installed on your server. If you know that you have Suhosin running and you have access to the PHP configuration, try increasing the value of the following variables:
    • php_value suhosin.post.max_vars
    • php_value suhosin.request.max_vars
    I have looked on Vbulletin forum and it says i need this done:

    The most likely cause of this problem is the suhosin module in PHP. If so this can be fixed by editing the php.ini (requires root access to the server) or by via a .htaccess file with the following contents:

    php_flag suhosin.cookie.encrypt Off
    php_value suhosin.request.max_vars 2048
    php_value suhosin.post.max_vars 2048
    I have tryed the .htaccess and didnt work so i need it edited on the server.
    Can this be done?
    Because Vbulletin wont fully work for what i need it for.

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: vBulletin Need Php.in Changed On Server.

    Put in a support ticket and they will resolve this for you.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49