Forum Replies Created

Viewing 1 replies (of 1 total)
  • I had the same problem, so somebody recommend me go to the Apache log and I noticed two Fatal errors from PHP.

    1. Problem: PHP Fatal error: Cannot unset string offsets in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\wordpress\\wp-includes\\widgets.php on line 362
      Solution: Set magic_quotes = Off in PHP configuration file.
    2. Problem: PHP Fatal error: Call to undefined function wp() in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\wordpress\\wp-blog-header.php on line 14
      Solution: Save the wordpress configuration file wp-config.php as UTF-8.

    After doing this, finally I could see the home page and login to admin.

Viewing 1 replies (of 1 total)