我无法安装WordPress 3.5.1

时间:2013-01-26 06:59:42

标签: windows wordpress

我已经在Windows上下载并安装了XAMPP 1.8.1。 XAMPP控制面板正在运行,Apache启动,MySQL启动。

当我在wordpress \ wp-admin文件夹中单击install.php时,会出现以下错误:

Error: PHP is not running

WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
>
get_var("SHOW TABLES LIKE '$wpdb->users'") != null ); // Ensure that Blogs appear in search engines by default $blog_public = 1; if ( ! empty( $_POST ) ) $blog_public = isset( $_POST['blog_public'] ); $weblog_title = isset( $_POST['weblog_title'] ) ? trim( stripslashes( $_POST['weblog_title'] ) ) : ''; $user_name = isset($_POST['user_name']) ? trim( stripslashes( $_POST['user_name'] ) ) : 'admin'; $admin_password = isset($_POST['admin_password']) ? trim( stripslashes( $_POST['admin_password'] ) ) : ''; $admin_email = isset( $_POST['admin_email'] ) ? trim( stripslashes( $_POST['admin_email'] ) ) : ''; if ( ! is_null( $error ) ) { ?>

ERROR: %s' ), $error ); ?>

我从未使用过这个工具,从未使用MySQL(MySQL在哪里?)。如何使WordPress工作?

1 个答案:

答案 0 :(得分:1)

您是否使用http请求访问该文件? (例如 http://localhost/mysite )。这可能是重置服务(Apache和MySQL)或进行全新安装的情况,但需要更多信息才能提供帮助。

快速Google为此问题提供了多种解决方案,请参阅 PHP not working in XAMPPhttp://wordpress.org/support/topic/wordpress-xampp-and-virtual-hosts-please-help。您可以尝试使用XAMPP网站,或者只是尝试使用Google搜索错误消息。

有许多根本原因,除非您在what you have tried上提供更多详细信息,否则此问题只能推测出答案。