The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

ERR_EMPTY_RESPONSE

I am experiencing a somewhat baffling issue I've never seen before. In production, my EE site is intermittently crashing and returning a ERR_EMPTY_RESPONSE message to the browser. I can fix the site ...
0
votes
1answer
23 views

Synchronize Templates Show No file exists

(EE 2.5.5) All of a sudden making changes to the template files stopped getting inhaled into the app. The changes are on the server, but they're not showing up on the rendered pages. I'm guessing that ...
1
vote
1answer
38 views

Upgrading a site from 1.x to 2.x - how to merge back into production?

I am upgrading and redesigning a mid-size, member-driven site from 1.7 to 2.5. I have created a local development environment and upgraded it successfully. Work on the updated templates and so on is ...
4
votes
2answers
416 views

How to deploy from localhost development server to live server?

When working on localhost the URLs have begun with http://localhost/~macuser/example.com/ and the file paths have begun with a local file path. What is the best way to deploy a site once it is ...
4
votes
1answer
126 views

Syncing channel data across servers

We typically have a dev/staging/production setup for sites. We have all the configuration stuff sorted out and deploying from one to another is easy. The problem is the database, specifically channel ...
4
votes
3answers
113 views

How can I use capistrano deployment with ExpressionEngine?

Any good resources/advice on using Capistrano to deploy EE sites?