bugs in version 3.1.1

Community Support for Booked Scheduler
Post Reply
cerrad
Posts: 1
Joined: Sun Jan 16, 2022 7:45 pm

bugs in version 3.1.1

Post by cerrad »

version 3.1.1
contains the following errors:

Code: Select all

PHP Parse error:  syntax error, unexpected ')' in /var/www/html/booked/Domain/Access/ResourceRepository.php on line 264
PHP Parse error:  syntax error, unexpected ')' in /var/www/html/booked/Domain/Access/GroupRepository.php on line 150
PHP Parse error:  syntax error, unexpected ')' in /var/www/html/booked/Domain/Access/GroupRepository.php on line 303
PHP Parse error:  syntax error, unexpected ')' in /var/www/html/booked/Pages/Api/ReservationApiPage.php on line 85
PHP Parse error:  syntax error, unexpected ')' in /var/www/html/booked/Pages/Admin/ManageResourcesPage.php on line 62
the error is that before closing ")" there is unnecessary ","

additionally, an attempt to display a page with a resources definition:
Application Management-> Resources
url: Web / admin / resources /
ends with a white page
I have not been able to determine the cause of the error

I am asking the author to improve the code

Post Reply