It's usually best to start checking that symfony is ok (assuming you're
following the standard lib\vendor approach) with:

 

php lib/vendor/symfony/data/bin/check_configuration.php

php lib/vendor/symfony/data/bin/symfony -V

 

& then from the root of the project:

 

php symfony -V

php symfony

 

 

At least then you'll know that there aren't any issues with the base setup.

 

Then run:

 

symfony project:permissions

 

It won't hurt to also run:

 

symfony plugin:publish-assets

 

which should reset the appropriate permissions and setup plugins for you.
If you get any errors then you'll know that something is up.

 

 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to