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
Comment #1
djalloway commentedConfirmed.
I am experiencing the exact same thing, on the exact same setup.
Comment #2
barrapontodowngrading to ctools 1.6 fixed it for me.
Comment #3
merlinofchaos commentedAhh. 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
Comment #4
yhahn commentedYep, ran into this and nuked it.
http://drupalcode.org/viewvc/drupal/contributions/modules/boxes/boxes.js...
Comment #6
butler360 commentedShould 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:
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.
Comment #7
houstonaplus commentedI am experiencing the same issue and the spinner keeps rotating. Should I downgrade to CTools 1.6?
Comment #8
kenorb commented#887812: CTools Javascript error kills IMCE Filebrowser
Comment #9
xjmRe: #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.