The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
233 views

Publishing Wordpress from stage to production server

I'm having trouble configuring wp-config.php correctly in a staged server environment. I'm being told that I should be working in my stage environment for Wordpress with an example address of ...
2
votes
1answer
43 views

Wordpress PHP error handling and reporting in production environment

I'm trying to find a solution on how to handle the displaying and logging of errors in a PHP (Wordpress) production environment. Is it possible to do the following (alternative suggestions welcome): ...
94
votes
19answers
20k views

How to: Easily Move a WordPress Install from Development to Production?

I do development on one box and use a second for production. Right now I just dump the database and then do a find a replace for the URL changes; then copy over the files and import the new SQL. Are ...
1
vote
1answer
121 views

Merging Wordpress posts from different databases

I have development and production versions of my website (on the same hosting). I want to easily synchronize the content between these versions. On the production website, content is updated daily. ...
0
votes
2answers
567 views

Database migration issues - Error #1046 No database selected

i need to get my clients website online and have been able to figure everything out except of course the most crucial part which is the database upload. i can't figure out what i'm doing wrong since ...
0
votes
2answers
1k views

Maintaining synced staging/production WP sites

This is a more general question about WP website best practices. An issue I encounter with many of my clients is maintaining two identical WP installs (staging and production). They insist on seeing ...
0
votes
1answer
57 views

URL appearing on top of the page only in production website [closed]

I've just pushed a wordpress website to the production host and on top appeared an URL which should not be there. Here's the link. I checked the source code, but I can't find anything that can output ...
9
votes
2answers
2k views

Wordpress database synch between dev and prod

Question has been asked before about how to synchronize files as well as the database between two Wordpress installations. For the database level, the answer is usually to basically dump one ...
0
votes
2answers
151 views

How do you keep your live and and testing server?

I have a live site and a testing server (XAMPP) that I built the site on originally before publishing it. Obviously, there are a number of things you need to do to migrate a site from one place to ...
18
votes
4answers
4k views

Database synchronization between dev/staging and production

I have a problem with WP database synchronization between development and production and I am wondering how other people solving it. I am aware about this question but it doesn't really cover the ...
2
votes
3answers
418 views

How do you add pages on a staging server, and then move them over to production

Here is just one of a couple of scenarios where this could come up. Let's say you add a plugin on your development server, which requires a wordpress page to do its magic. There are a couple of ...
0
votes
2answers
146 views

Graphic design changes on Staging before moving to Production?

I have a Development, Staging and Production workflow for my WordPress site. I am fairly strict about any structural work to be done on the site being done in Staging first, then migrated to ...
2
votes
6answers
360 views

Most Flawless Way To Transfer from Dev to Prod [duplicate]

Possible Duplicate: Easily Move a WordPress Install from Development to Production? So I've been working with WordPress for a while now and I usually develop locally and then upload ...