Hello all - first post and new Drupal admin. I just set up Drupal on a Linode VPS and used Composer to download the core and dependencies. I tried to make sure user permissions are all set correctly. I basically have everything owned by a non-webserver user and the permissions are 755. The webserver user is a member of the group so it gives the webserver read/execute access on all of the files but no write permissions. I did have to temporarily grant write permissions to the settings.php file for the web based installer to run and complete and per it's instruction removed the write acc
I have a fresh installation of Drupal 8.8.1 and i'm trying to add Fields to the Article Contenttype, but it doesnt work properly.
After choosing the Type for the new field (step 1), i can select the storage options (how many values can be entered, step 2). But the next step is leading to a blank page. The field gets added, but i cant edit this field. Clicking the Edit-Button in Content Types -> Article -> Manage fields leads to the same error, it only shows a blank page.