chasreed
Forum Replies Created
-
Forum: Installing WordPress
In reply to: There doesn’t seem to be a wp-config.php fileI’ve completely reinstalled the program for the third time.
http://www.shootangle.com/historyI even deleted the wp-config.php file and made it through the web interface. Still:
– I get the above listed line 20 error for the wp-admin/install.php program.
– The main directory (/history) indicates that there is no wp-config.php.Any thoughts?
Best,
CRForum: Installing WordPress
In reply to: There doesn’t seem to be a wp-config.php fileFatal error: Failed opening required ‘//wp-settings.php’ (include_path=”) in //wp-config.php on line 20
Well, I saw another post in which such a fix was described (i.e. edit that line). It made the install work…
Best,
CRForum: Installing WordPress
In reply to: There doesn’t seem to be a wp-config.php fileIt’s odd.
I changed the wp-config file so that I no longer received a line 20 error (and could therefore run the install program).
/* Stop editing */
define(‘ABSPATH’, ‘/shootan/public_html/britain/’);
require_once(ABSPATH.’wp-settings.php’);
?>Could that be confusing something? I tried to change it back to the original coding, but then I get a line 20 error.
Best,
CRForum: Installing WordPress
In reply to: There doesn’t seem to be a wp-config.php file