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
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
Comment #1
starbow commentedOK, it looks like get_headers is PHP5 only. beta1 will wrap the call in a
if( function_exists() )
Comment #2
amitaibuI have PHP5, and also with the DEV from 1-DEC I get this message:
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.