php 5.3 but php 5.2 has some problem - step by step
1. creating 1 post in guestbook - OK
2. creating answer to 1 post - OK
3. creating 2 post - OK
4. creating answer to post 2 - Error
in PHP 5.3 first entry have ID 1, but in PHP 5.2 - ID 0
as i see in log file
also request. can you change plugin to create log file with 1 entry per line like this
"channel
entry
entry
/channel"
instead of
"channel entry entry /channel"
it helps to admin it manually
When i post new message to guestbook "success" pop up appears with ok button, but theres no text jus blank pop up with ok button . Same pop up appears if i make wron captha but then there is text "you wrote wrong code etc".
a message should appear: Thank you for you comment.
If you have firebug you can check if there is any error in tab script.
Regards.
(2016-10-24, 05:09:22)Riianna Wrote: When i post new message to guestbook "success" pop up appears with ok button, but theres no text jus blank pop up with ok button . Same pop up appears if i make wron captha but then there is text "you wrote wrong code etc".