Page 1 of 1

[ERROR] passthru() has been disabled for security reasons

Posted: Fri Apr 13, 2007 9:51 pm
by GoleyC
We keep getting the following error when we try to upload a file larger than 1meg.

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 502
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?

Posted: Sat Apr 14, 2007 9:29 pm
by DavidIQ
You're managing your own server?

Posted: Sat Apr 14, 2007 9:35 pm
by GoleyC
DavidIQ wrote:You're managing your own server?
Yes we are on a dedicated linux server. We have tried numerous things without any success.

Posted: Sat Apr 14, 2007 9:41 pm
by DavidIQ
Anything listed under disable_functions? How about you let me look at a phpinfo.php page?

Code: Select all

<?php phpinfo(); ?>