I updated a site I was using the module to latest dev and I am getting that fatal error when editing a node with a title field.

I checked the code and it comes from title_taxonomy_allowed_values() being removed, however, the setting should be updated to cope with this so that existing sites doesn't break.

I tried re-saving the field settings but that didn't help.

CommentFileSizeAuthor
#7 remove_callback-2293347-7.patch702 bytesarchnode
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Valera Tumash’s picture

I have got the same error message once I tried to add a new node or edit existing one. Updating 7.x-1.0-alpha7 version of the module with 7.x-1.0-alpha7+12-dev fixed that.

plach’s picture

Status: Active » Fixed

Per #1.

jurgenhaas’s picture

Well, fixed? It's not really fun to walk with a dev release on production sites for that long. Neither should that be an alpha version. What's holding back a proper 1.0 release or at least a beta?

plach’s picture

jurgenhaas’s picture

I see, thanks for your response. I'd be interested to help but I'm also busy in maintaining my own modules so I can't promise anything but I'll see what I can do. This is just such an important module.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

archnode’s picture

Priority: Critical » Normal
Status: Closed (fixed) » Needs review
FileSize
702 bytes

Related to: https://www.drupal.org/node/1281732

Attached patch removes title_taxonomy_allowed_values() in hook_disable as option list callback from all taxonomy reference fields which should resolve the issue.

Pol’s picture

Status: Needs review » Reviewed & tested by the community

Hi,

This patch is valid and should be included.

alex_optim’s picture

+1

  • Pol committed dc7a026 on 7.x-1.x
    Issue #2293347 by Pol, archnode: Fatal error: Call to undefined function...
Pol’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.