Booking
Maintained by
Wunderbyte GmbH, David Bogner
The booking module simplifies event, seminar, and course registrations. 500+ Features include capacity limits, automated waitlists, custom email notifications, confirmation tracking, and seamless integration into Moodle courses.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
I have installed the latest version too, but am getting the same error as Dan as well.
my PHP version is 5.4.16.
the easiest way would be to upgrade to PHP 5.6. That will also result in a performance boost, using opcache. I just uploaded a new version and fixed this issue too. You can also post further issues.
Kind regards,
David
Thank you for your latest update. Yes i am using PHP version 5.4.45 but unfortunately this has not resolved the issue. I am now getting this error when debugging.
Fatal error: Can't use function return value in write context in /home/sticalsc/public_html/moodle/mod/booking/classes/all_userbookings.php on line 199
Would you suggest that i completely uninstall, drop the PHP table (i am not sure which one to drop) and reinstall. If so is there a way to preserve current booking options with the users that have booked?
Regards
Dan
The problem is related to your PHP version: You use PHP 5.4. I did tests with PHP 5.6 and PHP 7. But I solved the problem for PHP 5.4 in the latest release Eva Thörnblad 1.7 (2016081201)
Kind regards,
David
I had 2.7 (2015082600) installed on my moodle 2.7 install and all of a sudden my users were able to start booking onto more than one booking option despite the setting limited to one and despite it working fine before. When users did book onto more than one it caused may weird issues.
I decided to upgrade to the latest version (2016081000) but unfortunately i can not view the report to see who has booked onto the relevant booking option. With debugging turned on i am getting this error.
// Fatal error: Can't use function return value in write context in /home/****(domain)*****/public_html/moodle/mod/booking/report.php on line 546
If you could kindly advise, assist or help fix this issue. As i can see you do not charge for this plugin i am more than happy to donate, or pay for any coder's time to help resolve this issue.
This Moodle module has been very helpful for my site and we now rely on it heavily. As you can imagine we are at a loss with it not working
Kind regards
Dan Kirk
-Derek
Kind regards,
David
Actually cant see a "booking administration" section in the Administration block
Using latest version of booking module (2016071202) and Moodle (20160804), hosted on a LAMP stack.
could you tell me your booking module version number (looks like this: 2016071202) . Since when do you experience those problems?
Kind regards,
David
We are having intermittent problems with the email confirmation, it is sending on some of our course bookings but not on others. However the cancelation email is working fine. Do you know of anything we can do to fix this issue?
We are using version Moodle 3.0.
Thanks in advance
Paul
after installing the plugin, we get the following error when trying to add an activity on the course page:
Unsupported operand types in /data1/www/html/elearning/lib/form/tags.php on line 131
the php code is:
129 public function onQuickFormEvent($event, $arg, &$caller) {
130 if ($event === 'createElement') {
131 $arg[2] += array('itemtype' => '', 'component' => '');
David