Posted by Moophz on October 23, 2009 at 9:30am
Jump to:
| Project: | Search Files |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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.'));
Comments
#1
Automatically closed -- issue fixed for 2 weeks with no activity.
#2
#355072: uninstall throws error