PHP 8.2 throwing a few errors for dynamic properities
-
The following files are missing a private variable and throw PHP errors due to this in some instances:
/includes/Database/Models/Action.php
/includes/Database/Models/Object.phpAre missing
private $db_stage_1_complete = true;And therefore throw errors like the following:
Creation of dynamic property NF_Database_Models_Action::$db_stage_1_complete is deprecated
The topic ‘PHP 8.2 throwing a few errors for dynamic properities’ is closed to new replies.