我想安装kloxo-mr面板。我的操作系统是centos 5.9
我根据本指南执行了设置步骤:
在安装过程中,它显示此错误,并以失败的方式结束安装。
Creating Vpopmail database...
Prepare /home/kloxo/httpd...
error reading information on service hiawatha: No such file or directory
sh: hiawatha: command not found
为了解决这个问题,我必须做些什么?
如何检测服务器控制面板类型,如cpanel和directadmin使用它们的api:如果它只检测cpanel、directadmin、kloxo和plesk,这对我来说就足够了
$panel = ???????????;
switch($panel){
case 'cpanel':
$xmlapi = new xmlapi($ip);
//...
break;
case 'directadmin':
$sock = new HTTPSocket;
目前我正在运行Kloxo,并且已经将phpMyAdmin更新为最新版本,以及php和mysql,然而,phpMyAdmin似乎抱怨mbstring没有安装,尽管它确实安装了。这里有什么问题,我该怎么解决呢?
错误fromm phpMyAdmin (3.4.10版)
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly