Closed (won't fix)
Project:
Marinelli
Version:
5.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2009 at 22:40 UTC
Updated:
13 Dec 2010 at 18:47 UTC
readfile($img);
I get the following error message.
PHP Warning: readfile() has been disabled for security reasons in rotate.php on line 192
How does one get it to work again?
Thanks for your assistance
Comments
Comment #1
patricksettle commentedYour hosting provider has decided to (for whatever reason) to restrict your access to readfile()
you can try replacing the readfile() call at line 192 with:
or maybe
Comment #2
Lioz commented