Roomify / bat_drupal

Booking and Availability Management Tools for Drupal 7 and Drupal 8
33 stars 7 forks source link

Calender not displaying #27

Closed mabo1972 closed 8 years ago

mabo1972 commented 8 years ago

I've installed the bat php framework with composer and the drupal module 7.x-1.0-beta1 as described. All libraries i.e. fullcalender, fullcalender-scheduler and moment are installed. It looks like all works but when i click on "Manage Availability" in the Unit Management no calendar appears. What is the reason for this behavior?

For better understanding please take a look at the screencast in the attachment. 2016-02-03 15h10_18.zip

cecrs commented 8 years ago

Is the roomify/bat package installed? (admin/config/system/composer-manager)

mabo1972 commented 8 years ago

Yes

2016-02-04_07h41_03

and jquery is = 1.10

2016-02-04_07h46_08

istos commented 8 years ago

Hi mabo1972 - if you have the BAT API module, jquery at 1.10 and the BAT library all installed have a look in Reports and the Drupal log if any issues are coming up as well as Javascript errors in the browser tools console.

mabo1972 commented 8 years ago

Hi istos, there were no errors in drupal log but a few javascript errors in the browser tools console. (screenshot) 2016-02-04_11h55_50

istos commented 8 years ago

You should re-check how you added the FullCalendar and Moment libraries - they seem to be missing.

mabo1972 commented 8 years ago

According to status report everything is installed.

2016-02-04_12h03_20

istos commented 8 years ago

Yup it does look that way. Must be some environment-specific issue. Not sure how we can help, not something we have seen before. If you can provide steps to reliably reproduce then we might try and dig further into it.

mabo1972 commented 8 years ago

I run the page in a boa environment. github.com/omega8cc/boa. I try my luck in another environment such as devdesktop.

mabo1972 commented 8 years ago

I've installed drupal with bat in aquia dev-desktop in the same way as before and it works. Seems like that i make an error in the previous installation.

Thank you very much for your effort