Search found 9 matches
- Wed Nov 25, 2020 4:50 pm
- Forum: Community Support
- Topic: Double bookings - Race condition
- Replies: 3
- Views: 896
Re: Double bookings - Race condition
We think we've resolved this with a random wait timer on ReservationHandler.php. On line 82/83 we added sleep(rand(3,6)); at the start of the create function. We have hundreds of bookings a day and although I'm not totally convinced its fixed it, I haven't had any more reports of double bookings.
- Mon Oct 19, 2020 10:59 am
- Forum: Community Support
- Topic: Edit past reservation
- Replies: 1
- Views: 541
Re: Edit past reservation
They'll need application admin to edit a past reservation depending on the start time constraint you have in your config file
- Wed Oct 07, 2020 1:17 pm
- Forum: Community Support
- Topic: does booked support multple ways for authentication
- Replies: 2
- Views: 635
Re: does booked support multple ways for authentication
Yes. We have it set to auth against ldap and if that fails, auth against the booked database.
- Wed Oct 07, 2020 1:16 pm
- Forum: Community Support
- Topic: Unknown Error after fresh installation
- Replies: 3
- Views: 847
Re: Unknown Error after fresh installation
Have you tested to make sure PHP is working? Every time I've had this error on an install its been PHP related 

- Wed Oct 07, 2020 8:15 am
- Forum: Community Support
- Topic: Tablet error when ldap turned on
- Replies: 1
- Views: 499
Re: Tablet error when ldap turned on
Looks like this happens when LDAPs config is set as $conf['settings']['prevent.clean.username'] = 'false';
Setting this to TRUE resolved the issue
Setting this to TRUE resolved the issue

- Wed Oct 07, 2020 7:09 am
- Forum: Community Support
- Topic: Tablet error when ldap turned on
- Replies: 1
- Views: 499
Tablet error when ldap turned on
Only registered users can book reservations error when using tablet booking with ldap turned on. If we turn LDAP off it works fine...any ideas?
- Mon Sep 28, 2020 12:26 pm
- Forum: Community Support
- Topic: Tablet View Not populating users
- Replies: 0
- Views: 395
Tablet View Not populating users
Is there a way to have the user search populate current users even if you aren't logged in? We wanted to use the tablet view for users to book a room from tablets outside rooms, however there is no way to select existing users (of which all our users will be) while no user is logged in
- Mon Sep 28, 2020 11:25 am
- Forum: Community Support
- Topic: Tablet View not populating users
- Replies: 0
- Views: 393
Tablet View not populating users
We're running 8.3 and everything's great bar tablet view on a tablet. I've set this in the config allow.guest.reservations False auto.suggest.emails True but when searching for a user, nothing populates. The list of users pops up if you login to booked prior to searching via the same screen so I'm n...
- Tue Sep 22, 2020 2:34 pm
- Forum: Customization
- Topic: altering mobile schedule display
- Replies: 1
- Views: 823
altering mobile schedule display
Has anyone had any look setting the mobile schedule display to be the same as the default 768px+ display? I tried setting the mobile display to use the standard layout but it failed to load any of the actual bookings. We'd even use the wide schedule display for mobiles as if you're only showing one ...