[ERROR] passthru() has been disabled for security reasons
Posted: Fri Apr 13, 2007 9:51 pm
We keep getting the following error when we try to upload a file larger than 1meg.
safe_mode is turned off
register_globals is turned on
Upload limit in php.ini is set to 128MB.
What else could be causing this and what is the fix?
Code: Select all
Warning: passthru() has been disabled for security reasons in /home/atv/public_html/forums/attach_mod/includes/functions_thumbs.php on line 166
Warning: Cannot modify header information - headers already sent by (output started at /home/atv/public_html/forums/attach_mod/includes/functions_thumbs.php:166) in /home/atv/public_html/forums/includes/page_header.php on line 499
Warning: Cannot modify header information - headers already sent by (output started at /home/atv/public_html/forums/attach_mod/includes/functions_thumbs.php:166) in /home/atv/public_html/forums/includes/page_header.php on line 501
Warning: Cannot modify header information - headers already sent by (output started at /home/atv/public_html/forums/attach_mod/includes/functions_thumbs.php:166) in /home/atv/public_html/forums/includes/page_header.php on line 502register_globals is turned on
Upload limit in php.ini is set to 128MB.
What else could be causing this and what is the fix?