twomice / com.joineryhq.activityical

CiviCRM extension: Provides an iCalendar feed of assigned activities per contact
Other
2 stars 13 forks source link

PHP Notice in version 1.9.0 #52

Open sannsllc opened 2 weeks ago

sannsllc commented 2 weeks ago

When doing a cv flush, I get this notice:

[PHP Notice] Indirect modification of overloaded property CRM_Core_Smarty::$template_dir has no effect at /web/sites/default/files/civicrm/ext/com.joineryhq.activityical/activityical.civix.php:100

Current versions:

PHP: 8.3.6 CiviCRM: 5.77.0 Drupal: 10.3.3 Mariadb: 10.11.8 Nginx: 1.24

twomice commented 2 weeks ago

It might be some comfort to know that this is, as one might say, "merely" an E_NOTICE, which indicates that it "could/should" be fixed but won't affect functionality.

Nonetheless, I'll try to repro and fix.

Thanks for the detailed report, @sannsllc !