- Oct 28, 2015
- 411
- 253
- 178
chmod 777 configi have this probleme how i can fix itView attachment 1265
chmod 777 icons
chmod 777 configi have this probleme how i can fix itView attachment 1265
You need to specify folder path. Change directory to that (config/icons) and execute that command.i dont find this files View attachment 1266
Ok, and does it work?i give for all files 777View attachment 1267
NoOk, and does it work?
You need to give write permissions to the mentioned foldersi have this probleme how i can fix itView attachment 1265
chmod -R 755 /path/config
chmod -R 755 /path/icons
ok i want to create them but i dont now how (i create normal file or i put code in the file ) i dont now tell meuhhh......these folders don't exist. you have to create them first!
You need to: mkdir config && mkdir iconsok i want to create them but i dont now how (i create normal file or i put code in the file ) i dont now tell me
Try to report that error, that makes future versions of framework better. Its never recc. to edit framework code directly.I had the same issues as XcEpt here, getting 500 error.
PHP knowledge is ridiculously basic, but this is the error I was getting back ; PHP Fatal error: Cannot unset $this in /var/www/blehbleh/groupassigner/libraries/TeamSpeak3/Node/Server.php on line 2272
Looks like a conflict of code with PHP 5 and my current version of PHP 7.1
---- Automatically Merged Double Post ----
Removing that line of code resolved the 500 error page issue