Closed (duplicate)
Project:
Goofy
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Mar 2006 at 11:10 UTC
Updated:
1 Apr 2006 at 05:45 UTC
I saw that a new version of goofy was submited earlier this month for 4.7 but when I tried on my site it didn't work. any updates on this?
Comments
Comment #1
TDobes commentedI'm curious as to whether you're competing for the "least descriptive bug report ever" award. ;-)
I absolutely cannot help you unless you give me more information. How does it fail? Do you get an error message? Please keep in mind that, due to major changes in the Drupal core, Goofy 4.7 works only with Drupal 4.7.0beta5 and newer. If PHP is complaining that it's missing the base_path() function, then your version of Drupal core is too old.
Comment #2
Catfang commentedWhen clicking on goofy's "configure" from the theme list (in administer) I get the following error:
Fatal error: Call to undefined function: form_checkbox() in C:\website.com\wwwroot\themes\goofy\goofy.theme on line 16
PHP Fatal error: Call to undefined function: form_checkbox() in C:\website.com\wwwroot\themes\goofy\goofy.theme on line 16
I don't know which version of 4.7 I am using, but I'll try upgrading. (Too bad there isn't an "about" in drupal to let you know this!)
Comment #3
Catfang commentedOkay, same error even after updating to RC1!
Comment #4
heine commentedgoofy_settings contains a call to form_checkbox, which leads to the error described in #2 and form_textfield; both 4.6 form functions. If I have time later today, I'll update this to 4.7 forms api. (But don't hold back on the patches).
Comment #5
heine commentedDuplicate of http://drupal.org/node/45300