Thursday, 18 February 2021
  1 Replies
  596 Visits
0
Votes
Undo
Our error log is out of control with this error but I'm unable to find a way to fix it. We have not been able to use the ical download option and it is turned off.

PHP Deprecated: Non-static method iCalImport::unixTime() should not be called statically in /home/sacrealt/public_html/components/com_jevents/libraries/iCalEvent.php on line 468
4 years ago
·
#220730
0
Votes
Undo
Hello,

Thanks for pointing this out.

Please open:
/home/sacrealt/public_html/components/com_jevents/libraries/iCalEvent.php

change line 468 from:


$start = iCalImport::unixTime($this->recurrence_id, $tz);


to:


$icalImport = new iCalImport();
$start = $icalImport->unixTime($this->recurrence_id, $tz);


Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.