Hi. Im getting crazy trying to solve a problem with zenphoto.
Many core.xxx files are auto-generated into the zp-core directory. The admin server says me that they come cause the script is broken.... do you know something about it?
The version I have is the last one.
The site si alejiga.com, so you can check everything looks works fine.
Comments
[Mon Feb 14 14:02:57 2011] [error] [client 90.165.50.240] Premature end of script headers: c.php". "That error message is repeated again and again for several images". So, I think is something about captcha...
c.php is really a pretty simple script. It takes the text of a captcha and, using the GD library, makes an image from it. So also maybe there is a problem with your GD library. I would assume such a crash file is due to a fault in server code--either apache or PHP.
You might also be able to get some info if you use `gdb` to look at the core dump. You will need SSH access to do so. You can use `gdb <(which php) core.13179` and `gdb` should load the symbols and give you the contents of the dump.
Thanks.
I found the solution at 2 a.m. and being bit tired of it, so I just let you know I got it.
It seems, not sure, is cause the server, the ZenPhoto script or both together. The fact is I had enabled the imageshack library to generate the images for captcha. Imageshack is working properly as I'm using in other account of my reseller hosted account (so no way to say is not workin, then I can confirm works nice). However, something happens when mix the library with this script and the Imageshack option in the admin panel is enabled. Surely this option works fine in other servers. Not in mine. Therefore I disabled it in order to use the GD library, and now works great.
So, for painfull souls as me getting crazy cause odds core.xxx files autogenerated by the hosting are eating the host space, just disable the imageshack option in the Admin Panel of the ZenPhoto (by the way, nice software). I think even is a good solution for people who don't see the Captcha image works as expected (in case it is enabled, of course).
I recommend to developers specify in the Admin Panel the use of imageshack or GD Library. I mean, a combo option or a help note where people see clearly what they are using or selecting. Solution was as easy as click a box.
The note what graphics libary you are currently using is already there. Right on the left on the admin overview page (and also as a footer comment in the source code of your site).
I just see the note. Thanks for your help.