Skip to content
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

Open
htukiain opened this issue Jul 11, 2017 · 2 comments
Open

IPV6 support #3

htukiain opened this issue Jul 11, 2017 · 2 comments

Comments

@htukiain
Copy link

htukiain commented Jul 11, 2017

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.

@craigk5n
Copy link
Owner

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.

@htukiain
Copy link
Author

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
"
I am not quite sure if it is the CODE or the server setup that works only on IPV4.... Might be the servers setup casing the issue...

craigk5n pushed a commit that referenced this issue Aug 27, 2017
max951 pushed a commit to max951/webcalendar that referenced this issue Mar 12, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants