WebsiteBaker Support (2.13.x) > Modules
Guestbook broken
RonR:
confirmed: 2.89 is also giving an http500 error.
I hope for a fix: I have over 1800 entries by customers, and wish to continue the guestbook...
dbs:
If guestbook is not fixable, try the feeback module.
You can overtaken the entries by a command like this in your phpmyadmin
--- Code: ---INSERT INTO wb_mod_feedback (section_id, page_id,name,email,feedback,timestamp,comment)
SELECT section_id, page_id,name,email,message,posted_when,comment FROM wb_mod_guestbook;
--- End code ---
The prefix wb_ is also your prefix? Ok, otherwise change it in the command twice.
Now the section_id should be changed before execute the command.
- install feedback module
- add a section feedback to the same page (remember the section_id e.g. SecId: [330] )
- change command:
--- Code: ---INSERT INTO wb_mod_feedback (section_id, page_id,name,email,feedback,timestamp,comment)
SELECT 330, page_id,name,email,message,posted_when,comment FROM wb_mod_guestbook;
--- End code ---
- execute command
Had tested this and it works for me. Without warranty.
It is only a try.
RonR:
Thank you for your help, Frank!
I will save this option for when there will be no new version of Guestbook.
Will test it first on a testsite before putting it on the livesite.
Greetz,
Ronald
dbs:
So, Dietmar has worked. It works, but without ASP (spam protection).
Maybe later with more time he can fix more.
Try the attached version 2.9.
--- Quote ---Will test it first on a testsite before putting it on the livesite.
--- End quote ---
This should you do with all updates/upgrades :)
RonR:
Great, but...
Sorry to say that I still get a http500 on page:
~~/modules/guestbook/gstbk_save.php?sid=22&pid=22
(with and without disabled spam control)
I will try on a clean install later.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version