Thursday, 18 February 2021
  1 Replies
  604 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.