Page 2 of 2

Re: Phpmyadmin doesn't open

Posted: Sat Sep 19, 2020 9:31 pm
by myVesta
I think you didn't change this:
3) Edit /etc/php/7.3/fpm/pool.d/your-site.com.conf
find

Code: Select all

group = yourusername
(probably line 9)
and change that line to:

Code: Select all

group = www-data

Re: Phpmyadmin doesn't open

Posted: Sun Sep 20, 2020 4:51 pm
by icechieff
here it is
pma.png
pma.png (48.19 KiB)

Re: Phpmyadmin doesn't open

Posted: Sun Sep 20, 2020 8:20 pm
by myVesta
Nope.
you edited
listen.group = www-data
but you should edit
group = www-data
4 lines below

Re: Phpmyadmin doesn't open

Posted: Mon Sep 21, 2020 9:13 am
by icechieff
oh! sorry.

but no reaction, white screen, and a zero error log after logrotate

Re: Phpmyadmin doesn't open

Posted: Mon Sep 21, 2020 9:57 am
by myVesta
you restarted php7.3-fpm after that change?

Re: Phpmyadmin doesn't open

Posted: Mon Sep 21, 2020 1:12 pm
by icechieff
ofcourse

Re: Phpmyadmin doesn't open

Posted: Mon Sep 21, 2020 1:13 pm
by icechieff
with http i can see logon screen, but can't login (Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin.)
with https just blank screen

Re: Phpmyadmin doesn't open

Posted: Mon Sep 21, 2020 1:24 pm
by myVesta
If you want you can send me (via private message) your SSH root login and URL of phpmyadmin (with DB credentials), and I will take a look.

Re: Phpmyadmin doesn't open

Posted: Mon Sep 21, 2020 2:26 pm
by icechieff
sended pm

Re: Phpmyadmin doesn't open

Posted: Thu Sep 24, 2020 3:06 pm
by myVesta
Checked, you are trying to visit it via server IP (https://server.ip/phpmyadmin/), and it's not possible.
Only domain/subdomain can be configured to run phpmyadmin.