You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @williamdes , I'm using version 4.9.5deb2 and I'm still seeing this error:
Your fixes are already present in ErrorHandler.php
I'm using PHP 7.4 + FPM, and my php.ini looks like this:
/etc/php/7.4/fpm/php.ini
; Only errors
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
...
disable_functions = error_reporting,pcntl_alarm,pcntl_fork,...
I need to keep this configuration for now until I solve migration issues. Any chance to fix this or a patch I can apply in the meanwhile? I'm using latest pma version from https://launchpad.net/~phpmyadmin/+archive/ubuntu/ppa
Thank you.
UPDATE: Uninstalling php-xdebug temporaly solves it, but I'd like to keep it.
Config
php.ini
disable_functions = error_reportingphp fpm
logs
screenshot
The text was updated successfully, but these errors were encountered: