pgpool/pgpooladmin

Fatal error: Uncaught Error: Call to undefined function each()

Opened this issue · 3 comments

php8 已经不在支持each 函数,请修复并提供更高版本支持

emoxam commented

any news ?
I can fix this, but i can't fix
PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 16384 bytes) in /var/www/html/pgpoolAdmin/libs/sysplugins/smarty_internal_templatebase.php on line 233

When i set in 2048M in php.ini
there's something wrong.

Thank you for reporting the issue.

Pgpool Global Development Group has decided end-of-life date for pgpoolAdmin.
We will provide maintenance for pgpoolAdmin 4.0, 4.1 and 4.2 until December 31, 2023.

In addition, pgpoolAdmin for Pgpool-II 4.3 or later will not be released and we don't have plan to update pgpoolAdmin to support for PHP 8.
We would like to thank you for using pgpoolAdmin over the years.

emoxam commented

I got the same errors with php 74 and even php72

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to
allocate 135168 bytes) in /var/www/html/admin-tool/libs/sysplugins/smarty_internal_templatebase.php on line 176, referer: http://88.214.35.145/admin-tool/login.php

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to
allocate 253952 bytes) in Unknown on line 0, referer: http://88.214.35.145/admin-tool/login.php

How can fix it ?