Guestbook 1.1.9 and CMSMS 1.1 Issues
Posted: Sat Aug 25, 2007 1:29 pm
I have installed a fresh copy of CMS Made Simple 1.1 "Samoa" and noticed the Guestbook 1.1.9 is showing errors at the top of the admin screen in Guestbook. It says this,
I have seen this somewhere on help, but it talked about a previous version of Guestbbook and how it was a reminder for Developers to update the other module projects. It is not convieniant because it creates an error for every post. If there is no fix then is there a way to turn it off?Warning: vsprintf(): Too few arguments in /{Root}/lib/translation.functions.php on line 62
After Joining the Forum and Finding a Search in the Forum, I found the following:
http://forum.cmsmadesimple.org/index.php/topic,13545.msg68103.html#msg68103
The following, makes the error go away, but I do not know if it resolves the issue.
So the question remains is this a fix or a bandage?It seems to be in /lib/translation.functions.php, line 34, which should be
Code:
$params = NULL;
instead of
Code:
$params = array();
Sorry for making a Forum "Rookie" Mistake.