WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
v2.8.9. Nov 01, 2018 (ruebenwurzel) - adapted Captcha Call to work with WB 2.12.x (thanks to luisehahne)v2.8.8 Mar 18, 2017 (ruebenwurzel) - fix missing TABLE_PREFIX in upgrade.php (thanks to msfrog) - small fix in search.php v2.8.7.2 Feb 18, 2016 (Jacobi22) - fix: repair version number to 2.8.7.2 - fix: INSERT doesnt support MYSQL Strict Mode - remove empty inserts from install.php v2.8.71 March 4, 2014 (Marian Zeyen) - adapted guestbook for working with IPv6 Adresses (changed Database 'ip_addr' to 'ip_addr_old' insert into Database 'ip_addr' as VARCHAR convert 'ip_addr_old' to plain format and store as VARCHAR in 'ip_addr' removed all INET_NTOA and INET_ATON from code => all IP adresses (IPv4 and IPv6) are stored plain)
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;
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;
Will test it first on a testsite before putting it on the livesite.