I'm using the latest dev. in de abachesolr_multilingual.module is a function referenced, that does not exist. This leads to a fatal error.

_apachesolr_nodeapi_update()

renaming the function to

apachesolr_nodeapi_update()

will solve the issue.

Because I don't know, why this function is referenced, I will not provide a patch.

Please check this issue because it is critical.

Comments

mkalkbrenner’s picture

Title: Fatal error: function _apachesolr_nodeapi_update($translation_node); » Fatal error in combination with apachesolr 6.x-2.x-dev: function _apachesolr_nodeapi_update($translation_node);
Category: bug » task
Priority: Critical » Normal
Status: Active » Postponed

I guess you're using apachesolr_multilingual 6.x-1.x-dev in combination with apachesolr 6.x-2.x-dev. The function only exists in apachesolr-6.x-1.x which is the version apachesolr_multilingual 6.x-1.x works with.
I postpone this issue until we start an apachesolr_multilingual 6.x-2.x branch.

ayalon’s picture

You are right. I'm awaiting the new version. Thanks.

mkalkbrenner’s picture

Assigned: Unassigned » mkalkbrenner
Status: Postponed » Fixed

started branch 2.x-dev

Status: Fixed » Closed (fixed)

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