Shape 5

Joomla Templates => Game Vision - October 2007 - Club => : dsgtech February 08, 2009, 07:24:19 AM



: suckerfish.php error on line 166
: dsgtech February 08, 2009, 07:24:19 AM
Hi, Im seeing the error on the top menu. It doesnt show on the frontpage, neither when I click on one of its links, but if, for instance, I click on one of the dummy news i've set up the new link is displayed along with the error message on top.

Notice: Undefined index: 27 in /home/xxxx/public_html/templates/gamevision/suckerfish.php on line 166

Im using joomla 1.5
Any idea what this might be?


Thanks in advance.


: Re: suckerfish.php error on line 166
: mikek February 08, 2009, 08:29:20 AM
Hi, you can try removing this line out of the suckerfish.php file:

error_reporting(E_ALL);

It's at line 140 and it reports any php errors.


: Re: suckerfish.php error on line 166
: dsgtech February 08, 2009, 08:37:45 PM
Thanks. this fix it as far as I can tell.
As a matter of curiosity, Does the error in particular means there's something wrong with the installation?

regards


: Re: suckerfish.php error on line 166
: mikek February 09, 2009, 07:46:53 AM
It means it's trying to call a php function on your server that doesn't exist there; there's probably some missing or out-dated php files on your server. That line I had you take out reports any php errors on your site. But if everything's working without that call then don't worry about it.