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

Since Opentools.de has now gone away I've created this forum to house FAQs and support for this mod in phpBB2.

Moderator: Experts

Locked
GoleyC
Posts: 5
Joined: Wed Mar 28, 2007 11:19 pm

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

Post 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?
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Post by DavidIQ »

You're managing your own server?
GoleyC
Posts: 5
Joined: Wed Mar 28, 2007 11:19 pm

Post 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.
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Post by DavidIQ »

Anything listed under disable_functions? How about you let me look at a phpinfo.php page?

Code: Select all

<?php phpinfo(); ?>
Locked