Function not found. Patch says all.

CommentFileSizeAuthor
#6 bueditor.update.patch496 bytesufku
bueditor-update20.patch690 bytesroderik

Comments

j0nathan’s picture

Hi,
I cannot upgrade either. The error is:

Output from failed command : The following updates are pending: bueditor... (Expand)Output from failed command : The following updates are pending: bueditor module 6200 - 6.x-1.x to 6.x-2.x Change {bueditor_editors}.librarypath field type from varchar to text. It now stores file paths rather than a directory path. 6201 - Add sprite support 6202 - Rename bue.html.js to bue.markup.js to prevent a false positive virus alert by some AV. fckeditor module 6202 - Add autofixplaintext setting, defaults to f ( = false) Do you wish to run all pending updates? (y/n): y Fatal error: Call to undefined function bueditor_editors() in /xxx/aegir/xxx/sites/all/modules/bueditor/bueditor.install on line 217
j0nathan’s picture

I am able to upgrade with the patch.

ufku’s picture

Version: 6.x-2.0 » 6.x-2.x-dev
Status: Reviewed & tested by the community » Fixed

committed. thanks.

Status: Fixed » Closed (fixed)

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

foutrelis’s picture

Title: Upgrade to 2.0 fails » Upgrade to 2.3 from 1.4 fails
Version: 6.x-2.x-dev » 6.x-2.3
Status: Closed (fixed) » Active

Now that most of the code has been moved to bueditor.inc, the install file needs to require that instead of bueditor.module.

The error when trying to upgrade from 6.x-1.4 to 6.x-2.3 was:

[06-Jun-2011 18:07:38] PHP Fatal error:  Call to undefined function bueditor_editors() in /home/<path-removed>/sites/all/modules/bueditor/bueditor.install on line 223
ufku’s picture

Version: 6.x-2.3 » 6.x-2.x-dev
Status: Active » Fixed
StatusFileSize
new496 bytes

I've committed the below patch to 2.x branch. A new release will be ready soon. You can wait for it or apply the patch manually.

Status: Fixed » Closed (fixed)

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