I set the table to 4 colums and 27 rows and click rebuild table...

Resulting error message....

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /q?=system/ajax
StatusText: n/a
ResponseText:
Fatal error: Call to undefined function
Node_form_submit_build_node() in
/home/strube/public_html/standardsonline.info/sites/all
modules/tablefield/tablefield.module on line 587
ReadyState: undefined

The default column and row number appear OK but I need to change them.

Any ideas?

CommentFileSizeAuthor
#2 1128320-2.patch467 byteskevin hankens

Comments

silvermodak’s picture

Anything? Stopping my development and I REALLY want to use this module.

kevin hankens’s picture

Status: Active » Needs review
StatusFileSize
new467 bytes

I can't reproduce, but obviously it looks like somehow node.pages.inc isn't being included. It seems like worse things should be happening.

Is this a non-node entity by chance?

At any rate, can you test the attached patch to see if that helps?

silvermodak’s picture

Worked perfectly. I am using a panels node template if thats what you mean by non-node entity? I'm a beginner to all this sorry!

I tested the orginal module on my other live test site and it worked first time. The only difference between the two sites was the panels node overlay on the site that needed patched.

Again, thanks so much!

Anonymous’s picture

Hi Kevin, I'm also having issues in a brand new D7.8 install.
On testing the module, when clicking Rebuild Table on the node edit form I get the following error.

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /system/ajax
StatusText: n/a
ResponseText:
Skip to main content
d7
Error The website encountered an unexpected error. Please try again later.
Error message
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7389 of /Volumes/Storage/www/d7/includes/common.inc).

ReadyState: undefined

Any ideas?

Anonymous’s picture

After a bit more digging, looks like its related to something in the Locale module on D7.8.
When Locale is enabled, it mucks up the Rebuild request. But when you have it disabled, it works as per usual.

Another report was previously filed here http://drupal.org/node/1277760

Anonymous’s picture

More information on the actual error message here http://drupal.org/node/1277376#comment-5010896

arbel’s picture

happens to me too, real blocking bug.

kevin hankens’s picture

@arbel, did you try the patch from #2?

I'm really not too involved in the Drupal world anymore, so I don't have much capacity to test and fix this. Any patches that you could submit would be helpful.

Thanks!

rogical’s picture

Version: 7.x-2.0-beta4 » 7.x-2.0-beta5

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /system/ajax
StatusText: n/a
ResponseText:
Error
Error message
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7405 of /opt/difang/dev/pjkaixin/includes/common.inc).
The website encountered an unexpected error. Please try again later.

ReadyState: undefined

on beta5

RealBirkoff’s picture

I confirm that the patch in #2 worked for me too.

schnitzel’s picture

I cannot confirm that the patch in #2 works, with translation enabled it does not work.

Check the patch in http://drupal.org/node/1277760, this worked for me

AndrzejG’s picture

I have error as in #9 except the Message is:
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7409 of /includes/common.inc).

The patch #2 doesn't work for me.

jenlampton’s picture

Issue summary: View changes
Status: Needs review » Closed (cannot reproduce)

The last activity on this issue was from 2011. If this is still an issue please reopen.