-
-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication working with localhost but not with IPaddress. #429
Comments
I have installed this repo on my server. I have not encountered any authentication error. To know exact error why don't you look server log. If you are getting blank screen then definitely it might have encounter fatal error in some line which might be logged in your server log. in XAMPP itself i think we have option of viewing error log click on apache2 error log and see what is going wrong. |
I have tested today and checked if error log is updated. There is no error log recorded in apache log. Thankyou for your response, |
I have tested few of forks and found that While Thought this will help identify the issue. Thanks. |
I have also forked this repo. And I don't have any login problem. We are trying to customize this repo to our need. while installation there is column TCExam Port in your case it must be 80. try reinstalling this repo again and while installing see for column TCExam Port it must be 80 for http request and 443 for https request |
hey @yndesai , have you find any solution yet? I am havnig the same issue but i can't figure out how to fix it... |
I have downloaded older repository and using it. Since it is in internal network I am ok. But if you are using over internet be careful. |
I have installed TCExam ver. 16.3.2
over XAMPP for Windows 8.2.12.
I am having issue with authentication using static ip address.
I able to use complete TCexam with following address from server
http://localhost/tcexam/public/code/index.php
I am not able to use TCExam using following address from server as well as client pc
http://10.7.150.204/tcexam/public/code/index.php
After providing correct username and password I get stuck with authentication page without any error.
tcexam authentication.zip
Thanks in advance
The text was updated successfully, but these errors were encountered: