Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Problem with Event Calender


Go to End


30 Posts   7420 Views

Avatar
Marco_D

Community Member, 20 Posts

10 April 2009 at 8:16am

This sounds good
You get all time you need :)

Avatar
UncleCheese

Forum Moderator, 4102 Posts

10 April 2009 at 8:20am

Ok, do an SVN update. I had erroneously labeled all the translation tags with EVENTCALENDAR instead of the corresponding PHP class name, e.g. Calendar or CalendarEvent.

It was my first attempt at translating. Now I know!

Avatar
Marco_D

Community Member, 20 Posts

10 April 2009 at 8:29am

Can you please give me help with updating my version of this module?
Which link I have to use?
http://www.silverstripe.org/event-calendar/

Avatar
UncleCheese

Forum Moderator, 4102 Posts

10 April 2009 at 8:36am

oh, I would just use SVN.. I'll update the download later. The fastest way to get updates is through SVN checkout. The link is on the download page.

Avatar
Marco_D

Community Member, 20 Posts

10 April 2009 at 8:40am

Okay, I have not installed any SVN client yet. Currently I also do not prefer to do this because there is no need for me.
Is there any other possibility to download the module via this link?
http://bluehousegroup.svn.beanstalkapp.com/modules/trunk/
I could download every file on its own, but that is of course not the right way to do.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

10 April 2009 at 8:50am

Edited: 10/04/2009 8:51am

That's the correct SVN link. You just need to set up and SVN client and point it to that repository.

If you're on a Mac, it's as easy as opening the terminal and typing: svn co (the url)

Avatar
Marco_D

Community Member, 20 Posts

10 April 2009 at 9:07am

Hello UncleCheese,

now the original error is solved.
But I get a new one -.-
After adding a new calendar to my page, I click on the link in the navigation bar.
Then I see a horrible-looking page with red and black boxes.
The error code is.
FATAL ERROR: i18n::include_by_class: Class Calendar.ss.Calendar not found
At line 1259 in C:\xampp\htdocs\sapphire\core\i18n.php

user_error(i18n::include_by_class: Class Calendar.ss.Calendar not found,512)
line 1259 of i18n.php

i18n::include_by_class(Calendar.ss.Calendar)
line 132 of Core.php

_t(Calendar.ss.Calendar.BROWSECALENDAR,Browse the Calendar)
line 14 of .cacheC..xampp.htdocs.event_calendar.templates.Layout.Calendar.ss

include(C:\Users\Marco\AppData\Local\Temp\silverstripe-cacheC--xampp-htdocs\.cacheC..xampp.htdocs.event_calendar.templates.Layout.Calendar.ss)
line 197 of SSViewer.php

SSViewer->process(Calendar_Controller)
line 189 of SSViewer.php

SSViewer->process(Calendar_Controller)
line 296 of Controller.php

Controller->defaultAction(index,Array)
line 267 of Controller.php

Controller->run(Array)
line 22 of ModelAsController.php

ModelAsController->run(Array)
line 104 of Director.php

Director::direct(/belegungsplan/)
line 158 of main.php
Context
Debug (Debug::showError() in line 180 of Debug.php)

* class =

Calendar.ss.Calendar

* module =

Avatar
UncleCheese

Forum Moderator, 4102 Posts

10 April 2009 at 9:21am

Okay. I just checked in a new version with some new template syntax. See how this one works.

(This is why I don't publish the download version frequently... Updates happen so fast.)