Symphony User Error Show Markdown for copy/paste Could not find Data Source datetime. If the Data Source was provided by an Extensions, ensure that it is installed, and enabled. An error occurred in /Applications/MAMP/htdocs/pompodium/symphony/lib/toolkit/class.datasourcemanager.php around line 118 Could not find Data Source datetime. If the Data Source was provided by an Extensions, ensure that it is installed, and enabled. /Applications/MAMP/htdocs/pompodium/symphony/lib/toolkit/class.datasourcemanager.php line 118 113 114 $classname = $this->__getClassName($name); 115 $path = $this->__getDriverPath($name); 116 117 if(!@is_file($path)){ 118 trigger_error(__('Could not find Data Source %s. If the Data Source was provided by an Extensions, ensure that it is installed, and enabled.', array($name)), E_USER_ERROR); 119 return false; 120 } 121 122 if(!class_exists($classname)) require_once($path); * 113: * 114: $classname = $this->__getClassName($name); * 115: $path = $this->__getDriverPath($name); * 116: * 117: if(!@is_file($path)){ * 118: trigger_error(__('Could not find Data Source %s. If the Data Source was provided by an Extensions, ensure that it is installed, and enabled.', array($name)), E_USER_ERROR); * 119: return false; * 120: } * 121: * 122: if(!class_exists($classname)) require_once($path); Backtrace: * [:0] GenericErrorHandler::handler(); * [/Applications/MAMP/htdocs/pompodium/symphony/lib/toolkit/class.datasourcemanager.php:118] trigger_error(); * [/Applications/MAMP/htdocs/pompodium/symphony/lib/toolkit/class.frontendpage.php:470] DatasourceManager->create(); * [/Applications/MAMP/htdocs/pompodium/symphony/lib/toolkit/class.frontendpage.php:238] FrontendPage->processDatasources(); * [/Applications/MAMP/htdocs/pompodium/symphony/lib/toolkit/class.frontendpage.php:63] FrontendPage->__buildPage(); * [/Applications/MAMP/htdocs/pompodium/symphony/lib/core/class.frontend.php:50] FrontendPage->generate(); * [/Applications/MAMP/htdocs/pompodium/index.php:20] Frontend->display(); Database Query Log: * SET NAMES 'utf8'; [0.0002] * SET CHARACTER SET 'utf8'; [0.0001] * SELECT * FROM `sym_extensions`; [0.0005] * SELECT t1.name, t2.page, t2.delegate, t2.callback FROM `sym_extensions` as t1 INNER JOIN `sym_extensions_delegates` as t2 ON t1.id = t2.extension_id WHERE t1.status = 'enabled'; [0.0020] * SELECT SQL_NO_CACHE * FROM `sym_cache` WHERE `hash` = '_session_config' AND (`expiry` IS NULL OR UNIX_TIMESTAMP() <= `expiry`) LIMIT 1; [0.0003] * SELECT `session_data` FROM `sym_sessions` WHERE `session` = 'baec97e5424ce94db3992e8afcfbba62' LIMIT 1; [0.0002] * SELECT `id` FROM `sym_authors` WHERE `username` = 'Mark' AND `password` = '52522ebcb8028c09f92e56280ccefa22' LIMIT 1; [0.0002] * UPDATE sym_authors SET `last_seen` = '2010-06-16 14:31:02' WHERE `id` = '1'; [0.0002] * SELECT * FROM `sym_authors` WHERE `id` = '1' LIMIT 1; [0.0002] * SELECT `sym_pages`.* FROM `sym_pages`, `sym_pages_types` WHERE `sym_pages_types`.page_id = `sym_pages`.id AND sym_pages_types.`type` = 'index' LIMIT 1; [0.0002] * SELECT `type` FROM `sym_pages_types` WHERE `page_id` = '1'; [0.0002] * SELECT `name` FROM `sym_extensions` WHERE `status` = 'enabled'; [0.0004]