Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
336 stars 81 forks source link

PhpFileCache.php on line 116 #144

Closed TheSzymek closed 4 years ago

TheSzymek commented 4 years ago

Warning: file_put_contents(cache/ccfe1cf91aa294c9bf205f86365d5354.cache.php): failed to open stream: Permission denied in /var/www/clients/client0/web2/web/private/vendor/wruczek/php-file-cache/src/PhpFileCache.php on line 116

Something went wrong! Please make sure that private/cache directory is writable. Private/cache directory is not writable, cannot start the test

Cache directory owner "www-data" and chmod 777, not working.

Anybody can help me?

Luca-Hiller commented 3 years ago

Try this

sudo chown -R www-data:www-data "Your Path from the Folder"