fullcalendar-1.4.10

I have been fighting with the Calendar module. So I decided to give Full Calendar ago I really love the easy install and implementation proper to you all! That said
I have need of 2 calendars one public one private which I created in views using clone of the first all good there. Created 2 different content type events
priv-cal_event
and
Pub_cal_event
respectively used by each calendar all good there.
Now when I go to each calendar they show ALL events from both content types I since there is NO Fields settings in the view
(The style selected does not utilize fields)

i tried to set a filter using my priv-cal_event content type which caused this error
Warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1476 of /home/diatribe/public_html/includes/bootstrap.inc).

I am not a drupal genius or coder i guess the question is how do I get the correct content type events to on show on there respective calendars??
Thanks!!

Comments

tim.plunkett’s picture

In 7.x-1.x, you should be able to set a specific field from within the row style settings. That method was how the original module maintainer set up the module.

However, in 7.x-2.x, we've switched it to use fields, as one would expect. 7.x-2.x is rather stable, it's only still in dev because there are features I still want to add.

Renegadez’s picture

Thank you for your speedy response! if I uninstall 7.1.x will i have to completely redo the views I have setup? for the calendars? Does this module somehow support the drag and drop of Adam Shaw's FullCalendar Thanks

aspilicious’s picture

Assigned: Unassigned » aspilicious

I'm prety sure that is indeed broken in the 7.1 branch I'll make a hotfix tomorrow but I advise to upgrade.

Renegadez’s picture

Assigned: aspilicious » Unassigned

I can upgrade but does that mean resetting up both calendars and views again?

Did a remove then uninstall deleted views reinstalled module went to an argument and now got this error
like 20 times

Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in _registry_check_code() (line 2789 of /home/mysite/public_html/includes/bootstrap.inc).

I also noticed the module in the list says
FullCalendar 7.x-1.4
I know I dowloaded fullcalendar-7.x-2.x-dev.zip Also FIELDS was not enabled in the view

aspilicious’s picture

1) I think you don't have enough memory on your host or localhost

2) You probabaly used the standard view, and that one is incorrect now, you should make a new one. And don't forget to clear your caches ones in a while.

3) Warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1476 of /home/diatribe/public_html/includes/bootstrap.inc

This means you got some serious issues with your drupal instalation.

tim.plunkett’s picture

Status: Active » Fixed

Please reopen if you have further issues.

Renegadez’s picture

ok I uninstalled the module. deleted all the VIEWS for it deleted it from my server, cleared ALL caches again I do this regularly.
Completed a fresh new download of your 7.x-2.x-dev (2nd time) reinstalled it reenabled it recreated all new VIEWS set view parameters completed a new clone of the 2nd calendar i need now I have access to the FIELDS selection in VIEWS for FULL CALENDAR Thank you for all the help and suggestions Renz

Spoke with Host I have 128MB dedicated PHP verified with PHPINFO.php check
1) I think you don't have enough memory on your host or localhost

Deleted and created totally new VIEWS as I believe you were correct as I reimported the views from before (Bad idea)
2) You probabaly used the standard view, and that one is incorrect now, you should make a new one. And don't forget to clear your caches ones in a while.

This seems to have been fixed after the reinstall of Full Calendar 7.x-2.x-dev module
3) Warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1476 of /home/mysite/public_html/includes/bootstrap.inc

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.