-
Notifications
You must be signed in to change notification settings - Fork 76
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
IPV6 support #3
Comments
Can you show the error from the web server log file? This is typically error.log, and it's location varies between each OS. You may see the PHP error that reveals where it's breaking. |
Only error I find from error.log related to login.php is "[Thu Jul 13 16:10:31.169458 2017] [:error] [pid 31361] [client 91.153.50.230:11611] PHP Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in /var/www/xxxxx ... / login.php on line 115, referer: http://xxxxx login.php |
Fatal error: Uncaught TypeError: Cannot assign null to property Event::$_dueDate of type string in /var/www/html/includes/classes/Event.php:205 Stack trace: #0 /var/www/html/includes/functions.php(5324): Event->__construct() craigk5n#1 /var/www/html/includes/functions.php(5498): query_events() craigk5n#2 /var/www/html/month.php(44): read_events() craigk5n#3 {main} thrown in /var/www/html/includes/classes/Event.php on line 205
I am running calendar on our sports club and the login screen does not work with IPV6 enabled on the server. When it is only IPV4 then it works fine.
The issue on our server is with login: ...\login.php --> that gives http error 500.
With IPV4 works smoothly.
Unfortunately I do not have deeper understanding on root cause. I hope reporting this issue helps.
The text was updated successfully, but these errors were encountered: