drupal_set_meSaSge in uninstall
Moophz - October 23, 2009 - 09:30
| Project: | Search Files |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I had some problems in Search Files and didn't get it to work, so i decided to uninstall it and restart my installation from scratch, i faced this php error :
Fatal error: Call to undefined function drupal_set_mesasge() in /var/www/test-drupal/sites/all/modules/search_files/search_files.install on line 91
Please replace the line 91 in search_files.install
this : drupal_set_mesasge(t('Search Files successfully uninstalled.'));
by this : drupal_set_message(t('Search Files successfully uninstalled.'));

#1
Automatically closed -- issue fixed for 2 weeks with no activity.