Bizarre: WordPress works, then breaks
-
Hey all. I’m experiencing this bizarre problem with my WordPress and I’m out of ideas on how to fix it. Here’s the setup: I was running WP 2.5.1 on a shared linux host, and am in the process of moving to a linux VPS.
I copied my WordPress installation over to the new server, transferred the database, did all the stuff it says to do, and after a little bit of mucking with .htaccess files and file permissions/owners, my blog came up fine. I was thinking, “great, it works fine!”.
A few hours later, my blog began returning blank pages for everything. Not even the admin pages would come up.
My blog lives in a subdirectory appropriately named “blog”. In an experiment, I cloned my broken blog directory (cp -r –preserve=all blog blog2). It turns out this clone (blog2) works as expected (when named blog). The original broken blog directory returns blank pages. I can switch back and forth between them and see this behavior.
Doing a diff on the two directories (diff -r blog blog2) returns no differences.
Any idea what might be going on here, or additional experiments I could do to determine why blog2 works but blog returns blank pages?
- The topic ‘Bizarre: WordPress works, then breaks’ is closed to new replies.