Error 500 PMA under Debian Jessie

  • Hi Laurent.
    I'd read in the last days hier in the forum that someone has problem with phpmyadmmin under Debian jessie.
    Now i can confirm this.
    I'm using php-fpm (per user) and the panel has a SSL cert (Positiv SSL). Wenn i start to login in pma i got an error

    Code
    1. Content-Encoding-Fehler


    After taking a look in the error.log i found this message

    Code
    1. [Sat Feb 15 15:28:31.451269 2014] [fastcgi:error] [pid 18713:tid 139950905325312] (104)Connection reset by peer: [client ***.***.***.***:51615] FastCGI: comm with server "/var/lib/apache2/fastcgi/php5-fcgi-master-ssl" aborted: read failed, referer: https://my-domain.tld/pma/
    2. [Sat Feb 15 15:28:31.451572 2014] [core:error] [pid 18713:tid 139950905325312] [client ***.***.***.***:51615] AH00524: Handler for fastcgi-script returned invalid result code 1, referer: https://my-domain.tld/pma/


    Edit:
    Now i'd switched to FCGI and the PMA works fine

  • Hello ;


    I'll have a look after updating PMA to last version.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Re ;


    I'm unable to confirm the problem with last Git stable branch on wheezy and last PhpMyadmin addon version (4.1.7.0). I've tested with a self-signed SSL certificate.



    Will now give a try to Jessie.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Re ;


    I'm able to reproduce the problem on Jessie. Investigations still in progress....




    Thank for your report.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Hello ;


    More info:


    This problem is due to the opcache module which comes with PHP5.5. I've already disabled this module for master (the panel) in the related pool configuration but it seem that disabling that module this way do not work really well... When this module is disabled globally, all work fine.


    I'll so disable the opcache module in the global php.ini file directly and report the problem to the PHP team.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Should be fixed in Git stable branch. See https://github.com/i-MSCP/imsc…5865277d7f34901c0c96a9724

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Is the opcode cache just disabled for the panel or also for all the domains?

  • Hello ;



    Did you read my previous post??? :whistling:


    Global php.ini file... mean so all domains... opcache module cause several problems ATM. I'll re-enable it once all problems will be fixed. ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • I was not sure what you meant exactly :D So I'll enable it for all the other domains after updating to the current stable :)