I finally got Projeqtor installed and running.
But, with in about 2-3 minutes of looking around the system, I keep getting told that I am disconnected.
Ideas of what this could be?
Thanks
Joe
Check log file.
Hello,
Mind pointing me to where the log file is?
Other point, when I was logging in I was warned the the value of something in the php.ini was too low.
"max_input_vars=1000 is too small - value should be at least 2000, 4000 recommended - check your php configuration (php.ini)"
I looked in the php.ini file, and did not find the value to change. Could this be the issue?
This might be part of the cause, maybe? Or not?
Thanks for help.
Joe
THe log file is where you defined it during configuration.
Default location is /files/logs ... one file per day.
But you can alos access log files through Administration screen
The max_input_var message is just a warning, not a blocking point.
It may come to be an issue only when your database groes up, and only on some screens (Real work allocation for instance).
So it is not source of issue.
Check for log file and post it here.
Hello,
I disconnect so quickly that I am not able to view the logs in the software interface.
But, when I look at the log files via FTP, the last entry is that the "admin" user logged in. Nothing more. No further entries.
Ideas on where else we can look?
Thanks
Joseph
For instance with Chrome, open dev tools [F12], then go to console tab.
Check the "preserve log" option.
Then you'll be able to see console logs (and possibly errors) thought pages.