-
Notifications
You must be signed in to change notification settings - Fork 324
Closed as not planned
Labels
staleNo activityNo activity
Description
These are being output regularly (and triggering warning emails to me). This is triggered by both sendreminders.php and sendwaitlist.php. This was after upgrading to the latest develop branch and PHP 8.2 (from 8.0 and a snapshot from about a year ago today which was apparently since rebased making this update very annoying to pull).
In my site's error log, there are numerous warnings of the form:
Using unregistered static method "ProfileActions::Update" in a template is deprecated and will be removed in a future release. Use Smarty::registerClass to explicitly register a class for access.
The warning is always from vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php on line 2428 though the methods varies depending on the page (and repeats with multiple values for each page load).
So far, these don't seem to be having any adverse affect (except filling up log files).
Metadata
Metadata
Assignees
Labels
staleNo activityNo activity