Calendar Problems

Permalink
I'm using concrete5.3.3.1.

I just purchased the calendar block this week but can't get it to work right. I can see the calendar and events on the calendar but when I click on an event I'm just taken to an untitled blank page with no content what so ever. I originally created a calendar page type but when I make an event it seems as if the calendar block is not using the page type I created for the events. In fact nothing shows up.
My calendar page is at:

http://www.arcil.com/index.php/calendar/...

I am assuming that when you make an event on the calendar it should create a new event page with that information using the calendar page type. Is that correct?

Maybe I skipped a step somewhere.

Any help greatly appreciated.

Thanks.

 
olacom replied on at Permalink Reply
olacom
I just bought it and have the same issue then you!! I hope they will answer if its been 2 weeks until your post. :-(
olacom replied on at Permalink Reply
olacom
Mouseup over the days dont seem to work like in the video, it does nothing on my side. I try adding events but it always return me to a white page with only this

{"errors":["You must select at least one calendar."]}
ScottC replied on at Permalink Best Answer Reply
ScottC
these used to go through the view.php file in your theme, so if your view.php is missing or doesn't have php print $innerContent it'll never show up, at least at the last time I had looked at the package which was admittedly several months ago.

FWIW i deal with this w/ the blog app at least a few times per week :)


-Scott
hursey013 replied on at Permalink Reply
hursey013
Was this ever resolved? I am having the same exact problem, I have a proper view.php - any other suggestions?
goldfish replied on at Permalink Reply
goldfish
I've had a strange problem as well where the event will not show up on the calendar until I go to the site map, select the design tab, select "event" as the page type (even though "event" is already selected) and then save. Once this is done it appears on the calendar. My client's workflow is now to create an event, select the "event" page type, publish it, then edit it and select the event page type a second time, publish, and then everything works fine. Very odd.
ewc07 replied on at Permalink Reply
The problem was resolved by following the below solution sent to me by Andrew. Hope this helps.

Franz forwarded me the problem you were having with the calendar. I think I know what the problem is. Can you make sure that your active site theme contains a file named "view.php" ? And in that file, there is the php "<?php print $innerContent; ?>"

If you don't have this file, try copying one of your theme's page templates, and renaming it view.php, and in place of the main concrete5 area, stick the above PHP into the file.