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

Calendar


Go to End


16 Posts   2382 Views

Avatar
richard123

Community Member, 8 Posts

16 October 2009 at 8:29am

Hello..

A newbie to SS needing help.

I installed the latest version of the EventCalendar module on a working site but
it has some issues.

1. I can create a Calendar page but it hangs up when I create a CalendarEvent page.
2. I cannot enter any dates - no pop up entry fields.
3. What does "You may add Announcements once you have saved for the first time."
on the Announcements tab means?

I installed the EventCalendar module on a local SS installation and it works fine.
Both versions are 2.3

Please advise.

Thank you.

Attached Files
Avatar
UncleCheese

Forum Moderator, 4102 Posts

16 October 2009 at 8:48am

Are any errors being thrown? Do you have error reporting on? Make sure you set Debug::send_errors_to("your@email.com"); in your _config.php.

Do you have DataObjectManager installed? If so, which revision?

Avatar
richard123

Community Member, 8 Posts

16 October 2009 at 9:31am

Hi..

Sorry for being a complete newbie..

Yes - DataObjectManager is installed on the problem site but it
is not installed on my local installation which the calendar works.

How can I know the version for the DataObjectManager?

I have a replica of the live site on my localhost now - it still does not work.

Is there a way to see errors without mailing them?
I work on localhost now so I cannot send emails.

Thanks!

Avatar
UncleCheese

Forum Moderator, 4102 Posts

16 October 2009 at 9:47am

Yeah, make sure your environment is in dev mode.

Director::set_environment_type('dev');

When did you download and install DataObjectManager? I have a feeling that's the culprit. You might have gotten a buggy version.

Avatar
richard123

Community Member, 8 Posts

16 October 2009 at 10:04am

Hello..

The installation has an _ss_environment.php file.
I set it there already.
define('SS_ENVIRONMENT_TYPE', 'dev');

The site is already existing and I was not the one who installed the
DataObjectManager module.

If indeed, this is the buggy version, how can I uninstall it and update to the latest version?

Thanks for the quick response.

Avatar
richard123

Community Member, 8 Posts

17 October 2009 at 8:05am

Hi..

I upgraded to the latest version of the DataObjectManager (r304)
by deleting the old dataobject_manager folder, add the latest version and ran
/dev/build/?flush=1

I can now see the js pop-up entry fields.
However, I cannot enter dates.

See screenshots for comparison.

Please advise.
Thanks.

Attached Files
Avatar
UncleCheese

Forum Moderator, 4102 Posts

17 October 2009 at 8:32am

Try running an update to 305.

Avatar
richard123

Community Member, 8 Posts

17 October 2009 at 10:57am

Edited: 17/10/2009 11:22am

Hi...

Still the same.
r305

Also, on the stock SS install, I do not have the
DataObjectManager installed, on the problem site,
it is r305.

Go to Top