Active
Project:
Zenophile Extras
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Dec 2009 at 21:42 UTC
Updated:
8 Dec 2009 at 14:59 UTC
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
Comment #1
elliotttt commentedI think I see what the problem is, are you not uploading a background image?
Comment #2
jeffnosanov commentedyep, i'm not uploading a background image. trying to use background color.
Comment #3
elliotttt commentedAhhh 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.
Comment #4
elliotttt commentedNow aware that the php function
<?php file_put_contents(); ?>is PHP5 only, are you still receiving this problem on a PHP5 host?