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

BartonDrupal’s picture

Do you have any other modules enabled that deal with altering the status messages or is this the only one?

eatsleepdev’s picture

This is the only one. I am using theme_status_messages($display=NULL) in templates.php though to alter the html

BartonDrupal’s picture

Are you still having an issue like this?

eatsleepdev’s picture

I 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.

BartonDrupal’s picture

Status: Active » Closed (cannot reproduce)