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

NoRespondToNodePage in debug window


Go to End


3 Posts   2174 Views

Avatar
msantang

Community Member, 41 Posts

14 June 2007 at 3:36am

I update my SS to last tarball.
and i have the next bug in CMS

When i just enter and select a page to edit, i get the page but i get a popup windows saying "NoRespondToNodePage" too.

then if i select other page to edit the page is open ok but i get a javascript error in IE:
Line: 122
char: 3
error: access denied

Avatar
elijahlofgren

Google Summer of Code Hacker, 222 Posts

14 June 2007 at 4:59am

I think this has to do with: http://www.silverstripe.com/core-team-discussion/flat/1542?showPost=1547

In the gsoc branch I recently changed this line in jsparty/tiny_mce/tiny_mce_improvements.js from this:
console.log('respondToNodeChange');
to this:
// console.log('respondToNodeChange');

to get rid of similar message.

It seems like it is just a leftover debug message.

I could seem to find a reference to "NoRespondToNodePage" in my copy SilverStripe, but I would think that it is probably a call to console.log that needs to be removed.

Hope this helps,

Elijah

Avatar
msantang

Community Member, 41 Posts

14 June 2007 at 7:27am

Thank You very much Elijah
Seems like you are looking around all the SS code.