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.

Customising the CMS /

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

CalendarDateField not poping on server


Go to End


3 Posts   3794 Views

Avatar
muho

Community Member, 2 Posts

30 July 2009 at 1:23am

Hello there,

I'm creating a SilverStripe site on localhost for tests and copy files to a server when done. The problem is: on my localhost everything's fine, but on the server in a HasManyComplexTableField popup when clicking on CalendarDateField nothing happens...
What might be the cause of it?

Thanks for all replies,
TR

Avatar
Soft

Community Member, 3 Posts

27 October 2009 at 11:59pm

I have the exact same problem, did you find a good solution for this? Looks like not all the correct JS files are imported, missing the Effect class.

Avatar
Tjofras

Community Member, 2 Posts

4 January 2010 at 11:55pm

There seems to be a problem with the combination of javascript files.
To solve this problem just add the this line to the config: Requirements::set_combined_files_enabled(false);