-
-
Notifications
You must be signed in to change notification settings - Fork 200
Description
Tried installing this one on a system with php 8.1 and Zend opcache
PHP 8.1.31 (cli) (built: Mar 11 2025 22:08:56) (NTS)
Zend Engine v4.1.31
with the ionCube PHP Loader v14.4.0, Copyright (c) 2002-2025, by ionCube Ltd.
with Zend OPcache v8.1.31.
It's only throwing blank pages, error log ways various php warnings, and 1 fatal error:
PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/admin/domains/mydomain.nl/public_html/opcache.php:132\nStack trace:\n#0 /home/admin/domains/mydomain.nl/public_html/opcache.php(435): OpCacheDataModel->getScriptStatusCount()\n#1 {main}\n thrown in /home/admin/domains/mydomain.nl/public_html/opcache.php on line 132'
I renamed index.php to opcache.php but even when cloning the complete git in another directory it has the same issue.