我已经在 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 工作?