17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1433 Views |
-
Error saving with internal link in page content

14 July 2008 at 9:37pm
Hi there - I am using silverstripe 2.2.2 and am getting the following error when saving a document that has an internal link (ie a link to another page on the same site) in the document content:
Error in Ajax evaluator on line 973: syntax error in loadChildIntoDatabase$('Form_EditForm').loadActionsFromString('\n \n \n \n '); $('Form_EditForm').loadActionsFromString('\n \n \n \n '); $('Form_EditForm').updateStatus('Published'); $('sitetree').setNodeTitle(43, 'Bicycle') $('Form_EditForm').elements.StageURLSegment.value = 'http://new.thisisnotart.org/bicycle/' $('Form_EditForm').elements.LiveURLSegment.value = 'http://new.thisisnotart.org/bicycle/' $('Form_EditForm').notify('PagePublished', $('Form_EditForm').elements.ID.value); statusMessage('Published \'Bicycle\' successfully', 'good');
It seems to work fine for an external link.
Has anyone got any suggestions?Cheers,
Rane
-
Re: Error saving with internal link in page content

18 July 2008 at 3:42pm
Have you made a command that echos "loadChildIntoDatabase" as a debug statement? That looks like the cause of the problem.
-
Re: Error saving with internal link in page content

18 July 2008 at 3:59pm
Thanks for your response!
Sorry, I am not quite following - are you asking whether I have a debug statement in my code that echos 'loadChildIntoDatabase' and which may be causing the problem, or suggesting that I put a debug statement in my code?
If it is the first, I haven't already...
| 1433 Views | ||
|
Page:
1
|
Go to Top |


