wallabag / doc

Documentation repository for wallabag v2.
https://doc.wallabag.org
23 stars 59 forks source link

FAQ point for getting error PHP Fatal error: Class 'Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle' not found in /var/www/wallabag2/app/AppKernel.php on line 49 #26

Open Strubbl opened 7 years ago

Strubbl commented 7 years ago

when issuing a command like php bin/console and you forget --env=prod, you get the error message

PHP Fatal error: Class 'Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle' not found in /var/www/wallabag2/app/AppKernel.php on line 49

I always forget that when only looking at the documentation here: https://doc.wallabag.org/en/admin/console_commands.html

So i guess, it would make sense to:

tcitworld commented 7 years ago

Part off it is in https://github.com/wallabag/doc/pull/19/files#diff-060ffd258fa2d53d2e9f9d6d23a285b7

Strubbl commented 7 years ago

thanks for the pointer, i updated my issue