Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Joomla 2.5安装_Joomla_Wamp - Fatal编程技术网

Joomla 2.5安装

Joomla 2.5安装,joomla,wamp,Joomla,Wamp,当我在WAMP服务器上安装Joomla2.5时,它是4级堆栈(数据库) 服务器配置 Apache版本:2.4.4 PHP版本:5.4.12 MySQL版本:5.6.12您应该检查: 1) 您的登录名和密码是否正确。 2) 您是否连接到正确的服务器和端口(有时是例如localhost:3306) 同时尝试将WAMP安装到根文件夹。e、 g.C:\WAMP我发现问题出在“PHP”中。在“WAMP->PHP”中的“file”中有一个“max\u input\u time=30”,我更改为“max\u

当我在WAMP服务器上安装Joomla2.5时,它是4级堆栈(数据库)

服务器配置

Apache版本:2.4.4
PHP版本:5.4.12
MySQL版本:5.6.12

您应该检查: 1) 您的登录名和密码是否正确。 2) 您是否连接到正确的服务器和端口(有时是例如localhost:3306)


同时尝试将WAMP安装到根文件夹。e、 g.C:\WAMP

我发现问题出在“PHP”中。在“WAMP->PHP”中的“file”中有一个“max\u input\u time=30”,我更改为“max\u input\u time=240”,重新启动服务器并安装joomla,然后再次将其更改为max\u input\u time=30,这样就可以工作了。 多谢各位