Active
Project:
Alldrupalthemes.com Basetheme
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 10:34 UTC
Updated:
24 Oct 2009 at 12:33 UTC
I have installed this theme and folowed tutorial but I get errors in:
:
* warning: Invalid argument supplied for foreach() in /home/mysite/html/includes/form.inc on line 1205.
* warning: Invalid argument supplied for foreach() in /home/mysite/html/includes/form.inc on line 1428.
Using 6.14
Comments
Comment #1
my-family commentedI have similar problem: the same warning, but the line 1423
In addition, there is not possible to make any custom settings of the theme.
Thanks in advance for help... (using with D 6.14 as well)
Comment #2
timhobert commentedI just received this same warning after installing the uc_option_image module (for Ubercart). I haven't found a solution yet.
Comment #3
marcrobinsone commentedsame here.
Are there any quick work-arounds?
Comment #4
marcrobinsone commentedSurprisingly, deleting this chunk of code from theme-settings.php (line 159) solves the problem:
Not sure whether cufon works with this theme anyway...
Comment #5
marcrobinsone commentedNow I see the problem clearly:
If you don't extract the cufon and font source files, you're sure to get errors.
Seesh, I just spent hours trying to debug all the .php files realizing that the theme requires cufon for it to work error-free.
I wish that requirement could have been mentioned in one of the readme files (or the release notes)...