php problems

Status
Not open for further replies.

devongovett

New Member
Messages
33
Reaction score
0
Points
0
Hello,

Yesterday, I created a page for users to upload images that I would then process. I did the processing with an external system() call, which worked fine (event though I just found out that it shouldn't) in the Basic PHP Configuration. I then upgraded to the Intermediate version to allow file uploads (which now work) and I no get an error:
Warning: system() has been disabled for security reasons in /home/dgovett/public_html/upload/index.php on line 20. I know that system() isn't supposed to work in either version, but it did and now it don't:sad:

Any help would be appreciated.

Thanks!
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
system is disabled for security. We recompiled PHP recently which enabled things we normally restrict for a short period of time.

-Corey
 
Status
Not open for further replies.
Top