Existing configuration file (. /config. Inc. Php) is not readable. -> ez esetben mi a teendő? A megoldás lent (angolul, én nem tudom értelmezni. )
Existing configuration file (./config.inc.php) is not readable
this means that the ownership of the file “config.inc.php” was not correct .
And you can easily fix this by following the below steps :
Login to the server as root user :
root@server[#] cd /usr/local/cpanel/base/3rdparty/phpMyAdmin
and then check the ownership of the file : config.inc.php
root@server[/usr/local/cpanel/base/3rdparty/phpMyAdmin]# ls -l config.inc.php
-rw-r—– 1 root root 2409 Nov 12 11:57 config.inc.php
and the ownership should be :
-rw-r—– 1 root cpanelphpmyadmin 2409 Nov 12 11:57 config.inc.php
which you can easily set by running the below command :
root@server[/usr/local/cpanel/base/3rdparty/phpMyAdmin]# chown root:cpanelphpmyadmin config.inc.php
Or
root@server[/usr/local/cpanel/base/3rdparty/phpMyAdmin]# chown root.cpanelphpmyadmin config.inc.php
Now when you run the command ls -l config.inc.php it should show the output as :
-rw-r—– 1 root cpanelphpmyadmin 2409 Nov 12 11:57 config.inc.php
and finally restart CPanel service on the server
root@server[#] /etc/init.d/cpanel restart
Te lehetsz az első, aki segít a kérdezőnek!
Kapcsolódó kérdések:
Minden jog fenntartva © 2024, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!