Calendar problem

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Wed Sep 19, 2012 11:00 am
Hi,
I tried to install an app for calendar and while the application plays normally when I activate it turns out the code. I was in contact with the company told me the following: There's a problem with your template.

i've tested your website, changing your template for home (just 3min), and calendar was working !

I've a look at your template, and there's a lot of options... It's strange that your template disabled mootools form joomla, it may give you some bugs with some joomla extensions that use it...

But i think it's not the problem. First, there's a error in codding in your template in block.php (a problem with width not declared) Secondly, your template seems to use a changing Itemid for menu, so i thnik it's the reason why it doesn't work...

You have an update available for your template, so try first to udpate it.

Secondly, if there's still an error, try to add a new-menu, with a link to the calendar, but affect an other template to this link.
You can link this menu to a module-menu in a fictive position, so that, it won't be display in your site.
If it works, you will have to find the way to correct you menu in your template, that don't seems working well... but it will be difficult...

There's an other solution : changed the files of the module, so that the module don't search for the itemid. I can make this changed quicly, but after, you won't be able to update this module.
Or, i explain you how to do, and you will have to make the changed at every update of iCagenda...

The compoment is here: http://www.joomlic.com/en/extensions/icagenda
Can you help me for this?
User avatar
Gold Boarder

GK User
Wed Sep 19, 2012 2:16 pm
* when I activate the module
User avatar
Gold Boarder

GK User
Sun Sep 23, 2012 11:44 am
Just tested this and I can't see any problems, can you please describe the problem itself.

http://i49.tinypic.com/2uzeceg.jpg
http://i48.tinypic.com/2chxe6c.jpg

See you around...
User avatar
Platinum Boarder

GK User
Mon Sep 24, 2012 9:28 am
I just turn on module display what you see on screenshots
User avatar
Gold Boarder

GK User
Mon Sep 24, 2012 9:28 am
Do you want to create an access on my site to see?
User avatar
Gold Boarder

GK User
Mon Sep 24, 2012 9:51 am
Sure no problem, you can send access details to my email normanuk [at] live.co.uk.

Please include this topic url in email.

Also is everything latest version in your website, such as joomla, sporter template etc.

See you around...
User avatar
Platinum Boarder

GK User
Mon Sep 24, 2012 10:21 am
Hi,

Check your email! :)
User avatar
Gold Boarder

GK User
Tue Sep 25, 2012 8:12 am
from Icagenda support forum says "Do you have turn off or set on default error reports in your joomla configuration"
User avatar
Gold Boarder

GK User
Tue Sep 25, 2012 10:18 am
Continuing on from where we left of from email.

Your issue is not with template version but the icalendar component itself. Component is build for php 5.3+ and your php version is 5.2+. So you can ask your host to upgrade your php to 5.3+ or tell them to disable php error reporting to disable displaying notices.

Turning error reporting in Joomla: I have already tried that in your setup but it had no effect.

Regarding template update, if you haven't made any changes or modified template files then you can simply download "gk_sporter_J!25.zip".
Extract this file, copy and overwrite on top of the old template files.

See you around...
User avatar
Platinum Boarder

GK User
Tue Sep 25, 2012 10:32 am
Ok, if i upgrade the php version, the module will be play well?
The following action need not skipped ahead?

To fix this issue, please search for "error_reporting = E_ALL" in php.ini and replace it with "error_reporting = E_ALL & ~E_NOTICE".
If you don't have access to php.ini, try adding this line (as first line of the document) on template index.php file:

<?php ini_set('display_errors', 'Off')?>
User avatar
Gold Boarder

GK User
Tue Sep 25, 2012 10:49 am
Sure you can try that first, disabling notice messages in error reporting.

Depending on your modules and components and for future reference consider upgrading to php 5.3 for following reasons.

1. Php stopped supporting v5.2 back in 2010 with their last release 5.2.16 ( 5.2.17) . See http://php.net/releases/5_2_16.php
2. Due this most components and developers are coding for php5.3+ standards which will give errors such as what you are facing with now if php version is less then v5.3
3. Joomla recommends to use php v5.3+. See http://www.joomla.org/technical-requirements.html

This really depends on which component and modules you have in your site and if they can work on php 5.3+ or not. If they don't then don't update, if they do then it should be ok to update to php 5.3+.

See you around...
User avatar
Platinum Boarder

GK User
Tue Sep 25, 2012 11:08 am
Ok, Until tonight my php version will be upgrade to 5.3+.
So no need to disabling notice messages in error reporting?
User avatar
Gold Boarder

GK User
Tue Sep 25, 2012 11:21 am
What changes have been made in template (update), because I manage a few files and do not want to spoil it again.
User avatar
Gold Boarder

GK User
Tue Sep 25, 2012 11:40 am
Following page shows changelog between v2.11 and v2.12.

https://www.gavick.com/updates/template ... 6,900.html

If you upgrade to php 5.3 and module is still giving notices then you should contact component developer to fix notices in their component or modules.

http://www.joomlic.com/en/forum/update- ... genda1-2-x


See you around...
User avatar
Platinum Boarder

GK User
Tue Sep 25, 2012 2:01 pm
I tried to replace only the files that tells the page: https://www.gavick.com/updates/template ... 6,900.html, but created problems in site.

Should I replace the whole folder template?
User avatar
Gold Boarder

GK User
Tue Sep 25, 2012 4:31 pm
Now i have php 5.3.17 but the problem with the module has remained... :(
if you skipped ahead to the following will be constructed; And where can I find these files? (php.ini)

To fix this issue, please search for "error_reporting = E_ALL" in php.ini and replace it with "error_reporting = E_ALL & ~E_NOTICE".
If you don't have access to php.ini, try adding this line (as first line of the document) on template index.php file:

<?php ini_set('display_errors', 'Off')?>
User avatar
Gold Boarder

GK User
Tue Sep 25, 2012 9:53 pm
If you are on shared hosting you wouldn't have access to php.ini file so please ask your host to change that for you or you should ask calendar developer to fix those notices, or you should look for alternative component.

Regarding template update if you replace all files then it should work just fine.

See you around...
User avatar
Platinum Boarder

GK User
Wed Sep 26, 2012 8:15 am
I try to replace all files but the site have problem! I have vps hosting. How can i find the php.ini?
User avatar
Gold Boarder

GK User
Thu Sep 27, 2012 9:53 am
Did you try to contact your host or VPS provider?

Regarding template please let us know what problem or error you are having so we can make a suggestion.

See you around...
User avatar
Platinum Boarder

GK User
Thu Sep 27, 2012 10:53 am
Ok,

Please help me and here if you want... https://www.gavick.com/forums/sporter/f ... 19682.html
User avatar
Gold Boarder


cron