Discover Centmin Mod today
Register Now

Hello to All

Discussion in 'Introductions' started by quicksalad, May 31, 2015.

  1. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    2:12 PM
    did the command below but still getting the same error..:(

    service php-fpm restart
    service nginx restart

     
  2. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    2:12 PM
    Code:
    [root@fast ~]# date
    Thu Jun  4 07:14:17 UTC 2015
    [root@fast ~]# nprestart
    nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    Stopping nginx:                                            [  OK  ]
    Starting nginx:                                            [  OK  ]
    Gracefully shutting down php-fpm . done
    Starting php-fpm  done
    [root@fast ~]# ls -lah /tmp/phpfpm_myadmin.sock
    ls: cannot access /tmp/phpfpm_myadmin.sock: No such file or directory
    [root@fast ~]#
    
    please see above..thanks
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,336
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    6:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    hmm there's the problem the php-fpm unix socket for phpmyadmin isn't being created for some reason
    Code:
    [root@fast ~]# ls -lah /tmp/phpfpm_myadmin.sock
    ls: cannot access /tmp/phpfpm_myadmin.sock: No such file or directory
    
    i'm testing on my end and haven't been able to reproduce that, I installed phpmyadmin centmin mod addon, upgraded PHP 5.4.41 to 5.6.9 and all works.

    simplest thing to do is uninstall phpmyadmin addon via uninstall script here and reinstall it again
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,336
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    6:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    2:12 PM
  6. eva2000

    eva2000 Administrator Staff Member

    54,336
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    6:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  7. quicksalad

    quicksalad Member

    228
    13
    18
    May 31, 2015
    Ratings:
    +20
    Local Time:
    2:12 PM
  8. eva2000

    eva2000 Administrator Staff Member

    54,336
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    6:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    k so that ain't the problem :)