phpMyAdmin欢迎页面中没有登录表单

时间:2016-04-09 15:49:48

标签: php apache phpmyadmin

我已经在apache 2.4和php 5.6上安装了phpMyAdmin,没有任何问题,除非我点击带有徽标和登录表单的phpMyAdmin页面,表单没有显示,甚至没有在html源代码中显示(没有错误) php错误,控制台或网络),我修改了phpMyAdmin设置:

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

没有任何成功,弹出的唯一内容就是error-php.log中的错误:

[09-Apr-2016 16:29:10 UTC] PHP Fatal error:  Class       'PMA\libraries\PMA_Message' not found in D:\jean-philippe\Documents\www\phpMyAdmin\libraries\Message.php on line 586

这可能是问题的根源吗?

感谢您的进一步回复。

phpMyAdmin welcome page

phpMyAdmin seeings and php error log

0 个答案:

没有答案
相关问题