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
}