Member
Member
Robertwb69   2009-05-04, 07:52
#1

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:
Member
Member
sbillard   2009-05-04, 15:29
#2

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.

Member
Member
Robertwb69   2009-05-04, 23:52
#3

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

Member
Member
sbillard   2009-05-05, 01:47
#4

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

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.