Page 1 of 1

Parameter goback is not known apache error

Posted: Tue Dec 11, 2007 1:05 am
by moorezilla
Hi,

My site seems to be running fine, but in looking through my apache error logs I ran across these errors

[Mon Dec 10 19:47:11 2007] [error] [client 65.55.208.111] PHP Warning:  Parameter goback is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1281
[Mon Dec 10 20:11:56 2007] [error] [client 65.55.208.116] PHP Warning:  Parameter 9returnid is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1281
[Mon Dec 10 20:11:56 2007] [error] [client 65.55.208.116] PHP Warning:  Parameter 9searchinput is not known... dropped in /home/web/chelseahigh/chs/lib/misc.functions.php on line 1281

chs/ is the root of my cmsms installation.

Any ideas how to fix it, or is it ignorable?

ubuntu linux 7.10
apache 2.x
php 5.2.x
mysql 5.x
cmsms 1.2.2

Thanks,
am

Re: Parameter goback is not known apache error

Posted: Fri Dec 14, 2007 3:03 pm
by carasmo
How did this get fixed. I never got errors with earlier installs but 1.2.2 and 1.2.1 has loads of issues.

Re: Parameter goback is not known apache error

Posted: Thu Aug 28, 2008 4:08 pm
by moorezilla
This still appears in my error logs after upgrading to 1.4.1

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

Re: Parameter goback is not known apache error

Posted: Wed Jan 07, 2009 10:44 pm
by jonnywee
*bump*
Found this topic via Google. I fixed the error by removing the goback parameter from the old {print} tag in my templates. So I changed

Code: Select all

{print showbutton='true' script='true' goback='true'}
Into

Code: Select all

{print showbutton='true' script='true'}
BTW: If you google for the exact error, you'll find a few hundred CMSMS sites with this error.