Closed (fixed)
Project:
Site map
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2008 at 02:06 UTC
Updated:
13 Aug 2008 at 12:26 UTC
I have had site map installed, and would like to uninstall it since I am not using it. The uninstall goes to a white screen with this message:
Fatal error: Call to undefined function locale_supported_languages() in /homepages/40/d189931975/htdocs/drupal/sites/all/modules/site_map/site_map.install on line 21
I have no i18n stuff on the site, just plain 'ol english. No other error or problems on the site, which is running drupal 5.7.
Comments
Comment #1
darumaki commentedsame here too
Comment #2
frjo commentedPlease try out the 5-dev version, I have just committed a fix for this problem.
The fix is to put the problem code in site_map.install inside a if (function_exist('locale')) call.
Comment #3
frjo commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.