Parameter goback is not known apache error

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
moorezilla

Parameter goback is not known apache error

Post 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
Last edited by moorezilla on Tue Dec 11, 2007 1:16 am, edited 1 time in total.
carasmo
Power Poster
Power Poster
Posts: 506
Joined: Thu Feb 08, 2007 6:11 pm

Re: Parameter goback is not known apache error

Post 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.
moorezilla

Re: Parameter goback is not known apache error

Post 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
jonnywee
New Member
New Member
Posts: 6
Joined: Thu May 04, 2006 3:50 pm

Re: Parameter goback is not known apache error

Post 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.
Locked

Return to “CMSMS Core”