![]() |
|
Getting 100's of Backtrace: USER NOTICE: Image not found Errors - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Getting 100's of Backtrace: USER NOTICE: Image not found Errors (/thread-11245.html) |
Getting 100's of Backtrace: USER NOTICE: Image not found Errors - darkufo - 2013-08-05 Hi, I was checking my logs this morning and I'm seeing literally 1000's of these identical errors in my log. The gallery etc is all displaying fine and working great I was curious as to what might be causing this? Here is a sample of the errors (they are all the same) {Sun, 04 Aug 2013 22:32:51 GMT} Zenphoto v1.4.3.1[10590] This is the code from the fuctions-image.php file Line 33 is the trigger_error($errormessage, E_USER_NOTICE); line function imageError($status_text, $errormessage, $errorimg='err-imagegeneral.png') { '.sprintf(gettext('Request URI: [ Here is the code from i.php. Line 185 is the imageError('404 Not Found', gettext("Image not found; file does not exist."), 'err-imagenotfound.png'); link
Getting 100's of Backtrace: USER NOTICE: Image not found Errors - acrylian - 2013-08-05 Please look at your server access log. If someone for example requests an image page url (yourdomain.com/album/image.jpg.php for example) that does not exists the image of course does also not and would throw an error. Sometimes spammers try these things. Getting 100's of Backtrace: USER NOTICE: Image not found Errors - darkufo - 2013-08-05 Ah, thanks Acrylian. That would certainly explain it. I suspected something like that. Glad to know. Thanks for the reply. Getting 100's of Backtrace: USER NOTICE: Image not found Errors - sbillard - 2013-08-05 If you were running the current version of Zenphoto you could enable the image processor security option and these access attempts would be blocked. |