I went through the standard composer installation steps for D8 outlined in the installation docs. I used drupal/recommended-project as the project template. The web UI portion of the installation went fine, but immediately after completing that, I get an error when visiting the root of my website that says:
Uncaught PHP Exception InvalidArgumentException: "Class "Drupal\\views\\Routing\\ViewPageController" does not exist."
I have created a text filter : [job_openings] that inserts markup where this string is found, does anyone know how to attach css to it , I already have a css file that is used by the block .
Every time i log in on my site, permissions get changed to 550 on "docroot/sites/default". Can I prevent this?
The folder "default" must be writable for the owner in order for composer to work.
Owner of the directory "default" is an ordinary user without sudo rights. The group is the server. If the server is booth owner and group, it makes sense to chage to 550 but not if server already only has reading writes.