Installation problems
-
When I tried to install WordPress I got the following error:
Fatal error: Failed opening required '//wp-settings.php' (include_path='.:/usr/local/lib/php') in //wp-config.php on line 20
In wp-config.php I found this line:
define('ABSPATH', dirname(__FILE__).'/');
I canged it to:
define('ABSPATH', '<path to wp-dir>');
I think this is the wrong way to go, but I had to try something
It now installed WordPress but when I tried to log in, it gave me the same type of error.
Any suggestions?
I think that the prerequisites are met since my ISP has PHP 4.1.2, MySQL 3.23.58 and Apache 1.13.19 (no mod_rewrite).
//Anders.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Installation problems’ is closed to new replies.