Skip to content

[FIX] tiki-calendar_export_ical.php : include_once(lib/ical/iCal.php): Failed to open...

David M. Muhasa requested to merge davidmutsumbirwa/tiki:openstream into master
  • [FIX] tiki-calendar_export_ical.php : include_once(lib/ical/iCal.php): Failed to open stream: No such file or directory and Undefined variable
  • I looked into the code to understand the source of the error. after the analysis we use an ical php library (unfortunately the lib\ical\ical.php file is not in the lib\ical\ folder which creates this error). after reading the documentation of this library it is said that: is a file standard allowing you to indicate events in a calendar. I gave myself the time to check if the absence (that is to say if we removed the call from this library) would create a fatal malfunction of the page. The answer is negative. so I wonder is this library not obligatory elsewhere in the project? since in my case it may not be obligatory but elsewhere in the project obligatory.

Merge request reports