On a fresh install of Drupal 5.10, plus Panels2-rc1a, Advanced Profile Kit, and a few other modules, when I try to edit a panel and add new content to it, clicking a link causes a Javascript error and the content doesn't get added (no matter which item is selected, the result is always the same).
The JS error is simply "missing ; before statement" on jquery.js line 3, but I'm sure that comes from the fact that this error is emitted by the server instead of the expected output:
Fatal error: Call to undefined method stdClass::next_new_pid() in /var/www/blahblah/sites/all/modules/panels/includes/display_edit.inc on line 893
This is stopping me from using the module; any suggestions how to fix this one?
Thanks!
Comments
Comment #1
willfe commentedThis only occurs within Advanced Profile Kit; using this functionality anywhere else works fine. Closing.