PhpMyAdmin - Blank Page

pr0woKator

New member
Joined
Jun 28, 2016
Messages
1
I have some trouble with my PHPMyAdmin on dedicated server. Directadmin was installed with system CentOS7 by soyoustart.com

Here is line with phpmyadmin error line from apatche error logs:

Code:
[Tue Jun 28 10:22:51.938070 2016] [:error] [pid 30558] [client 88.199.88.94:50300] PHP Fatal error:  Unknown: Failed opening required '/var/www/html/phpMyAdmin/index.php' (include_path='.:/usr/local/lib/php') in Unknown on line 0, referer: https://xxx.xxx.xx.xx:2222/CMD_DB?domain=xxxxxxx.com

Could someone tell me how to reinstall PHPMyAdmin on CentoOS 7 or how to solve this problem?
 
Hi,

you have to use Custombuild:
Code:
cd /usr/local/directadmin/custombuild
./build set phpmyadmin yes
./build phpmyadmin

Regards
 
Back
Top