When openeing the page admin/settings/private_upload following error is displayed:

Fatal error: Call to undefined function: get_headers() in ......\modules\private_upload\private_upload.module on line 335

Comments

starbow’s picture

Status: Active » Fixed

OK, it looks like get_headers is PHP5 only. beta1 will wrap the call in a
if( function_exists() )

amitaibu’s picture

I have PHP5, and also with the DEV from 1-DEC I get this message:

warning: Invalid argument supplied for foreach() in C:\wamp\www\PDM\sites\all\modules\private_upload\private_upload.module on line 548.
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.