The simpler media website CMS
[Mon Dec 20 03:16:27 2010] [warn] mod_fcgid: stderr: PHP Notice: \xe5\x9c\xa8 /cache/DSCN2282_w150_h150_cw150_ch150_thumb.jpg Zenphoto \xe5\xa4\x84\xe7\x90\x86\xe4\xba\x86\xe4\xb8\x80\xe4\xb8\xaa 404 \xe9\x94\x99\xe8\xaf\xaf. \xe8\xaf\xa6\xe6\x83\x85\xe8\xaf\xb7\xe7\x9c\x8b\xe9\x99\xa4\xe9\x94\x99\xe6\x97\xa5\xe5\xbf\x97. in /home/inthemdl/public_html/zp-core/functions.php on line 2097From the looks of it it's been happening for a while, and it appears to be sporadically dispersed through the error log. OF course qoing to that line in functions.php shows me
Comments
Also as a thought, with the degraded performance that zenphoto.org has been seeing due to all the spam connections etc, would it be wise to setup this internet check to connect to somewhere other than www.zenphoto.org? Or perhaps another way to check if there's an internet connection?
No notices should be output (the '@' in front of the `fsockopen` is supposed to supress any error/warnings.) If there is no connection these items should inform you. At any rate, the function should not be being called anywhere but when you are on the admin overview page.
While it is possible to use this function to check a connection to a different site, we do not do that.
I can't be sure, as I said it's quite erratic in it's appearance, but I believe it's happening on default themes as well.
You could make an experiment. Disable the Zenphoto News plugin remove the check_for_update.php function from the utilities folder. That will eliminate any source of calls on the function.