WordPress安装未在WAMP服务器中完成

时间:2013-06-22 作者:Olive Bee

我已安装WAMP Windows 8上的服务器,我正在尝试在其上安装WordPress,但在安装时,我无法完成。它向我展示了这样的错误

http://localhost/wordpress/wp-admin/install.php?step=2
之后,该过程停止。

我提到了这个问题Wordpress Installation not getting completed,但这对我没什么帮助。

如何解决此问题?

3 个回复
SO网友:Tomy

我希望解决我的问题的方法能在php中对您有所帮助。伊尼,我设定了max_execution_time 配置到90 而不是默认值30.

max_execution_time = 90 

SO网友:s_ha_dum

That isn\'t an error. It is an URL, and it suggests that the problem is here:

case 2:
    if ( ! empty( $wpdb->error ) )
        wp_die( $wpdb->error->get_error_message() );

http://core.trac.wordpress.org/browser/trunk/wp-admin/install.php#L188

That is turn does suggest that you have a database error. Make sure that your database server is running and turn on error reporting. I don\'t use WAMP, but maybe these will help:

SO网友:ahmetlutfu

删除wp-config.php 文件ex_

结束

相关推荐

Custom WordPress Installation

我想知道下面的帖子中描述的自定义WordPress安装的方法是否有更新版本。http://wpbits.wordpress.com/2007/08/10/automating-wordpress-customizations-the-installphp-way/