Closed (outdated)
Project:
TableField
Version:
7.x-2.0-beta4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2011 at 13:43 UTC
Updated:
12 Aug 2016 at 06:17 UTC
Jump to comment: Most recent
Comments
Comment #1
elvin - albania drupal developerwhen i commented line 328 in the tablefield.module and set
on the same line, the errors dont show up anymore when i recreate the table from the UI, but i know that i might have lost the ability to save the defaults.
Any idea?
Comment #2
elvin - albania drupal developerapparently by doing what i said in the previus comment BROKE THE MODULE.
Please help
Comment #3
AtomicTangerine commentedme too, http://drupal.org/node/1119320 said it was fixed with the April beta version, but that's what I have. sub too. tweaked issue name for clarification. Oh @elvin: if undo-ing your code change doesn't work, you can just disable, uninstall, then reinstall it, then update.php :)
Comment #4
dan_metille commentedSame problem here
Comment #5
elvin - albania drupal developerThanks a lot AtomicTangerine.
I actually didn't hack the module, i just commented few lines and added my own, so it was easy to revert.
Thanks for the tips though !!!
Comment #6
simon georges commentedClosing #1175486: Error message as a duplicate of this one.
Comment #7
simon georges commentedCross-referencing #1119320: Undefined Index.
Comment #8
Daas commentedHello,
When setup a content type with a TableField I get the error messages below if:
I change the number of rows columns or upload a csv file.
Notice: Undefined property: stdClass::$type in entity_extract_ids() (line 7379 of C:\xampp\htdocs\vli\includes\common.inc).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: field_name in locale_field_node_form_submit() (line 402 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Notice: Undefined index: in locale_field_node_form_submit() (line 404 of C:\xampp\htdocs\vli\modules\locale\locale.module).
Warning: Invalid argument supplied for foreach() in tablefield_delete_table_values() (line 512 of C:\xampp\htdocs\vli\sites\all\modules\tablefield\tablefield.module).
Does anyone have an idea where it went wrong?
Comment #9
Olmy commentedStill experiencing this issue in Drupal 7.7. Can't create any tables larger than 5x5.
Comment #10
michelhack commentedsame as #9 i am in 7.8 and i cant change tables. please resolve this
tradestation programmer
Comment #11
derMatze commentedAny news on this issue...?
Comment #12
derMatze commentedMaybe this could be a hint to solve it:
http://drupal.org/node/982622
Comment #13
cattalk commentedSame problem here. No other table than 5x5 is possible. When I try to change the number of rows or columns I get the "Undefined index" error. When savin or previewing the node the changes made to the table are gone.
thx
cat
Comment #14
Anonymous (not verified) commentedTemporary workaround that I found was to specify extremely large table size when creating the field and resizing it to the correct size on a per-node basis.
Comment #15
elvin - albania drupal developerwhy go through all this hassle?
why not just use a wisiwyg textarea with a default value of an empty table with some predefined number of cols / rows?
Its easier to rebuild the table through the wysiwyg's interface?
it is a possible solution
Comment #16
simon georges commentedIsn't it fixed by #1119320: Undefined Index ?
Comment #17
jenlamptonIt sounds like it might be fixed by that issue, as there are no more comments after that. This is a very old issue, if the problem persists please reopen.