• Symphony Fatal Error: Could not find Data Source film_promotions. If it was provided by an Extension, ensure that it is installed, and enabled.

    An error occurred in /data/www/vhosts/monocle/htdocs/symphony/lib/toolkit/class.datasourcemanager.php around line 181

    • 176         public static function create($handle, array $env = null, $process_params=true){
    • 177             $classname = self::__getClassName($handle);
    • 178             $path = self::__getDriverPath($handle);
    • 179
    • 180             if(!is_file($path)){
    • 181                 throw new Exception(
    • 182                     __('Could not find Data Source %s.', array('<code>' . $handle . '</code>'))
    • 183                     . ' ' . __('If it was provided by an Extension, ensure that it is installed, and enabled.')
    • 184                 );
    • 185             }
  • Backtrace
    • [/data/www/vhosts/monocle/htdocs/symphony/lib/toolkit/class.frontendpage.php:782]
    •     DatasourceManager::create();
    • [/data/www/vhosts/monocle/htdocs/symphony/lib/toolkit/class.frontendpage.php:411]
    •     FrontendPage->processDatasources();
    • [/data/www/vhosts/monocle/htdocs/symphony/lib/toolkit/class.frontendpage.php:183]
    •     FrontendPage->__buildPage();
    • [/data/www/vhosts/monocle/htdocs/symphony/lib/core/class.frontend.php:103]
    •     FrontendPage->generate();
    • [/data/www/vhosts/monocle/htdocs/index.php:25]
    •     Frontend->display();
  • Database Query Log
    • [0.0006] SET character_set_connection = 'utf8', character_set_database = 'utf8', character_set_server = 'utf8';
    • [0.0003] SET CHARACTER SET 'utf8';
    • [0.0011] SELECT SQL_CACHE 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' ORDER BY t2.delegate, t1.name;
    • [0.0005] SELECT SQL_CACHE `session_data` FROM `sym_sessions` WHERE `session` = 'uqh4gii1bnkkqdb7gfsigpdch0' LIMIT 1;
    • [0.0004] DELETE FROM `sym_sessions` WHERE `session_expires` <= '1367854706';
    • [0.0005] SELECT SQL_CACHE * FROM `sym_pages` WHERE `path` = 'film/business' AND `handle` = 'cracking-the-market' LIMIT 1;
    • [0.0004] SELECT SQL_CACHE * FROM `sym_pages` WHERE `path` = 'film' AND `handle` = 'business' LIMIT 1;
    • [0.0003] SELECT SQL_CACHE * FROM `sym_pages` WHERE `path` IS NULL AND `handle` = 'film' LIMIT 1;
    • [0.0003] SELECT SQL_CACHE type FROM `sym_pages_types` AS pt WHERE pt.page_id = 7 GROUP BY pt.type ORDER BY pt.type ASC;
    • [0.0004] SELECT SQL_CACHE `name` FROM `sym_extensions` WHERE `status` = 'enabled';