Not able to execute install.php
-
Hey there, i just uploaded all the documents to my web server and change the database info in wp-config, but when i try to run install.php, i get the follwing message:
wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”);
require_once(‘../wp-config.php’);
require_once(‘./upgrade-functions.php’);$schema = ( isset($_SERVER[‘HTTPS’]) && strtolower($_SERVER[‘HTTPS’]) == ‘on’ ) ? ‘https://’ : ‘https://’;
$guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, $schema . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) );
- The topic ‘Not able to execute install.php’ is closed to new replies.