ZenphotoCMS Forum
Comment error - 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: Comment error (/thread-5136.html)



Comment error - Robertwb69 - 2009-05-04

I get this in my name and email field:
" Notice: Undefined variable: stored in /home/doomsday/public_html/themes/binary/image.php on line 110"

line 110

          There was an error submitting your comment. Name, a valid e-mail address, and a comment are required.
          Name:



Comment error - sbillard - 2009-05-04

This is an error in your theme--using a varaiable when it has not been initialized. Since this is not one of Zenphoto's themes, there is little else I can comment on with respect to the problem.

I suggest you compare the comment handling code of your theme with that of one of the distributed themes to see if you can find the difference which is causing this problem.




Comment error - Robertwb69 - 2009-05-04

Where would I find the comment handling code?
Thanks in advance.




Comment error - sbillard - 2009-05-05

Typically in the image.php script. look for if (getOption('Allow_comments')) { this if statement will typically contain the comment handling code.