I am experiencing a very strange problem. Yesterday, my site was working fine. I even added content to it.

Today, all of my nodes yield "Page not found" and even http://skinnerclan.org/node yields the same thing!

http://skinnerclan.org/tracker still works, and my admin section is working okay.

Trying to access a node, via node id or alias, doesn't work, however. eg http://skinnerclan.org/node/203

However, when I try and edit a node, it works! eg http://skinnerclan.org/node/203/edit

Using the drupal "devel" module, I used the "empty cache" function, but still the behaviour persisted.

This site is hosted at Dreamhost. They don't have any notifications regarding any changes on http://blog.dreamhost.com.

Comments

Sree’s picture

did u edited any permissions/ access controls?

-- Sree --
IRC Nick: sreeveturi

adam.skinner’s picture

Not at all. As an unpermissioned user, you can't even see node. Nor as the superuser. The user can edit a node (so the node is still there), but can't view it.

lwatkins’s picture

I was able to fix it following the instructions here:

http://drupal.org/node/121834

Leisa

adam.skinner’s picture

Thanks for the feedback. Unfortunately, it didn't work! On the Dreamhost forums they're saying that apparently php got upgraded and this is causing the problem, so I'm going to try and see if I can't just "reinstall" drupal by untarring the app again (they said that "new installs" work)

http://discussion.dreamhost.com/showflat.pl?Cat=&Board=3rdparty&Number=8...

adam.skinner’s picture

I just wanted to circle back on this post. The problem is resolved. Apparently Dreamhost upgraded to PHP 5.2.2, and this caused a problem with the Textile input module. Check out http://drupal.org/node/143730 for more information.

Bonus: Go to http://leonix.uni.cc/en/salvation-textile-drupal-module - leon has provided a patched module that fixes this problem.