Topic: LuxCal 5.2.0 SQL error when opening User Profile
When you are logged in and select your user name and then User Profile, an SQL error may occur.
To solve this, edit the file "pages/account.php" and on line 73 remove the text ",`number`" (in the middle).
So thereafter line 73 should be:
$stH = stPrep("SELECT `ID`,`name`,`email`,`phone`,`language` FROM `users` WHERE `ID` = ?");