error

GK User
Thu Jun 09, 2011 6:02 pm
Hi there,

I have an almost empty website that gets an error:

Notice: Uninitialized string offset: 0 in /public/sites/orb.ital.me/templates/gk_sporter/lib/gk.framework.php on line 600

Any ideas on that?

regards,
Arvid
User avatar
Fresh Boarder

GK User
Sat Jun 11, 2011 7:36 pm
please share your www... imposible for us to see why this should be...
User avatar
Platinum Boarder

GK User
Mon Jun 13, 2011 7:34 am
User avatar
Fresh Boarder

GK User
Mon Jun 13, 2011 12:55 pm
or make that www.nonversatie.nl :-)
User avatar
Fresh Boarder

GK User
Mon Jun 27, 2011 10:44 am
I have the same problem ... any solutions?
User avatar
Junior Boarder

GK User
Tue Jun 28, 2011 2:55 pm
Nope, no solution yet...
User avatar
Fresh Boarder

GK User
Sun Jul 03, 2011 1:58 pm
Hi i have same problem.
Here you can see how it looks (bottom of the site) http://www.wirtualnyzamosc.pl
User avatar
Junior Boarder

GK User
Sun Jul 03, 2011 5:04 pm
Please disable display_errors option in your PHP configuration which is recommended and mentioned in Joomla installation
errors.png


If you have 100% correct configuration you will not see this NOTICE not ERROR message.
User avatar
Platinum Boarder

GK User
Mon Jul 04, 2011 6:16 am
Hi,
I disable it, everything else is ok but i still get this error message.
User avatar
Junior Boarder

GK User
Mon Jul 04, 2011 7:48 am
It is impossible to have disabled display_errors option and getting the notice message, please check again your php configuration. You can also disable notice messages by ini_set command >> more you can find here http://php.net/manual/en/function.error-reporting.php
User avatar
Platinum Boarder

GK User
Mon Jul 04, 2011 8:11 am
Impossible is nothig :P
User avatar
Junior Boarder

GK User
Mon Jul 04, 2011 8:55 am
Kusy_x is right, the problem will not be solved in that way!

I solved the problem in this way:
file /templates/gk_icki_sports/index.php

change

ini_set('display_errors','on');


with

ini_set('display_errors','Off');


That's all.

Test and tell me if it works!
User avatar
Junior Boarder

GK User
Mon Jul 04, 2011 9:31 am
Yes it's works !
Thank You
User avatar
Junior Boarder


cron