You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: require(): Failed opening required 'symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Parser/sfYaml/sfYamlConfigHandler.php' (include_path='.:/usr/share/php') in symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Core.php on line 1118
@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 qdpm/qdpm#2
The text was updated successfully, but these errors were encountered: