Resource icon

TS3AdminCP 1.0.0

No permission to download

apexlele

Member
May 2, 2016
18
11
35
Hi, I have tried to install this Panel, I have putted all the rights to the folders given but after pressing Login button it shows this error,
Is there any fix ?W9IwSPK.png
 

apexlele

Member
May 2, 2016
18
11
35
/var/logs/apache*

Or /var/www/public_html/logs/

Look for error* log file

[Fri Jan 05 13:17:17.256058 2018] [mpm_prefork:notice] [pid 27423] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Fri Jan 05 13:17:17.256138 2018] [core:notice] [pid 27423] AH00094: Command line: '/usr/sbin/apache2'
[Fri Jan 05 13:17:29.914970 2018] [:error] [pid 27426] [client IP:30291] PHP Fatal error: Uncaught Error: Call to undefined function bcdiv() in /var/www/html/ts3acp_nologin/dist/php/function.php:6\nStack trace:\n#0 /var/www/html/ts3acp_nologin/admin/cp_server.php(144): sec_to_time('6995868')\n#1 {main}\n thrown in /var/www/html/ts3acp_nologin/dist/php/function.php on line 6, referer: http://serverdomain.com/ts3acp_nologin/
 

amsaal

VIP
Jul 28, 2015
273
102
122
If its ubuntu/debian distro flavours

sudo apt-get install apache2 curl subversion php5 php5-gd php5-xmlrpc php5-curl php5-mysql php-pear phpmyadmin mysql-server libapache2-mod-php5 git

after that service apache2 restart

Let me know if this fix
 

apexlele

Member
May 2, 2016
18
11
35
If its ubuntu/debian distro flavours

sudo apt-get install apache2 curl subversion php5 php5-gd php5-xmlrpc php5-curl php5-mysql php-pear phpmyadmin mysql-server libapache2-mod-php5 git

after that service apache2 restart

Let me know if this fix

Apache2 is installed, and the other packages can't be installed because they don't have candidate of installation. PD: I use php7
 

amsaal

VIP
Jul 28, 2015
273
102
122
Just wait i will install this now and let you know . if i encounter issues then some thing is missing.

Try this.

chmod -R 777 /var/www/
chown -R www-data:www-data /var/www/
 

amsaal

VIP
Jul 28, 2015
273
102
122
All right let me know when you finish. Thanks

chmod -R 777 /var/www/
chown -R www-data:www-data /var/www/

You need to edit this file under ts3acp_nologin\dist\php\config.php

<?php
$config = '';
$config['server'] = '127.0.0.1';
$config['port'] = 10011;
$config['username'] = 'serveradmin';
$config['password'] = '';
?>

And save.
 

amsaal

VIP
Jul 28, 2015
273
102
122
Didn't work

You need to edit this file under ts3acp_nologin\dist\php\config.php

<?php
$config = '';
$config['server'] = '127.0.0.1';
$config['port'] = 10011;
$config['username'] = 'serveradmin';
$config['password'] = '';
?>

Edit this file and restart apache2

Let me know
 

apexlele

Member
May 2, 2016
18
11
35
What need
You need to edit this file under ts3acp_nologin\dist\php\config.php

<?php
$config = '';
$config['server'] = '127.0.0.1';
$config['port'] = 10011;
$config['username'] = 'serveradmin';
$config['password'] = '';
?>

Edit this file and restart apache2

Let me know
What I need to edit there?
 

amsaal

VIP
Jul 28, 2015
273
102
122
Still doesn't work

it needs php5 to work . this admincp is not compatible with php7 . My guess but let me finish this. if this works in php5 it means it might not work with php7 . wait let me try from my end.

---- Automatically Merged Double Post ----

https://egcmasti.com/ts3admin/

worked in php5 so my guess was right.

---- Automatically Merged Double Post ----

View attachment 724

Wish it had english language :(
 
Last edited:

apexlele

Member
May 2, 2016
18
11
35
it needs php5 to work . this admincp is not compatible with php7 . My guess but let me finish this. if this works in php5 it means it might not work with php7 . wait let me try from my end.

---- Automatically Merged Double Post ----

https://egcmasti.com/ts3admin/

worked in php5 so my guess was right.

---- Automatically Merged Double Post ----

View attachment 724

Wish it had english language :(
But did u tried to log in? Did it work?
 
Top