Hi there! I gave anything but that's apart my level. Since a month or so, bolderplate generation with drush is broken. I've tried to fix it on my own, with no luck. Now i really need to generate some things.
Anything with drush works fine but "drush generate ... " results in:
I have a Drupal 8 site that uses PHP 7. However, the command line uses PHP 5 - therefore running composer install fails. The phpinfo on the actual site confirms it's using PHP 7, but the command line is using PHP 5 - I don't manage the server so hard to change.
Is there any way of updating the site?
Update
Have been told I can get the command line to use PHP 7 now. Probably not a good idea using a workaround anyway considering Drush uses the command line PHP version.
New user here, so above all else, I'm sorry if I'm posting this in the wrong area. I read through forum rules and the like, but I'm new to Drupal and don't know if this is the right forum section for this or if post installation is better.
So I have a content type of "blog articles" and want to drive it using taxonomy lists as the filters/menus. In a page view I can set up a filter for blog type and set the path like /blogs/% where the type is either /blogs/blog1 or /blogs/blog2 and that filters the articles easily.
My question is can I expand on that and set up a path like "/blogs/%/category/%" also using taxonomy lists for type and the category which would make the url /blogs/nameofblog/category/categoryname
In my opinion, permissions are currently a weakspot in Drupal, especially for community-based websites, where many permissions would depend on user group membership (such as permission to edit content owned by a member of the same user group) and many finer permissions are needed, such as being able to add content to fields, but not edit.