Closed (won't fix)
Project:
TinyMCE
Version:
6.x-1.1-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2008 at 19:22 UTC
Updated:
6 Jul 2008 at 20:33 UTC
While running update.php after installing tinymce 6.x-1.1-dev with tinymce 3.1.0.1 I get an unrecoverable error:
www.mydomain.com/update.php?id=22&op=do <br /> <b>Fatal error</b>: Call to undefined function: _system_update_utf8() in <b>.../drupal/sites/all/modules/tinymce/tinymce.install</b> on line <b>24</b><br />
(note also the uninterpreted html).
The same more readable:
www.mydomain.com/update.php?id=22&op=do
Fatal error: Call to undefined function: _system_update_utf8() in .../drupal/sites/all/modules/tinymce/tinymce.install on line 24
Comments
Comment #1
spade commentedComment #2
spade commentedUncommenting the function tinymce_update_1 (which didn't seem to be called anywhere in the drupal code) seemed to solve the error for now, but I can't get TinyMCE back to work!
Comment #3
spade commented