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
Hey Mariano, I installed li3_doctrine2 several times under ROOT, under app and under ROOT/libraries creating composer.json in ROOT directory with no luck. PHP 5.5.0.
This is the composer.json and I changed vendor-dir
Hey Mariano, I installed li3_doctrine2 several times under ROOT, under app and under ROOT/libraries creating composer.json in ROOT directory with no luck. PHP 5.5.0.
This is the composer.json and I changed vendor-dir
Then I changed app/config/bootstrap/libraries.php adding these lines at the end:
require_once(LITHIUM_LIBRARY_PATH . '/autoload.php');
Libraries::add('li3_doctrine2');
but didn't work. I changed the last line to
Libraries::add('mariano/li3_doctrine2');
and I got rid of the error.
but then I had other errors with doctrine and doctrine-cli-config.php asking for LITHIUM_APP constant. am I missing any particular configuration ?
Thanks !
The text was updated successfully, but these errors were encountered: