Hallo, just to notify other users: this web application does NOT run with PHP 8+
There are many old DB calls (mysql_ instead of mysqli_ or PDO) and make it work means a lot of corrections, I dont know if I have the time, I doubt it, I take it off my site.
Thanks till yet! frank
And furhtermore, it uses a lot of strings in Arrays without quotes, which is not anymore allowed under PHP8.0, e.g.:
$CFG_TABLE[communication] = "communication";instead of:
$CFG_TABLE['communication'] = 'communication';Cest dommage, car cet application etait tres sympa!
Merci quand meme!