Closed (cannot reproduce)
Project:
Status Messages Alter
Version:
6.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 19:53 UTC
Updated:
19 Dec 2011 at 01:49 UTC
Hi,
When I run update.php on my site I get this error:
Fatal error: Call to undefined function theme_status_messages() in /mnt/hgfs/Work/SITE/code/drupal-6.19/sites/all/modules/messages_alter/messages_alter.module on line 76
I'm implementing hook_message_alter in a custom module. Everything seems to work fine except for that error. I've been using drush to update my database instead.
Comments
Comment #1
BartonDrupal commentedDo you have any other modules enabled that deal with altering the status messages or is this the only one?
Comment #2
eatsleepdev commentedThis is the only one. I am using theme_status_messages($display=NULL) in templates.php though to alter the html
Comment #3
BartonDrupal commentedAre you still having an issue like this?
Comment #4
eatsleepdev commentedI don't know if it's still an issue because I'm not on that project anymore. Updating the database with drush was my workaround. It may be a problem for whoever inherits the project in the future.
Comment #5
BartonDrupal commented