Page 1 of 1

Permissions blocked

PostPosted: 06. November 2015 04:15
by GinoX27
Hello,

So there's my problem. I usually work on wamp because i only used windows. But now I want to migrate to linux, so I decided to change for xampp (Windows & Linux for tests). I'm seeing that the root directory of xampp is htdocs, so i create a "www" folder in this one.

When creating a teamspeak on my linux machine, everything works fine. I download an addon to manage teamspeak's querry (ts3 webinterface) and then place it in www.

When trying to access the page, it says this :

Warning: rename(/tmp/wrteuA6tY,/opt/lampp/htdocs/www/ts3wi/templates_c/fdea8b98785bfa196fd7e3485d21983734b62d79.file.index.tpl.php): Permission non accordée in /opt/lampp/htdocs/www/ts3wi/libs/Smarty/libs/sysplugins/smarty_internal_write_file.php on line 42

Warning: chmod(): Aucun fichier ou dossier de ce type in /opt/lampp/htdocs/www/ts3wi/libs/Smarty/libs/sysplugins/smarty_internal_write_file.php on line 44

Warning: include(/opt/lampp/htdocs/www/ts3wi/templates_c/fdea8b98785bfa196fd7e3485d21983734b62d79.file.index.tpl.php): failed to open stream: Aucun fichier ou dossier de ce type in /opt/lampp/htdocs/www/ts3wi/libs/Smarty/libs/sysplugins/smarty_internal_template.php on line 436

Warning: include(): Failed opening '/opt/lampp/htdocs/www/ts3wi/templates_c/fdea8b98785bfa196fd7e3485d21983734b62d79.file.index.tpl.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/www/ts3wi/libs/Smarty/libs/sysplugins/smarty_internal_template.php on line 436


Where did i failed ?

Re: Permissions blocked

PostPosted: 06. November 2015 12:10
by Nobbie
You should ask that in the appropriate forum (i.e. teamspeak or whatever). This is not a Xampp issue.

I think you did not provide appropriate user rights to some folders, maybe there is a FAQ how to install teamspeak correctly.

Re: Permissions blocked

PostPosted: 06. November 2015 16:57
by GinoX27
Problem resolved.

Just had to "chmod 777 -R <path>".

So it wasn't a teamspeak problem, it was linux permissions problem

Re: Permissions blocked

PostPosted: 06. November 2015 17:44
by Nobbie
GinoX27 wrote:Just had to "chmod 777 -R <path>".

So it wasn't a teamspeak problem, it was linux permissions problem


It is a teamspeaker problem of course, because teamspeakers NEEDS these permissions. Linux does not need such permissions, Linux gives you the opportunity, to set permissions. Finally i think, you simply did not follow the installation instructions, which (what i think) tells you to set proper permissions to the installation path.