TACTIC Open Source
4.7a11 can't works - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: 4.7a11 can't works (/showthread.php?tid=23)



4.7a11 can't works - EricTsuei - 10-31-2019

I have download 4.7a11 from official website.
and from 4.7a07 update  to 4.7a11 

but this version can't works. can visite after login.


RE: 4.7a11 can't works - lwinmoe - 10-31-2019

Are you getting any specific error messages?


RE: 4.7a11 can't works - EricTsuei - 11-01-2019

Nope, just stop after login.
the icon is loading, forever.


RE: 4.7a11 can't works - listy - 11-01-2019

(11-01-2019, 01:44 AM)EricTsuei Wrote: Nope, just stop after login.
the icon is loading, forever.
You can find logs and paste it here. Or Run Tactic in dev mode, and watch what it prints for you when you trying to logon


RE: 4.7a11 can't works - lwinmoe - 11-01-2019

The Exception Log is under Global > Exception Log if you are in the admin interface.

Or you could run the server in dev mode as shown below. Please note the exact location of startup_dev.py in your server might be different from what I have below:

Code:
python /opt/tactic/tactic/src/bin/startup_dev.py

To be able to run from the command line in dev mode, you might have to stop the service first:
Code:
sudo systemctl stop tactic



RE: 4.7a11 can't works - Celton McGrath - 11-01-2019

This sounds more like a javascript error. Are there any javascript errors in the browser console?

Is it possible that the permissions on the files changed when you unpacked the new source code?
If there are 403 errors in the console, this is likely the issue.