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
Parameter goback is not known apache error
Parameter goback is not known apache error
Last edited by moorezilla on Tue Dec 11, 2007 1:16 am, edited 1 time in total.
Re: Parameter goback is not known apache error
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
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
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
*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
Into
BTW: If you google for the exact error, you'll find a few hundred CMSMS sites with this error.
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'}
Code: Select all
{print showbutton='true' script='true'}