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!
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!