Page 1 of 1

Guestbook 1.1.9 and CMSMS 1.1 Issues

Posted: Sat Aug 25, 2007 1:29 pm
by cflbot
Guestbook HELP
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,
Warning: vsprintf(): Too few arguments in /{Root}/lib/translation.functions.php on line 62
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?

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.
It seems to be in /lib/translation.functions.php, line 34, which should be

Code:
$params = NULL;
instead of

Code:
$params = array();
So the question remains is this a fix or a bandage?
Sorry for making a Forum "Rookie" Mistake.

Re: Guest Book and CMSMS 1.1 Issues

Posted: Sat Aug 25, 2007 1:35 pm
by RonnyK
Did you try unchecking the last parameter in "Global settings" to "not show" parameter warnings?

Ronny

Re: Guestbook 1.1.9 and CMSMS 1.1 Issues

Posted: Sat Aug 25, 2007 1:46 pm
by cflbot
Allow parameter checks to create warning messages:
is the closet to that option and it is unchecked.

Something I neglected to mention, there seems to be references in the Guestbook that refer to FCKeditor and since the editor has been changed to TinyMCE. This has caused issues with the using HTML Editor in Guestbook, I just need to change the editor chose in a line of code looks like.

[glow=red,2,300]Thanks for the Speedy Responce![/glow]