Install error on Win7, PHP7, word press 4.7
-
hi, am new to WordPress. Have done installs of MySql, Apache before in windows, but this is new.
I just picked the newest of everything; Am running x64 win7. With Apache and PHP7 up, used test code to show PHP status,
<?php phpinfo(); ?>
info.php is the filename, in a folder called localhost, so in php, localhost/info.php in the browser gets a long page of information
PHP logo PHP Version 7.1.0RC6 System Windows NT COE4341 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64 Build Date Nov 9 2016 13:28:53 Compiler MSVC14 (Visual C++ 2015) Architecture x64 Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-pdo-oci=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared" "--with-oci8-12c=c:\php-sdk\oracle\x64\instantclient_12_1\sdk,shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--without-analyzer" "--with-pgo" Server API Apache 2.0 Handler Virtual Directory Support enabled Configuration File (php.ini) Path C:\Windows Loaded Configuration File C:\PHP\php.ini Scan this dir for additional .ini files (none) Additional .ini files parsed (none) PHP API 20160303 PHP Extension 20160303 Zend Extension 320160303 Zend Extension Build API320160303,TS,VC14 PHP Extension Build API20160303,TS,VC14
so its working, but based on the “5-minute install instructions” it says
Open wp-admin/install.php in your browser. It will take you through the process to set up a wp-config.php file with your database connection details.it fails, the html code says:
if ( false ) { ?> <!DOCTYPE html> <html xmlns="https://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Error: PHP is not running</title>
if false? won’t this fail every time? PHP is clearly running and windows can see it
just finished installing MySQL also, but is there no script to install WordPress? Am new to this and have not done it before, thanks
- The topic ‘Install error on Win7, PHP7, word press 4.7’ is closed to new replies.