Skip to content

PHP Warnings in Logs #326

@Digicrat

Description

@Digicrat

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

No one assigned

    Labels

    staleNo activity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions