Problem with validation. I have now a image edit in the admin Panel show, which wants to be proved or rejected. The Problem is the LInk ID isn't saved. Insted of the Number( the id) the Variable { LINKID } is shown. (IF you go over the edit link with the mouse, you see this: ... wsngallery/edit.php?action=link&field=id&fieldvalue={LINKID}&condition=equals&pendingedit=1
). If you click the edit LINk this message come up: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in ..../classes/database.php on line 108<
The aprove and the recect button at the bottom after selection, also don't work with this image. (That means the Image is always show up again after proving or rejection)
What should I do now? Can you explain me a way to delete or change this image with phpmyadmin
Comments on Problems with image edit validation
Member
Usergroup: Customer
Joined: Oct 23, 2005
Total Topics: 21
Total Comments: 27
Problem with validation.
I have now a image edit in the admin Panel show, which wants to be proved or rejected. The Problem is the LInk ID isn't saved. Insted of the Number( the id) the Variable { LINKID } is shown. (IF you go over the edit link with the mouse, you see this:
... wsngallery/edit.php?action=link&field=id&fieldvalue={LINKID}&condition=equals&pendingedit=1
).
If you click the edit LINk this message come up:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in ..../classes/database.php on line 108<
The aprove and the recect button at the bottom after selection, also don't work with this image. (That means the Image is always show up again after proving or rejection)
What should I do now? Can you explain me a way to delete or change this image with phpmyadmin
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
That should be {IMAGEID} in gallery. Edit the validation template or just replace it with the attached.
Attached Files:
Member
Usergroup: Customer
Joined: Oct 23, 2005
Total Topics: 21
Total Comments: 27
Perfekt, thank you very much