Closed (fixed)
Project:
Private Upload
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
26 Jun 2007 at 20:55 UTC
Updated:
11 Jun 2024 at 12:23 UTC
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.