Skip to content

Renaming Data Sources #13

@nilshoerrmann

Description

@nilshoerrmann

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions