Thanks for the note, your product is amazing!
Jyoti
You are not logged in. Please login or register.
LuxCal Web Calendar → Suggestions → PHP fix in header.php → Post new reply
All fields with bold label must be completed before the form is submitted.
Thanks for the note, your product is amazing!
Jyoti
Hi there,
Thanks for reporting this. You are right, the PHP manual clearly states that there is no guarantee that the variable $_SERVER['HTTP_USER_AGENT'] is provided by every web server, so before using it, the existence must be checked. This will be fixed in the next LuxCal version.
We are happy to have knowledgeable calendar users in India!
Roel
We should check
array_key_exists('HTTP_USER_AGENT',$_SERVER)
Before using the value of $_SERVER['HTTP_USER_AGENT']
I had to redo this manually when I upgraded to 4.7.5L and 4.7.6L
It would be nice if this can be incorporated in the code!
LuxCal Web Calendar → Suggestions → PHP fix in header.php → Post new reply