INTERNAL SERVER ERROR

Sorry, something seems to have gone wrong.

SELECT c.countryCode, c.countryName FROM countryAliases a, countries c WHERE a.countryCode = c.countryCode AND LOWER(TRIM(a.countryAlias)) = 'philipines' Country not found in countryRecord::getObjectFromCountryName

According to my configuration file this is a development server, so something is probably being edited.
The site should be available again shortly. The precise error was:

SELECT c.countryCode, c.countryName FROM countryAliases a, countries c WHERE a.countryCode = c.countryCode AND LOWER(TRIM(a.countryAlias)) = 'philipines' Country not found in countryRecord::getObjectFromCountryName

This error has been logged. Stack trace:
#0 /www/site/system/modules/embassies/viewDetails.php(6): countryRecord::getObjectFromCountryName('philipines')
#1 /www/site/htdocs/index.php(59): include('/www/site/syste...')
#2 {main}