I'm using a clean site, garland theme, ctools and boxes are the only modules enabled.
Running drupal 6.17, ctools 1.7 and boxes 1.0-beta10

I have created a box, set it to the left region, clicked on edit on the box, edited and clicked on save.
Then it shows me the 'throbber', forever.

Firebug says: Drupal.CTools.AJAX.getPageId is not a function
boxes.js line 41

Comments

djalloway’s picture

Confirmed.
I am experiencing the exact same thing, on the exact same setup.

barraponto’s picture

downgrading to ctools 1.6 fixed it for me.

merlinofchaos’s picture

Ahh. The getPageID got removed in CTools 1.7 for a better method. I had no idea anyone was even using that, or I would've more clearly spelled it out in the API update docs. Your best bet is to just remove the call to it in boxes.js

yhahn’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

butler360’s picture

Should the edit link work with a block installed as a feature, exported with features_extra?

I've cleared all caches, disabled js aggregation, and still get this problem.

Firebug says this:

Drupal.settings.CToolsAJAX is undefined
 if (Drupal.settings.CToolsAJAX.css) {
sites/all/modules/ctools/js/ajax-responder.js (line 485)

This is with Boxes 1.0, CTools 1.7.

EDIT: This may just be an individual theme issue. I don't understand why, but the edit link works on two other different themes.

houstonaplus’s picture

I am experiencing the same issue and the spinner keeps rotating. Should I downgrade to CTools 1.6?

kenorb’s picture

xjm’s picture

Re: #7: I had that behavior with the CTools 1.7, D6.17, and Boxes 1.0, but upgrading to D6.19 seemed to resolve the issue.