I created a custom content type with CCK and when I go to create content > new-content-type it just loads a blank page. Any idea why that might be? If I go create content > any other CCK type I made previously it works?

So strange??

Comments

stevenc’s picture

Do you mean that you get an absolutely white screen (top to bottom 100%) OR do you mean that you have your normal page layout (header, footer, graphics, etc.) but the body part where the form should be is blank?

If your entire page is 100% blank this is usually indicative of a PHP syntax error. Did you use PHP for an "Allowed Values" list or maybe in a block that only appears on that page? If so, double check your syntax - I usually write my PHP in a PHP editor first, then I copy-and-paste it into my application.

---------------------------------
Steven Wright

Slalom