phpmyadmin, neginx error.log - Check group www-data has read access and open_basedir

Discussion in 'Installation/Configuration' started by xfib, Jun 27, 2014.

  1. xfib

    xfib New Member

    Hello, I have this message on phpmyadmin website

    The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here.​
    On the click here page i have this: Print scr phpmyadmin

    My nginx error are:
    Code:
    2014/06/27 15:08:15 [error] 4922#0: *886 FastCGI sent in stderr: "PHP message: phpmyadmin: Failed to load /var/lib/phpmyadmin/blowfish_secret.inc.php Check group www-data has read access and open_basedir restrictions.
    PHP message: phpmyadmin: Failed to load /var/lib/phpmyadmin/config.inc.php Check group www-data has read access and open_basedir restrictions.2014/06/27 15:17:07 [error] 5119#0: *939 FastCGI sent in stderr: "PHP message: phpmyadmin: Failed to load /var/lib/phpmyadmin/blowfish_secret.inc.php Check group www-data has read access and open_basedir restrictions.
    PHP message: phpmyadmin: Failed to load /var/lib/phpmyadmin/config.inc.php Check group www-data has read access and open_basedir restrictions" while reading response header from upstream, client: 1****, server: _, request: "GET /phpmyadmin/js/messages.php?lang=en&db=&token=**** HTTP/1.1", upstream: "fastcgi://unix:/var/lib/php5-fpm/ispconfig.sock:", host: "****:8080", referrer: "https://****:8080/phpmyadmin/chk_rel.php?db=&table=&server=1&target=&token=****"
    
    I give them permisions with this cmd for all 3 files:
    Code:
    # chgrp www-data  /var/lib/phpmyadmin/blowfish_secret.inc.php
    # chmod 644 /var/lib/phpmyadmin/blowfish_secret.inc.php
    
    How to fix the open_basedir restrictions?
    I use google but for this proablem i dont find anything, please give me some help or tip how to fix it. thx

    Code:
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=14.04
    DISTRIB_CODENAME=trusty
    DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
    
    stackoverflow.com - questions *fixed
     
    Last edited: Jun 27, 2014
  2. srijan

    srijan New Member HowtoForge Supporter

    Hi

    Please refer the thread, it might help you.
     

Share This Page