View Single Post
  #8  
Old 31st May 2021, 09:21
Extremlym's Avatar
Extremlym Extremlym is offline
Senior Member
 
Join Date: Oct 2012
P2P
Posts: 102
Default
Quote:
Originally Posted by MicroMonkey View Post
You have to execute that command as admin, hence the SUDO. I hope this helps :)

sudo chown -R www-data:www-data /var/www/html

This changes the ownership of the whole html folder to the apache group. You would have to switch ownership again if you wanted to overwrite files through FTP since you would no longer be the owner, but you can google how to add a user if it matters to you. I like it because it keep me from accidentally overwriting any files when I get drunk lol

You can do this to change back
sudo chown -R $USER:www-data /var/www/html



YES using sudo ! still nothing


new account members the same

torrent-edit / torrent-upload / forum the same ... not writing in phpmyadmin

ALL PRIVILEGES given to mysql USER ACCOUNT ! var/www/html 777 Uploads 777 backend 777 . can be something from php.ini apache .. out of solutions !!
Reply With Quote