Hey guys,
I'm trying to update Drupal from 6.25 to 7.12 (latest version of htmlmail module in both), but when I run update.php I get this:
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://www.domain.com/upgrade/update.php?op=selection&token=6VAOjoelaxnfZtKu8DJXh5xaHR6RWkZUTNpl-bCNXDo&id=40&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function mailsystem_get() in /path/to/apache/upgrade/sites/all/modules/htmlmail/htmlmail.install on line 56
What can I do to fix this?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | htmlmail-hook_update_N-1516734-1.patch | 836 bytes | pillarsdotnet |
Comments
Comment #1
pillarsdotnet commentedFor now, apply this change to the htmlmail.install file:
Comment #2
pillarsdotnet commentedAnd let me know if that works for you, please.
Comment #3
jfha73 commentedThat worked.
Thanks.
Comment #4
pillarsdotnet commentedBetter title; rolling new release now.
Comment #5
pillarsdotnet commentedFixed in 7.x-2.65 release.