Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with doctrine migraion on 2.0.8 -> 2.1.0 upgrage #2347

Closed
greizgh opened this issue Oct 3, 2016 · 2 comments
Closed

Issue with doctrine migraion on 2.0.8 -> 2.1.0 upgrage #2347

greizgh opened this issue Oct 3, 2016 · 2 comments

Comments

@greizgh
Copy link

greizgh commented Oct 3, 2016

Issue details

After installing somewhat manually composer and node dependencies, the command:

php bin/console doctrine:migrations:migrate --env=prod

fails with:

PHP Fatal error:  Class 'Wallabag\CoreBundle\EventListener\RegistrationConfirmedListener' not found in /var/www/wallabag/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php on line 151

Environment

  • wallabag version (or git revision) that exhibits the issue: 091e4bd
  • How did you install wallabag? Via git clone
  • Last wallabag version that did not exhibit the issue (if applicable): 2.0.8
  • php version: 5.6.24
  • OS: Debian
  • type of hosting: dedicated
  • which storage system you choose at install (SQLite, MySQL/MariaDB or PostgreSQL): SQLite

Steps to reproduce/test case

  • ASSETS=build ./install.sh
  • php bin/console doctrine:migrations:migrate --env=prod
@tcitworld
Copy link
Member

Please remove the cache of wallabag manually : rm -rf var/cache/*

@greizgh
Copy link
Author

greizgh commented Oct 3, 2016

Thank you, closing as this is just me not being able to read the doc 🙄

@greizgh greizgh closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants