Open MaraScott opened 7 years ago
It's becouse of autoload.
Hello,
@regisnew Yes, because of autoloading logic that try to load class sfYamlConfigHandler
that is not part of Yaml component see: https://github.com/FriendsOfSymfony1/doctrine1/blob/v1.3.6/lib/Doctrine/Core.php#L1135
So the PR #34 is not going to fix it, as it just upgrade Yaml code and fix composer autoloading.
@davask Doctrine1 autoloader is registered on this application. The reason is because of autoloader precedence order. Symfony1 autoloader must be register before Doctrine1 to avoid this error.
Hi, Do you know why I got this kind of message ?
see original issue https://github.com/qdpm/qdpm/issues/2