Closed scheffman closed 1 year ago
Same sometimes for me. It is a little bit strange that Webpanel doesn't uses folder html too. So apache config must be changed.
Best regards Christian
Yeah, i found the solution, i did "$ sudo ln -sf /usr/share/ebot-web/web /var/www/html"(Move or delete the old html folder) then "$ sudo chmod root:www-data /usr/share/ebot-web/cache" and it worked. You can make a chmod on the html to.
But on the other note i got the web panel to open and the websocket at loaded. But there are some other things like i cant remove servers in server manager, im gonna digg around a little and se if i can find a solution.
Just whant to confirm that i got ebot and the panel working now. By following https://github.com/deStrO/eBot-CSGO/blob/threads/install.txt and did the above. note remeber the CSay addon and add exctension=pthread.so to the right php.ini file.
Great work and will be looking forward to ebot 4.0.
This can be closed. @deStrO
Am 01.02.2016 um 19:34 schrieb scheffman:
Just whant to confirm that i got ebot and the panel working now. By folowing https://github.com/deStrO/eBot-CSGO/blob/threads/install.txt
and did the above. note remeber the CSay addon and add exctension=pthread.so to the right php.ini file. Great work and will be looking forward to ebot 4.0. This can be closed. @deStrO https://github.com/deStrO — Reply to this email directly or view it on GitHub https://github.com/deStrO/eBot-CSGO-Web/issues/51#issuecomment-178114527. Hi,
can you plz give me your e-mail address? Mine is "christian@myexcalibur.de"
I have still the problem, that i can't see anything when i open "admin.php". Rest is working also the installation routine.
Best regards from germany Christian
Hi, check your apache/error.log
Make sure your apache user have premissions to the web files and the cache file. $ sudo chown www-data /path/to/file if you do this on a folder use -R for recursive, so your files also get the premission. Do it on the cache,web and the files in the web folder. And test to clear symphony cache $ sudo php symphony cc.
Please in the future submit the error you get, else its hard to help.
Best regards from Sweden.
Am 02.02.2016 um 17:16 schrieb scheffman:
/chown www-data/ Hello,
i have tested a lot and nearly everything is working fine. I can start and manage games now, really nice. But 2 things seem not to work.
Best regards Christian
The only thing i can think of is permissions. For the gameserver make sure you have the CSay addon in .../steamcmd/.go/csgo/addons also make sure you have the right rcon password and when you start a game on the gameserver whit _srcdsrun user +ip 192.168.0.2 (but your ip) i had that problem.
Best regards
Am 03.02.2016 um 10:32 schrieb scheffman:
The only thing i can think of is permissions. For the gameserver make sure you have the CSay addon in /.../steamcmd/.go/csgo/addons/ also make sure you have the right rcon password and when you start a game on the gameserver whit /srcds_run/ user /+ip 192.0.1.2/ (but your ip) i had that problem.
Best regards
— Reply to this email directly or view it on GitHub https://github.com/deStrO/eBot-CSGO-Web/issues/51#issuecomment-179121510.
Can u access the index.php on your webserver? Is it like the one on http://public.ebot.wedeho.be/ ?
Do you use Steam?
@excalibur3000 yes the index.php looks like that, its for non admin users to view matches and stats. If the index.php is blank look in you apache error log, or download it again if its corrupt. If you get a not allowed you have the wrong permission on the file or folder.
For the csgo server i user a steam account to install the server. For the game config i used gamemode_competetive.cfg when i create a match. I did it in virtualbox and had the servers on diffrent ip's.
Am 03.02.2016 um 13:04 schrieb scheffman:
@excalibur3000 https://github.com/excalibur3000 yes the index.php looks like that, its for non admin users to view matches and stats. If the index.php is blank look in you apache error log, or download it again if its corrupt. If you get a not allowed you have the wrong permission on the file or folder.
For the csgo server i user a steam account to install the server. For the game config i used gamemode_competetive.cfg when i create a match. I did it in virtualbox and had the servers on diffrent ip's.
— Reply to this email directly or view it on GitHub https://github.com/deStrO/eBot-CSGO-Web/issues/51#issuecomment-179188010.
Thanks, now everything is working except the right configs. I will try if i can manage this too.
Christian
Am 03.02.2016 um 14:32 schrieb Christian Feldmann:
Am 03.02.2016 um 13:04 schrieb scheffman:
@excalibur3000 https://github.com/excalibur3000 yes the index.php looks like that, its for non admin users to view matches and stats. If the index.php is blank look in you apache error log, or download it again if its corrupt. If you get a not allowed you have the wrong permission on the file or folder.
For the csgo server i user a steam account to install the server. For the game config i used gamemode_competetive.cfg when i create a match. I did it in virtualbox and had the servers on diffrent ip's.
— Reply to this email directly or view it on GitHub https://github.com/deStrO/eBot-CSGO-Web/issues/51#issuecomment-179188010.
Thanks, now everything is working except the right configs. I will try if i can manage this too.
Christian Hello,
ebot works. Only one error left. Possibly u know about it and a solution.
/home/ebot/ebot-csgo/node_modules/socket.io/node_modules/socket.io-adapter/index.js:195
if (fn) process.nextTick(fn.bind(null, null, sids));
^
TypeError: undefined is not a function
at Adapter.clients
(/home/ebot/ebot-csgo/node_modules/socket.io/node_modules/socket.io-adapter/index.js:195:31)
at Namespace.clients
(/home/ebot/ebot-csgo/node_modules/socket.io/lib/namespace.js:253:16)
at Socket.
The error occures if i went from "RCON/Backup" of a server to another menu-point.
Best regards Christian
Hi, great work.
but i have run in to a problem, ebot works. But ebot web panel dont. here is the error from apache2/error.log. This is the error i get when trying to access the /admin.php.
Maybe i have copied eBot-Web wrong. Can you pleas tell me how to copy the files to my /var/www folder? i have tried diffrent ways to link or copy it. Some of the ways i have tried: "cp -a ebot-web /var/www/html" "cp -a ebot-web /var/www/" "ln -sf ebot-web /var/www/html". And when i do "cp -a ebot-web/web /var/www/html, it cant find ProjectConfiguration.class.php.
Thanks for answers!