[SOLVED] ExtCal Calendar

Discuss the development and implementation of Joomla! components here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
User avatar
acepp
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Sat Oct 08, 2005 3:25 pm
Location: Australia
Contact:

[SOLVED] ExtCal Calendar

Post by acepp » Fri Mar 03, 2006 5:05 am

I have installed the ExtCal Component v0.9.1 along with the ExtCal Mini Calendar Module and the ExtCal Latest Events Module.
Everything works fine except when I go to ExtCal Settings in the Admin Panel under Compnonets-->ExtCal Calendar.
I get the following error:
Parse error: syntax error, unexpected $end in c:\Inetpub\wwwroot\intranet\administrator\components\com_extcalendar\admin_settings.php on line 1505
By the way... this site is an Intranet site on a local server at work.
Hence the "Intepub\wwwroot\intranet", which is where my Joomla! installation is.

Does anyone know why I am getting this error and how I can fix it?
Last edited by Anonymous on Sun Mar 05, 2006 2:09 pm, edited 1 time in total.

User avatar
acepp
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Sat Oct 08, 2005 3:25 pm
Location: Australia
Contact:

Re: ExtCal Calendar

Post by acepp » Sun Mar 05, 2006 5:38 am

Can anyone help me?
After installing ExtCal Component I get an error when I go to ExtCal Settings in the back end (admin panel)?
Has anyone else ran into this problem with ExtCal?
Anyone have any suggestions?

User avatar
acepp
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Sat Oct 08, 2005 3:25 pm
Location: Australia
Contact:

ExtCal Calendar Problem

Post by acepp » Sun Mar 05, 2006 6:15 am


User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: ExtCal Calendar

Post by leolam » Sun Mar 05, 2006 6:21 am

How is the Persian Gulf? Still not thrown that server in it did you?  ;) Lemme have a look at one of my istallations for you.....I have seen that on that specific site as well.....nee dto look in the config gimme soem time...

Leo
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: ExtCal Calendar

Post by leolam » Sun Mar 05, 2006 6:31 am

I do not see any problems with my installation but i remeber vaguely that i found a solution somewhere on the other site of the Gulf:
http://mamboxchange.com/forum/forum.php ... um_id=4546

maybe it helps you

Luck
Leo
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

User avatar
acepp
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Sat Oct 08, 2005 3:25 pm
Location: Australia
Contact:

Re: ExtCal Calendar

Post by acepp » Sun Mar 05, 2006 2:04 pm

Hey Leo.
Thanks for the reply.
You've always got an answer for me when I need help.  :D
I had to trun on the short tag thingy in the php.ini file.
It works great now.
Thanks again.

User avatar
acepp
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Sat Oct 08, 2005 3:25 pm
Location: Australia
Contact:

Re: [SOLVED] ExtCal Calendar

Post by acepp » Fri Mar 17, 2006 6:45 am

I have found another problem with the ExtCal Calendar.
When you add an event and and select the "Repeat Event" selection it causes an error on the front end where the mini extcal calendar is shown.
I get the following error message:
Fatal error: Cannot access empty property in c:\Inetpub\wwwroot\intranet\components\com_extcalendar\lib\event.inc.php on line 439
PHP Fatal error: Cannot access empty property in c:\Inetpub\wwwroot\intranet\components\com_extcalendar\lib\event.inc.php on line 439

Can anyone help fix this problem?

User avatar
acepp
Joomla! Explorer
Joomla! Explorer
Posts: 363
Joined: Sat Oct 08, 2005 3:25 pm
Location: Australia
Contact:

Re: [SOLVED] ExtCal Calendar

Post by acepp » Fri Mar 31, 2006 4:51 am

I found a fix to this problem:

I changed the event.inc.php file by commenting out the

Code: Select all

if ($this->$recur_nextStartStamp) $target_stamp = $recur_nextStartStamp;line. 

So far its working ok. But if anyone knows of any problems this may cause please tell me.
Thanks

HrlyKrs
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Fri Aug 26, 2005 6:01 pm
Location: New York, NY
Contact:

Re: [SOLVED] ExtCal Calendar

Post by HrlyKrs » Sat Apr 08, 2006 2:26 pm

persianari,
thank you for the fix.  interestingly, i have been running this component/module for about a year now.  i only experienced this problem when i upgraded from FC4 --> FC5.

User avatar
bopritchard
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 149
Joined: Tue Oct 04, 2005 11:44 pm

Re: [SOLVED] ExtCal Calendar

Post by bopritchard » Tue Oct 03, 2006 12:28 am

i commented out the line and it does get rid of the error, but then it shows recurring items multiple times on the start date
persianari wrote: I found a fix to this problem:

I changed the event.inc.php file by commenting out the

Code: Select all

if ($this->$recur_nextStartStamp) $target_stamp = $recur_nextStartStamp;line. 

So far its working ok. But if anyone knows of any problems this may cause please tell me.
Thanks

RSGracey
Joomla! Intern
Joomla! Intern
Posts: 60
Joined: Fri Oct 14, 2005 2:39 pm
Location: Cleveland, OH, USA
Contact:

Re: [SOLVED] ExtCal Calendar

Post by RSGracey » Wed Oct 04, 2006 6:41 pm

They're two separate bugs:

1. The fatal error (../com_extcalendar/lib/event.inc.php)
2. The repeating event because a line of code is misplaced (../com_extcalendar/extcalendar.php)

To fix the first: http://forum.joomla.org/index.php/topic,97665.0.html

To fix the second: http://mamboxchange.com/tracker/index.p ... &atid=3764

E-mail me directly if you have trouble.

Stephen

S3tSpy
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Feb 20, 2009 3:59 pm

Re: [SOLVED] ExtCal Calendar

Post by S3tSpy » Fri Feb 20, 2009 4:02 pm

To fix the second: http://mamboxchange.com/tracker/index.p ... &atid=3764

This link doesn't work and i need to fix that calendar. Please help me

gizycki
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Sat May 25, 2013 12:05 pm

Re: [SOLVED] ExtCal Calendar

Post by gizycki » Mon May 27, 2013 11:35 am

I solved both problems simply with this in the event.inc.php file:

Code: Select all

if(isset($this->$recur_nextStartStamp)){
					if ($this->$recur_nextStartStamp) $target_stamp = $recur_nextStartStamp;
			}
instead of this:

Code: Select all

if ($this->$recur_nextStartStamp) $target_stamp = $recur_nextStartStamp;


Locked

Return to “Components”