gjac1
March 8, 2009, 12:14pm
#1
Is the readfile() php function disabled or blocked ??
And if it is, is there any way for me to enable it ?? i am trying to run a free adoptables site script but the images dont show…
This is the message i get :
The image “http://morelm.bplaced.net/get.php?id=1” cannot be displayed, because it contains errors.
Thanks
You must not use readfile() with an URL as parameter (URL-fileaccess has been disabled for security reasons). Use relative or absolute paths instead and it will work.
gjac1
March 8, 2009, 2:21pm
#3
Thank you for your reply
Can you edit this line to show me as an example ?
morelm.bplaced.net/get.php?id=1
Thanks
I think it’s not possible that way because you must access the image via filesystem, and there are, as far as i know, no url parameters possible.