Last Friday I had a server problem om Xampp, where I develop my sites. I reinstalled Xampp on Ubuntu 18.04. Getting the right permissions is what I'm struggling with right now. I can install Joomla, but with some problems I didn't have before. I have to fill ftp settings when setting up a new site. Updating doesn't work. I get the error:
Notice: Trying to access array offset on value of type bool in /opt/lampp/htdocs/3fan/administrator/components/com_joomlaupdate/views/default/view.html.php on line 92.
Removing the installation folder I have to do now manually.
I have added my user jos to the group www-data.
Site permissions are:
Owner : Me (create and delete)
Group: jos (create and delete)
Others: (create and delete)
I used this tutorial to set the permissions. In the past that did the trick for me. I've been fighting with this from Friday, every day. It's probably very easy - if you know it. Which I don't. I'm a Linux user, not an export on it.
Hope you can help me.