My Joomla 2.5 installation has an extension installed called Community Polls, it is from the corejoomla website. I have a menu item that is a "Community poll home" item. When a user, (me, because the site is not live yet) goes to that menu item(page), a 500 Apache error is returned. digging into the Apache Error logs:
[Thu Oct 04 09:11:34 2012] [error] [client 75.150.17.49] Premature end of script headers: php5.cgi, referer: http://removedforsecurity.com/administrator/index.php?option=com_communitypolls&view=polls
Even deeper, on the admin interface, I can look at all the community polls configuration options and they work fine EXCEPT categories, when I click on categories, the 500 error pops up. In the DB the categories table is present and has data in it. Not knowing the design of CP(community polls) I could tell you if the data in categories is corrupting the request.
Any Ideas?