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

TDobes’s picture

Assigned: Unassigned » TDobes
Category: bug » support
Priority: Critical » Normal

I'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.

Catfang’s picture

When 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!)

Catfang’s picture

Okay, same error even after updating to RC1!

heine’s picture

Title: goofy doesn't work under 4.7 » goofy contains 4.6 code (form_checkbox)
Category: support » bug

goofy_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).

heine’s picture

Status: Active » Closed (duplicate)