- Status: Duplicate
Hello,
Our PHP-FPM error log is filling up with the following:
[bn1379@dedi logs]$ tail bn_org.uk.php.error.log
[01-Jun-2025 12:51:18 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 12:51:20 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 12:52:37 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 12:55:28 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 12:55:35 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 12:55:37 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 13:37:59 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 13:38:05 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 13:38:26 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
[01-Jun-2025 13:38:28 UTC] PHP Fatal error: Type of IPS\core\Statuses\_Status::$commentClass must be ?string (as in class IPS\Content\Item) in /home/bn1379/public_html/applications/core/sources/Statuses/Status.php on line 23
Because of the underscore (in '_Status') it appears to me that this is an old V4 file that should have been removed during the upgrade.
More to the point - how and why is this file being called? Of course, on our system there were lots of status messages created under V4 - my presumption (possibly incorrectly) is that these old Statuses somehow trigger a request to display the status message?
John
Recommended Comments