[ask] please help me

rayap.kota

New Member
hi friend, i am experiencing problem about is editting styles templates.
secretory like picture hereunder

41353564ks2.jpg

thank, and i am very expect the aid
 
Taken from a post on vbulletin.org:

Try adding these lines to .htaccess in your forum directory:

Use this in the htaccess file:

Code:
suhosin.cookie.encrypt Off
suhosin.request.max_vars 2048
suhosin.post.max_vars 2048

OR

Create a php.ini file and put it in the required directory:

Code:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
 

rayap.kota

New Member
psilocybin said:
Taken from a post on vbulletin.org:

Try adding these lines to .htaccess in your forum directory:

Use this in the htaccess file:

Code:
suhosin.cookie.encrypt Off
suhosin.request.max_vars 2048
suhosin.post.max_vars 2048

OR

Create a php.ini file and put it in the required directory:

Code:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048

this is the result after made. file. htaccess

Code:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email][email protected][/email] and inform them of the time the error occurred, and anything you might have done that may have caused the error.



More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at forum.centuri-on.org Port 80
 

Itsuki Minami

New Member
that means you got to ask your webhost to disable suhosin or change host, yup you can do it with a htaccess file unless your host disable changing it with htaccess
 

rayap.kota

New Member
is manner other to activate sohusin, without replaced place hosting
i have tried to add php. this, its contents:

Code:
suhosin.cookie.encrypt = Off
suhosin.memory_limit = 32M
suhosin.session.encrypt = Off
suhosin.log.sapi = 511
suhosin.get.max_value_length = 4096
suhosin.request.max_vars 4096
suhosin.post.max_vars 4096

but his result is same
is manner other that can i do?
 
Top