I’m get the error below in my Forums. I have an advertising block implemented. Used this tutorial to implement an ad system throughout the entire site: http://subvert.ca/blog/archive/expressionengine-advertising/
It only shows (as is correct) to super admins and as far as we can tell not doing any major damage other than possibly not allowing us to track the ads properly.
Link to the site: www.dakotapreps.com
A PHP Error was encountered
Severity: Warning
Message: getimagesize(<img src="http://www.dakotapreps.com/ad-images/blank_leaderboard.gif" alt="" />) [function.getimagesize]: failed to open stream: No such file or directory
Filename: libraries/Functions.php(639) : eval()'d code
Line Number: 1139Does anyone have any idea what this could be?
Thanks in advance.
getimagesize supports both (path and remote file), but remote file should be allowed from your configuration it disabled most of the hostings for security reason. I saw the file exists too. So update php config if possible or find an alternative way. or not to throw the error you can put @ sign before this function which isn’t a perfect solution though!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.