• I have been using my wordpress perfectly.but I needed a new wordpress site , so I delete wordpress database and directory and then extract the wordpress file like before.
    but now the site is not running anymore , every time when I tried to fresh wordpress install it says wp-config issue. but now I am getting this msg

    DATA HERE
    Fatal error: Call to undefined function wp() in D:\Copy\AppServ\www\wordpress\wp-blog-header.php on line 14

    I have tried to change wamp,zendserver but every server have same issue

    PHP Version 6.0.0-dev

Viewing 1 replies (of 1 total)
  • WordPress is a collection of PHP functions that takes browser requests and queries a database to get the requested content (or functionality) and present it as a web page.

    So when you deleted your database, you deleted the core of your website.

    So to start a new WordPress site, download and unzip a fresh WordPress install.

    Move these to the proper folder on the server you will be running this site from.

    Next, create a new database on the server.

    Now edit the file in the WordPress install called wp-config-sample.php

    Provide the database name, database username, password, and database hostname to access the new database you created and generally follow the commented text in wp-config-sample.php. Save your edited file as wp-config.php.

    Now point your browser to servername/wordpress and you should get the standard “5-minute install” screen.

    As to your current error message, I don’t know enough about your setup to even begin guessing what might be the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘can't install fresh wordpress’ is closed to new replies.