Topic: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE

LuxCal version 4.7.1 does not display correctly in the browsers Safari, Edge and IE. This problem can be solved by upgrading to LuxCal version 4.7.2 (recommended), or by applying the following fix:
Edit file index.php in the calendar root, and change line 80 . . .
from:

$calPath = './'.basename(__DIR__);

to:

$calPath = rtrim(dirname($_SERVER["PHP_SELF"]),'/').'/';

and edit file css/css.php and change line 14 . . .
from:

$calPath = './'.basename(__DIR__);

to:

$calPath = rtrim(substr(dirname($_SERVER["PHP_SELF"]),0,-4),'/').'/';

You can also download the changed files  here.

Roel

Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE

Hi:
    Thxs for the work but in Opera not working. I have already applied the upgrade and still not showing well....maybe the IT have to restart the web server?

Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE

Have you upgraded the calendar to v4.7.2?
Roel

Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE

Hi!
  Yes I already did and with no luck. Also tried with changes into the code and nothing.
Thxs

Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE

What version of Opera are you using?
Roel

Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE

Hi:
 
Version:    54.0.2952.41

Re: LuxCal 4.7.1 - Calendar display problem in Safari, Edge and IE

We've tested the calendar with Opera version 56.0.3051.36 and all functions fine.

Roel