Page 1 of 1

Unable to access tng shortcuts

PostPosted: Fri Aug 16, 2019 3:49 pm
by refiloe
Hi All,

Can you please assist, we have restarted a clients tng, and now the shortcuts or buttons at the top of the site are not working, they have tried accessing tng with different browsers but still get the same results,


Could you please assist with that,

Re: Unable to access tng shortcuts

PostPosted: Mon Aug 19, 2019 8:53 am
by refiloe
Hi,

Can you please assist with this request

Re: Unable to access tng shortcuts

PostPosted: Mon Aug 19, 2019 12:00 pm
by refiloe
Hi,

Is there anyone to assist with this request

Re: Unable to access tng shortcuts

PostPosted: Thu Aug 22, 2019 10:10 am
by Leon van Heerden
As Discussed.
Checking the logs in /opt/datatex/tng/logs/20190822/
you can use this command to view the log live. (user CTRL + C to stop the tail command. )
Code: Select all
tail -f tng.log


Next open the page with Chrome and then open the developer console. (F12) go to the CONSOLE tab and then try and click on the buttons. Those buttons at the top of TNG are driven with JavaScript and if the error is on the browser side, the console will display the error. If the error is on the software side, the tail command will display the error.

Please show the errors here so that we can check the next steps.