Skip to content
WJunction - Webmaster Forum

prob with suhosin when installing IPB

Status
Not open for further replies.
944371.png


can anyone help me to sort this out please? :(
 

6 comments

login to putty

Code:
php -i | grep php.ini

output :
Configuration File (php.ini) Path => /etc
Loaded Configuration File => /etc/php.ini
#---------------
now edit that file through Nano or vi
Code:
vi /etc/php.ini

output :
Code:
[PHP]

;;;;;;;;;;;;;;;;;;;
; About this file ;
;;;;;;;;;;;;;;;;;;;
;
; This is the recommended, PHP 4-style version of the php.ini-dist file.  It
; sets some non standard settings, that make PHP more efficient, more secure,
; and encourage cleaner coding.
; The price is that with these settings, PHP may be incompatible with some
; applications, and sometimes, more difficult to develop with.  Using this
; file is warmly recommended for production sites.  As all of the changes from
; the standard settings are thoroughly documented, you can go over each one,
; and decide whether you want to use it or not.

solution add after
PHP:
 line
[code]
[PHP]
suhosin.post.max_vars 4096
suhosin.request.max_vars 4096
suhosin.post.max_value_length 1000000
suhosin.request.max_value_length  1000000
;;;;;;;;;;;;;;;;;;;
; About this file ;
;;;;;;;;;;;;;;;;;;;
;
; This is the recommended, PHP 4-style version of the php.ini-dist file.  It
; sets some non standard settings, that make PHP more efficient, more secure,
; and encourage cleaner coding.
; The price is that with these settings, PHP may be incompatible with some
; applications, and sometimes, more difficult to develop with.  Using this
; file is warmly recommended for production sites.  As all of the changes from
; the standard settings are thoroughly documented, you can go over each one,
; and decide whether you want to use it or not.[/code]

Save file
service httpd restart

and u are done
 
Status
Not open for further replies.

About the author

SkaterP
Banned · Joined
im not human! sex only :D
297
Messages
1
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom