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

spade’s picture

Priority: Normal » Critical
spade’s picture

Priority: Critical » Normal
Status: Active » Fixed

Uncommenting 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!

spade’s picture

Status: Fixed » Closed (won't fix)