When using Union Data Source on 2.3, other Data Sources cannot be edited if this extension is enabled:
Symphony Fatal Error: Could not find Data Source . If it was provided by an Extension, ensure that it is installed, and enabled.
An error occurred in /Users/nilshoerrmann/Sites/Webseiten/durchgedreht24.de/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 }
When using Union Data Source on 2.3, other Data Sources cannot be edited if this extension is enabled:
Backtrace