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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

error


Go to End


2 Posts   1444 Views

Avatar
widget

Community Member, 19 Posts

6 June 2009 at 11:53am

i have installed silverstripe, when i go to the site content tab i have this error in there

e; } if(!this.old_onfocus) this.old_onfocus = function() { return true; } }, onblur : function() { if(this.old_onblur()) { // Don't perform instant validation for CalendarDateField fields; it creates usability wierdness. if(this.parentNode.className.indexOf('calendardate') == -1 || this.value) { return $('Form_EditorToolbarFlashForm').validate(this); } else { return true; } } } }, '#Form_EditorToolbarFlashForm select' : { initialise: function() { if(!this.old_onblur) this.old_onblur = function() { return true; } }, onblur : function() { if(this.old_onblur()) { return $('Form_EditorToolbarFlashForm').validate(this); } } } }); //]]>

maybe i have loaded something?

Avatar
Willr

Forum Moderator, 5523 Posts

6 June 2009 at 9:02pm

Make sure all your files uploaded successfully and then try reload the cms - yoursite.com/admin?flush=1