I am using the lastest 6 dev sept 23 was using sept 17. Both give these types of errors below when viewing and or saving cck nodes. I have latest dev for cck, location, views, jqury, token, pathauto, recaptcha, fckeditor, imce, gmap
notice: Undefined index: #tabset_name in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 104.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #content in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #content in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #content in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #programmed in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 983.
notice: Undefined index: #tabset_name in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 104.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #content in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #content in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #content in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #content in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #post in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 884.
notice: Undefined index: #programmed in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 885.
notice: Undefined index: #post in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 884.
notice: Undefined index: #programmed in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 885.
notice: Undefined index: #post in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 884.
notice: Undefined index: #programmed in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 885.
notice: Undefined index: #post in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 884.
notice: Undefined index: #programmed in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 885.
notice: Undefined index: #children in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 168.
Comments
Comment #1
pwieck commentedAlso getting this error when trying to edit my cck display settings. Can't view the page at all.
Fatal error: Call to undefined function _content_admin_display_contexts() in /home/content/m/o/d/modoggieweb/html/modules/cck_fieldgroup_tabs/cck_fieldgroup_tabs.module on line 107
Comment #2
pwieck commentedThese are the errors on the tabs example page:
notice: Undefined index: #post in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 884.
notice: Undefined index: #programmed in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 885.
notice: Undefined index: #tree in /home/content/m/o/d/modoggieweb/html/includes/form.inc on line 888.
notice: Undefined index: #tabset_name in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 104.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #tabset_name in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 104.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #description in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 132.
notice: Undefined index: #children in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 168.
notice: Undefined index: #children in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 168.
notice: Undefined index: #children in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 168.
notice: Undefined index: #children in /home/content/m/o/d/modoggieweb/html/modules/tabs/tabs.module on line 168.
Comment #3
Moonshine commentedHello...
The errors listed in original issue and #2 are coming from the "Tabs" module, but I have yet to see anything similar here using the latest cck/fieldgroup tabs/tabs devs I'm afraid. :/ The fact that you are seeing it on the Tab example page makes me *guess that some other module has a form_alter call gone wild.
Your error in #1 definitely comes from the "latest" CCK dev, which just changed how display settings are handled. I've created an issue with patch here:
#312901: _content_admin_display_contexts() missing due to CCK changes for "Extensible display contexts"
Comment #4
pwieck commentedClosing this because of being an old post and most likely fixed