Install.php returns as text and 3 server errors
-
I’m trying to install WP 2.9.2.
I purposefully didn’t create a wp-config.php but left the wp-congfig-sample.php so I could be prompted to fill in the information. When I tried to run wp-admin/install.php at first everything looked okay. I went through the prompts and added my information. After the last windo when I went ahead with the install, instead of installing I got what looks like a copy of the text in install.php returned to my browser.
I also got the following 3 web server errors in this order:
1. PHP Fatal error: Call to undefined function wp_get_current_user() in /wp-bsc/wp-includes/classes.php on line 4342. File does not exist: /wp-bsc/wp-admin/{$out}
3. File does not exist: /wp-bsc/wp-admin/{$default}
A wp-config.php was created and it looks okay.
MySQL database was NOT created.
One possible clue: When uploading WP I had trouble uploading wp-includes/class-simplepie.php. I kept getting a port error and it acted like the uploading process didn’t think this was an ACII file.
Any suggestions?
The topic ‘Install.php returns as text and 3 server errors’ is closed to new replies.