Page 1 of 1

Gbook - issues after upgrading to CMS 2.2.3.1

Posted: Sat Sep 09, 2017 8:31 pm
by chips
Hi. I'm running CMS Made Simple 2.2.3.1. PHP version is 5.5.38 I am running Gbook 2.2.4

After upgrading from CMS 2.1.6 to 2.2.3.1, I noticed that I could no longer create or manage existing guestbooks from the CMS content admin console.

I am getting the following error whenever I click Guestbook in the Content of CMS Admin Console:

==========================================
Entries
Guestbooks
Smileys
Templates
Options
Could not initialize b8.
Error message: Unknown MySQL server host 'localhost:3306' (-5)
==========================================

However, the guestbook is still viewable from within my website with no problems

Thanks for any feedback.

Re: Gbook - issues after upgrading to CMS 2.2.3.1

Posted: Sun Sep 10, 2017 10:30 am
by Jos
I think it might be related to this bugreport: http://dev.cmsmadesimple.org/bug/view/11042

can you confirm if it works when you disable the db_port setting in config.php?

Re: Gbook - issues after upgrading to CMS 2.2.3.1

Posted: Sun Sep 10, 2017 10:31 pm
by chips
Hi Jos,

This is confirmed. Commenting out the db_port setting in config.php solved the issue.

Code: Select all

#$config['db_port'] = 3306;
Marking this issue as solved. Thanks.