Whenever I try to create a zen sub theme with zenophile extras enabled,
I get this error: fatal error in path/zenophile_extras/zenophile_extras.module on line 442.

The sub theme is created, but not all the selected settings are present. The settings that I specified in the main zenophile options section work, but any settings set in the extras section do not work.

Comments

elliotttt’s picture

Assigned: Unassigned » elliotttt

I think I see what the problem is, are you not uploading a background image?

jeffnosanov’s picture

yep, i'm not uploading a background image. trying to use background color.

elliotttt’s picture

Ahhh okay, no prob! I bet I just need to add some conditional logic to check for the existence of images. Should have time to post an update later on tonight.

elliotttt’s picture

Now aware that the php function <?php file_put_contents(); ?> is PHP5 only, are you still receiving this problem on a PHP5 host?