• Hi All,

    I am trying to set up my Word Press site on my domain, My web developer left me with 1 zip file that contains a MySQL database and a folder labeled “Web Site Files” with the WordPress contents the way he designed them. It is my duty now to deploy the web-site to my own server but am having issues. I Imported the MySQL Database using phpMYAdmin and upload the web-site files, but no images work at all, only text. Also If I view source all the images point to a “Websitetestlink.com” Url, Any help would be much apprieciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Why don’t you give us web site url?

    Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    It sounds like you would need to do a find and replace on your database to replace Websitetestlink.com with the correct URL.

    There are plugins to do this but all need to be used with caution as they make permanent changes to the database. However if you have the original mysql file then you can always re-import that to start over if things mess up.

    You can also do it in the database via phpMyAdmin if you’re comfortable with SQL, there are many resources out there.

    duplicate post, please delete this comment

    Here’s a search and replace method that takes about 3 minutes and works beautifully. No SQL necessary, and it replaces serialized data (like widgets and plugin options).

    1) Be sure to have a backup of your existing database no matter what!

    2) Import your database as-is via phpMyAdmin. Go to your database name–>Import. Upload it.

    3) Download the script located here: http://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    4) Upload it to your root directory where the wp folders are.

    5) From the gods: “To use the script, you should install it in the root folder of your WordPress install (if you wish it to automatically pick up your wp-config) or anywhere else you fancy, but you won’t get the automatic config. You should also, to protect yourself from automated scanners looking for this script, rename it first. eg, you could name it as rrrrreplace.php – you’d then visit a url like http://example.com/rrrrreplace.php and follow the on-screen instructions from there.”

    4) The prompts will guide you through the steps to find and replace your old domain name with your new one.

    5) Check out your site. It’s online and awesome. Make sure you can login.

    6) Delete the script from your server immediately.

    7) Take the rest of the night off!

    You should try using Codenvy (http://docs.codenvy.com/user/tutorials/running-a-wordpress-site/) it simplifies installation and is easier to understand.

    @mkerengill – please make sure you are aware of the forum rules – this one in particular:

    http://codex.wordpress.org/Forum_Welcome#Helping_Out

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Deploying to a new host’ is closed to new replies.