9
Thanks so much for helping me diagnose this. Here's the SQL Debug (substituting in DBPREFIX for the DB name) As far as I know this is right-There weren't any PHP debug errors, only notices:
------------------------------------
SELECT storyid, title, homepage, submenu FROM DBPREFIX_content WHERE homepage='0' AND submenu='1'
SELECT storyid, title, text FROM DBPREFIX_content WHERE visible='1' AND ((text LIKE '%committed%' OR title LIKE '%committed%')) ORDER BY storyid ASC LIMIT 0, 5