I am using the date_ical module to allow users to add an event to their calendar. However, every time the ical link is clicked, I see the following series of error messages in Drupal's "Recent log messages" page:
Drupal 7.81
PHP 7.3.23
Date 7.x-2.11
Date iCal 7.x-3.10
Date iCal iCalcreator library is installed, version: 2.20.2 found
Location: SomeURLPathToNode/event.ics
Message:
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; vcalendar has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; calendarComponent has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; vevent has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; vtodo has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; vjournal has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; vfreebusy has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; valarm has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Deprecated function: Methods with the same name as their class will not be constructors in a future version of PHP; vtimezone has a deprecated constructor in require_once() (line 915 of /durpal_install_path/sites/all/modules/libraries/libraries.module).
Closed: outdated
3.10
iCal Export
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.