PHP Configuration Switch

Status
Not open for further replies.

Holow

New Member
Messages
15
Reaction score
0
Points
0
So yesterday or the day before my site started to get PHP errors or at least I think they were PHP errors, so I sent in an application to get the intermediate version. I got an email saying that my application was accepted and that it would take up to about 12 hours to switch and I would get another email when that happened. So I waited and now it has been over 24 hours, yet I am still getting the same errors like:

Warning: set_time_limit() has been disabled for security reasons in *my directory* on line 2

Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in *my directory* : regexp code on line 183

I censored some of the error and warning because it had my directory path in it just so you didn't get confused. I think switching to intermediate configuration should have fixed these problems and that I just haven't been upgraded yet. If I am wrong and I have been upgraded but I am still getting these errors I don't know what to do now.
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
The suhosin error should be fixed now.

Can you post line two of the file that is giving you the set_time_limit() error?
 

Holow

New Member
Messages
15
Reaction score
0
Points
0
:) Sure here it is:

set_time_limit(600);
 
Last edited:
Status
Not open for further replies.
Top