Undefined offset

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Nov 14, 2013 10:59 am
Reply with quote
Report this post
Hi,

I get an error as in the attached print screen on the data source tab of News Show Pro of the Creativity Template - quickstart.

Can you please help.

Kind Regards,

Wayne
error.png
User avatar
Fresh Boarder

GK User
Fri Nov 15, 2013 8:55 am
Reply with quote
Report this post
Please configure your server according to Joomla! requirements so disable display_errors option in PHP configuration. More details you will find here >> [url]http://www.gavick.com/documentation/joomla-templates/qucikstart-joomla-package/installation-quickstart-problems-how-to-fix-them/
[/url]
User avatar
Platinum Boarder

GK User
Fri Nov 15, 2013 1:17 pm
Reply with quote
Report this post
Hi,

Thanks for the suggestion, but the settings mentioned were already implemented when I set up the site. Below is a copy of what I have in my PHP5.ini file:

magic_quotes_runtime = Off
magic_quotes_sybase = Off
magic_quotes_gpc = Off
display_errors = Off
register_globals = off
allow_url_fopen = off
memory_limit = 64M
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

Br,

Wayne
User avatar
Fresh Boarder

GK User
Mon Nov 18, 2013 10:06 am
Reply with quote
Report this post
Please try to add this code

Code: Select all
ini_set('display_errors', 0);


to index.php file inside template installation.
User avatar
Platinum Boarder

GK User
Mon Nov 18, 2013 10:36 am
Reply with quote
Report this post
Hi,

I modified the file /templates/gk_creativity/index.php as follow as suggested:

//ini_set('display_errors','On');
ini_set('display_errors', 0);


but still have the error.

Is this error important, or can it be ignored since it is only in the admin console?

Thanks for your help.

Wayne
User avatar
Fresh Boarder

GK User
Tue Nov 19, 2013 8:15 pm
Reply with quote
Report this post
Do you have some additional extensions on your website? Did you try to contact with your hosting? Sometimes ini_set rules are not working and are overwrite by global server settings.
User avatar
Platinum Boarder

GK User
Thu Nov 21, 2013 1:59 pm
Reply with quote
Report this post
Hi,

I have only Akeeba installed, which should not cause an error.

I am using Godaddy hosting, so will check with them, but as mentioned before, there were no errors when doing the install check.

Thanks again for the ideas - I will investigate.

Br,

Wayne
User avatar
Fresh Boarder

GK User
Wed Nov 27, 2013 10:16 am
Reply with quote
Report this post
@waynec could you give me your site URL?
User avatar
Platinum Boarder

GK User
Wed Nov 27, 2013 8:29 pm
Reply with quote
Report this post
Hi,

After the last post I installed the same quickstart template on my hosting platform and did not have the error reported in this forum, therefore I re-installed my site again this afternoon - this seems to have solved the problem. All that needs to be done is for me to redo all the site config I have already done in the past.

As I can see there was a problem with the FTP or the site itself somehow which was solved with the re-install.

Thank you very much for your help and all the suggestions!!!!

Br,

Wayne
User avatar
Fresh Boarder


cron