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.

Archive /

Our old forums are still available as a read-only archive.

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

Problem with saving and creatin in cms...


Go to End


1119 Views

Avatar
kusi

Community Member, 21 Posts

15 October 2008 at 9:42pm

Anyone had this problem??

when create

Error in Ajax evaluator on line undefined: Błąd składni var tree = $('sitetree'); var newNode = tree.createTreeNode("552", "New AccountPage", "AccountPage"); node = tree.getTreeNodeByIdx(0); if(!node){ node = tree.getTreeNodeByIdx(0); } node.open(); node.appendTreeNode(newNode); newNode.selectTreeNode();

when save

Error in Ajax evaluator on line undefined: Błąd składni $('Form_EditForm').elements.URLSegment.value = "terms-and-conditions-2"; $('Form_EditForm_StageURLSegment').value = "terms-and-conditions-2"; $('Form_EditForm').loadActionsFromString('\n \n \n \n '); $('Form_EditForm').elements.URLSegment.value = "terms-and-conditions-2"; $('Form_EditForm_StageURLSegment').value = "terms-and-conditions-2"; $('Form_EditForm').loadActionsFromString('\n \n \n \n '); $('Form_EditForm').updateStatus('Published'); $('sitetree').setNodeTitle(549, 'Terms and Conditions') $('Form_EditForm').elements.StageURLSegment.value = 'http://biosana.home.pl/nowabiosana/terms-and-conditions-2/' $('Form_EditForm').elements.LiveURLSegment.value = 'http://biosana.home.pl/nowabiosana/terms-and-conditions-2/' $('Form_EditForm').notify('PagePublished', $('Form_EditForm').elements.ID.value); statusMessage('Published \'Terms and Conditions\' successfully', 'good');