Blank Page node/add/*

Status: 
Solved
Question: 

Whenever I click a link that has node/add/* I get a blank page (i.e node/add/poll or node/add/blog) the only exception is the Drupal video module. When I click this link it works as expected.

If I go to node/add it displays all content types but only Video works.

Any help would be greatly appreciated.

Responses

1. My guess it that there is an

My guess it that there is an error in one of the cck modules that are on the create page. Maybe imagefield? This happened to me once.

2. not sure what happened

I was having a bunch of problems.. So I just totally removed drupal and deleted the mysql db and started over.

After that everything seems to be working fine now.

3. Check your Apache error log

The image module was the culprit in my case. Found this lurking in my apache logs when nothing was getting written to the Drupal log: Call to undefined function image_gd_check_settings()

Just disabled the module. Was using CCK and imagefield for images anyway and that module works fine.