-
Notifications
You must be signed in to change notification settings - Fork 44
New booking fails on 5.27 #191
Comments
Having same issue in 5.21.3 Seems that backbone is deprecated https://docs.civicrm.org/dev/en/latest/framework/backbone/ There is a plan of maintenance for the extension? |
It seems there is no maintenance on this extension, and I'm having discussions about a possible 'Make it Happen' campaign to get this working. Will keep you updated - you can email me at [email protected] |
Thx @clarkac1 for the feedback. I'm trying to add the missing dependencies in javascript. /**
* Undocumented function
*
* @param [type] $formName
* @param [type] $form
* @return void
*/
function booking_civicrm_buildForm($formName, &$form) {
CRM_Core_Resources::singleton()
->addScriptFile('civicrm', 'js/crm.backbone.js', 29990, 'html-header', FALSE);
} |
Bump, not a strong php coder but can help where possible. There are plenty of other booking/reservation tools out there but my need is to tie booking/reserving of club resources to payment and discounts. Each member gets x bookings for free (100% discount) then they have to pay. |
Hello, do you know if there was any movement with the 'make it happen' we have clients with issues who use Civibooking after security upgrade. Thanks |
Hello. I have just opened a PR that contains fixes for this broken extension. But my problem is that i have never used this extension before, so that i have never seen it working. Could someone please help me testing my patch? |
@akosgarai I just installed your extension, but still have the same issues unter Drupal 9 and CiviCRM 5.41.0 |
Thank you @atk87a for testing it. Currently i'm not able to test it with D9 + CRM 5.41.0.
Maybe there are some logs about the 500 error that you experienced. Could you please check it? I believe it could be in the logfile inside the ConfigAndLog directory or in your server error log. (In case of apache it is /var/log/apache2/error.log) |
I can't add a resource set or a resource. After setting php to 7.3 I get the following fatal error: Drupal log stays empty and I should have the maximal access level as user 1. |
It is strange. Are you sure that this patch is applied #194 @atk87a ? That id has been deleted in the patch: https://github.com/compucorp/civibooking/pull/194/files#diff-e403582107bc6ade4c4cfc502ba8f7c360cf823a845862473c74a8f0440684aeL41. The protected field is deleted, so that the parent class id field is used instead and the parent class is part of the crm core codebase. |
Selecting a new booking results in the attached screen so user cannot make a booking. CiviBooking version is 1.5.3 and Civi is at 5.27.3. This screen was working with 5.24.
![screenshot_20200727_095523](https://user-images.githubusercontent.com/5676413/88523181-6c571080-cfef-11ea-9dbc-b2fab13fa898.png)
The text was updated successfully, but these errors were encountered: