Can't login to phpmyadmin after ispconfig fresh install

Discussion in 'Installation/Configuration' started by sza, Apr 19, 2015.

  1. sza

    sza Member

    When I am entering http://dimain.com/phpmyadmin I get the following error (chrome error, but happens at all browsers):
    No data received
    ERR_EMPTY_RESPONSE

    Whenever I try to access this address, apache's error log shows the current message:

    apache2: /build/buildd/xcache-1.3.2/stack.c:47: xc_stack_count: Assertion `stack != ((void *)0)' failed.
    [Sat Apr 18 23:41:18 2015] [notice] child pid 31027 exit signal Aborted (6)
     
  2. aliazimov

    aliazimov New Member

    nano /etc/apache2/apache2.conf
    at the end add this line: Include /etc/phpmyadmin/apache.conf.
     
  3. sza

    sza Member

    The line is already written at the bottom of that file.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if your server does not support xcache. Try to uninstall php5-xcache and then restart apache.
     
  5. sza

    sza Member

    Thank you for your fast reply,
    now this error does not appear, BUT I get a blank white screen.
    Any ideas?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    No errors at all in the access.log or error.log of that website?
     
  7. sza

    sza Member

    There were no errors at all.
    I rebooted the machine and suddenly all works great.
    Thank you very much Till, it's not the first time you help me.
    Nothing is obvious.
     
    Last edited: Apr 20, 2015

Share This Page