Installation “Step 2”: (almost) empty site problem
-
Hey Guys,
Today I tried to install WP 2.7 at bplaced (bplaced.net).I configured wp-config and called the install.php.
Step 1 works, WP asks for the blog’s name and my email adress.
When clicking “Install”, it proceeds to Step 2, but it only shows the WP-logo and an empty site.
Here’s this page’s HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>WordPress › Installation</title> <link rel='stylesheet' href='https://streamtec.bplaced.net/blog/wp-admin/css/install.css?ver=20081210' type='text/css' media='all' /> </head> <body> <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
That’s all.
It seems like PHP stopped execution at a point.All Databases have been created, the frontend is shown properly.
When loggin into Backend (after setting my admin password manually in phpMyAdmin), it shows
Notice: Undefined property: stdClass::$version_checked in /users/streamtec/www/blog/wp-includes/update.php on line 37 Notice: Undefined index: code in /users/streamtec/www/blog/wp-includes/update.php on line 63 Warning: Cannot modify header information - headers already sent by (output started at /users/streamtec/www/blog/wp-includes/update.php:37) in /users/streamtec/www/blog/wp-login.php on line 255 Warning: Cannot modify header information - headers already sent by (output started at /users/streamtec/www/blog/wp-includes/update.php:37) in /users/streamtec/www/blog/wp-login.php on line 267 Warning: Cannot modify header information - headers already sent by (output started at /users/streamtec/www/blog/wp-includes/update.php:37) in /users/streamtec/www/blog/wp-includes/pluggable.php on line 649 Warning: Cannot modify header information - headers already sent by (output started at /users/streamtec/www/blog/wp-includes/update.php:37) in /users/streamtec/www/blog/wp-includes/pluggable.php on line 650 Warning: Cannot modify header information - headers already sent by (output started at /users/streamtec/www/blog/wp-includes/update.php:37) in /users/streamtec/www/blog/wp-includes/pluggable.php on line 651 Warning: Cannot modify header information - headers already sent by (output started at /users/streamtec/www/blog/wp-includes/update.php:37) in /users/streamtec/www/blog/wp-includes/pluggable.php on line 850
(debugging is enabled in wp-config, I tried to save the config both with ANSI end UTF-8 encoding)
According to a bplaced.net Statement, installing WordPress 2.7 is no problem. So Memory Allowance should not be the problem.
I found some other people with this problem (no solutions yet)
click (german)
click2Alright guys,
if you need more information, just ask, I hope we can solve this ??PS: Did I just overlook it or is there no preview option for the Post? ??
- The topic ‘Installation “Step 2”: (almost) empty site problem’ is closed to new replies.