Page 1 of 1

Question about some log file errors

Posted: Tue Apr 29, 2008 5:45 pm
by moorezilla
I run ubuntu 7.10, php 5.x, mysql 5.x, apache2, cmsms 1.2.4, formbuilder, feu, cc,

I was checking my apache error log about a different issue when I ran across some general parameter errors from cmsms that don't seem to cause any problems for users, but which might be of note to developers. They are things like:

Code: Select all

PHP Warning:  Parameter fbrp_captcha_phrase is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1287, referer: http://chs.chelseaschools.com/chs/about-chs/contact-us.htm

PHP Warning:  Parameter fbrp_submit is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1287, referer: http://chs.chelseaschools.com/chs/about-chs/contact-us.htm

PHP Warning:  Parameter 9returnid is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1287

PHP Warning:  Parameter 9searchinput is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1287
I don't know if these are of any interest, but as they are turning up as errors, I thought I'd pass them along. I think there may be some other parameter errors in there as well, but I tried to pull out the duplicates.