The PHP function mime_content_type is no longer working. Perhaps this is due to the recent migration? The error message returned is "Fatal error: Call to undefined function mime_content_type()"
example:
echo mime_content_type('php.gif') . "\n"; // should return the string image/gif
See http://libertygeneralbaptistchurch.org/?q=photo_folder_pager for an example of the error message which is returned now.
The last known date that I navigated to that page and did not receive an error was April 17, 2014.
example:
echo mime_content_type('php.gif') . "\n"; // should return the string image/gif
See http://libertygeneralbaptistchurch.org/?q=photo_folder_pager for an example of the error message which is returned now.
The last known date that I navigated to that page and did not receive an error was April 17, 2014.