The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
150 views

Is there an easy way to migrate a site from SiteFinity to WordPress?

Has anyone ever migrated a site from SiteFinity to WordPress? I've got a large (1,200+ page) site that I'm transitioning over to WordPress and I'm not looking forward to the content migration. ...
0
votes
2answers
39 views

Doubts about how to migrate WordPress from local to online server using Search and Replace Tool script

I am trying to migrate my blog from my local web server to an online web server and I have a doubt about this procedure. I have uploaded all my local file in the root of my web server. I have also ...
0
votes
2answers
70 views

Problems in migration of WordPress site from local server to the online server

I am finding some problems uploading a WP site from my local webserver to the official online webserver. The situation is the following one, on my local web server: I have install WP website on my ...
0
votes
2answers
86 views

Can't Access Subdirectory

I've moved my blog from http://leghumped.com/blog to http://leghumped.com/ and now I can't access my /images directory. I've tried every combination of rules from trawling for people with the same ...
0
votes
2answers
82 views

Migrated site redirects to localhost after successful login

I have copied a site to a non-public demo server to make some edits. I transferred the files and the database (having disabled permalinks beforehand), updated wp-config.php with the new database ...
0
votes
2answers
69 views

Is it possible to isolate and use Wordpress functions outside of wordpress

I'm seeing a lot of jobs on elance and vWorker for converting html to wordpress? what's the general process for doiing this? hunting and pecking through the codex? what happens when you get to some ...
-1
votes
2answers
45 views

How to Migrate Blog Posts (only) from One Server to Another

I have a heavily infected and hacked server. I have setup a new server and created a fresh install of WordPress (fyi...it was a Joomla install on my server that got hacked and took the server down, ...
1
vote
1answer
44 views

Migrating old posts to new wp, how to extrapolate infos from the post body to custom fields?

I need to migrate some information that are store in the post body (like "price:200$"), extrapolate them somehow and put them into custom fields. how do I do that? The blog is about restaurants and ...
1
vote
1answer
42 views

how to migrate wpmu from one host to the other?

this issus is different fromm How to migrate wordpress users from one blog to another since i am using WPMU, i have backup the database, and then import it to the other host, also i have changed the ...
0
votes
1answer
41 views

How do I get the Wordpress post to display the content instead of an image?

I am working on migrating a Wordpress site to a test server. I imported all of the content & settings, and verified that every setting is the same as the old site. However, I'm having a problem ...
0
votes
1answer
38 views

Migrating domain name from old WP host to new (which uses vhosts)

I have an old WordPress site that I am redeveloping. I'm redeveloping it on what will become the new host for the site. The idea is that when the new site is ready I will change the DNS records on my ...
0
votes
1answer
140 views

functions.php not working after moving

I just migrated my site from localhost to live server. But it seems like a new installation, my custom post types, taxonomies are not there. The pages and posts i had are still present. ...
0
votes
1answer
124 views

Need Help Using bigdump

I am migrating a WordPress site but have problem with phpMyAdmin restriction (too big - 240 something mb) I am using »bigdump«. I believe I have followed every instructions (create a temp directory, ...
0
votes
1answer
164 views

Wordpress showing weird characters in content after migrating to a new server

My wordpress site [WordPress 3.3.1] shows weird characters in content after moving to a new server. But in my local server its working fine. For example it shows we're solving as we’re solving! In ...
0
votes
1answer
173 views

How do I fully migrate post images from one WordPress site to another?

I know WordPress has a built-in tool for exporting content, but this does not actually export images associated with each post...it only exports an XML file. How do I actually export images in each ...
0
votes
1answer
80 views

Migrated from localhost to server and cannot get custom_fields content anymore

So i migrated from localhost to my server, everything is working but my plugin cannot get the custom fields data anymore. I get my custom fields this way: $customs = get_post_custom($nodeid); ...
0
votes
1answer
151 views

Error after moving WordPress installation

I am trying to move a WordPress site to a new server, but I cannot get it up and running on my local server (running XAMPP). The site is running perfectly fine, but when I download the files, export ...
1
vote
0answers
44 views

Moving from one test to multiple final environments

I'm working on a Wordpress website in the following test environment url: www.example.com/wordpress. Once the site is complete and everything is tested, I want to deploy to three live environments: ...
0
votes
0answers
31 views

Problems with migrating a WooCommerce orders

I am trying to import/export orders from one WooCommerce website to another. After using the WordPress import/export tool for the "orders", the individual order page no longer shows the product(s) ...
0
votes
0answers
33 views

Post migration - images do not display

Here is migration quandry - going from one host to another. The blog domain name is unchanged. backed up the file system with everything to a .bz2 backed up the SQL DB ftp'd the file system bz2 to ...
0
votes
0answers
37 views

After server migration (local server to online server) permalink don't work

I am finding some difficulties with Permalink after have migrate my blog from my apache local server to an apache online server. I have used the Search and Replace Tool on my online server script: ...
0
votes
0answers
73 views

Plugin updating wp_options table and causing mysql issues

A client of mine has a wordpress site with the database and the wp installation in in a different servers. Yesterday I migrated the wp install to a new web server, keeping the database the same. In ...
0
votes
0answers
23 views

Wordpress port using hosts file generates parse error. Why?

I'm a Wordpress dev of a good few years now, but this one's got me a little stumped. I have a remote site that I wanted to dev locally for a while as I'm without good bandwidth right now. I figured ...