-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When a Data Source that is included in a Union Data Source has been renamed, front-end and Data Source editor break with the following error:
Symphony Fatal Error: Could not find Data Source stream. If it was provided by an Extension, ensure that it is installed, and enabled.
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 }
Metadata
Metadata
Assignees
Labels
No labels