Fatal error suhosin

Flemme

New Member
Messages
2
Reaction score
0
Points
0
Hello guys,

I've installed Nuke evolution on the server and installed it with succes. But when i try to check http://41stside.x10hosting.com/index.php i got this error.

Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in /home/flemme/public_html/includes/classes/class.identify.php(180) : regexp code on line 180

I've already checked on forums and they said, that the host needs to fix it, so i hope they can.

Thx
 
Last edited:

Blazer9131

New Member
Messages
411
Reaction score
0
Points
0
I see your problem, The PHP pack you are using right now doesn't allow /e modified with preg_replace

You might need PHP pack V3

This version of PHP is much more relaxed in regards to security. More features are enabled compared to the default version.

* Mail(), eval() functions allowed
* Memory limit and max upload filesize set moderately higher
* URL fopen or include enabled
* More relaxed restriction of 'unsafe' and 'bad' functions

* PHP Version - 5.2.4
* cURL, FTP, Socket, and MBString extensions enabled
* /e modifier with preg_replace allowed
* No system/execution-related functions enabled, eg: exec, passthru, system
* Magic Quotes GPC enabled
* Register Globals disabled
* File uploads enabled
* Suhosin Path + Extension installed

Please request it from your account managment page http://www.x10hosting.com/account

log in, and scroll to the bottom.
In the "why do you want this" post the error message you are getting.

~Blaze

Rep + if you think this is helpful =D
 
Last edited:

Flemme

New Member
Messages
2
Reaction score
0
Points
0
Ok, thx mate
I've did what you said, lets hope they gonna accept my reason and that it will work. :fingersx:
That would be awesome.
Thx for the info

Greats
 

stinkyJaK

New Member
Messages
9
Reaction score
0
Points
0
I see your problem, The PHP pack you are using right now doesn't allow /e modified with preg_replace

You might need PHP pack V3

This version of PHP is much more relaxed in regards to security. More features are enabled compared to the default version.

* Mail(), eval() functions allowed
* Memory limit and max upload filesize set moderately higher
* URL fopen or include enabled
* More relaxed restriction of 'unsafe' and 'bad' functions

* PHP Version - 5.2.4
* cURL, FTP, Socket, and MBString extensions enabled
* /e modifier with preg_replace allowed
* No system/execution-related functions enabled, eg: exec, passthru, system
* Magic Quotes GPC enabled
* Register Globals disabled
* File uploads enabled
* Suhosin Path + Extension installed

Please request it from your account managment page http://www.x10hosting.com/account

log in, and scroll to the bottom.
In the "why do you want this" post the error message you are getting.

~Blaze

Rep + if you think this is helpful =D



I am getting a somewhat different error.
Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/myalias/public_html/mydir/include/functions.inc.php(2695) : eval()'d code on line 2695

Will asking the account manager upgrade to a different version help this also?
Will the account manager know what version I need by seeing my error?
Will this cost much?
How long does this normally take to fix?
Since these packages on in fantastico, why isn't the necessary version already installed?


This is my current setup.
Apache version 1.3.39 (Unix)
PHP version 5.2.4
MySQL version 4.1.22-standard
Architecture i686
Operating system Linux
 
Top