I'm getting this Speechbubble when I hit "Save and publish" on a specific node in my tree:
It's a simple Textpage with two childnodes - nothing fancy, I'd say...
Has anyone seen this before? Does anyone know the specifics of this message (is there only a single specific eventhandler or similar that can cause thies, etc.)?
Oh, and of course: If I Right-click the node and choose "Publish", the node is published fine... #wtf
I have uComponents and Eksponent.CropUp + DAMP 2.0 as prime suspects :-) but I have used all of those many times before and never seen this issue.
One of the child pages (Page 2A) has no template assigned - it's basically a container for a TextstringArray property with potentially lots of rows of additional data that renders on the parent page.
It used to look like this (where everything worked fine):
Ok, so needed to have this go away, and looking at the Event Viewer forum I wasn't shure it would work, since there was an issue on a (then) newer site - but this is a much newer site and I can't "afford" (time-wise) to risk spending hours in DLL-hell because of this, so I decided to try the obvious solution of building the content again:
Rename the offending Page 2 page as Page 2go
Create new Page 2 page
Move AuxContent to new Page 2
Move Page 2B to new Page 2
Delete offending Page 2go
All done - everything works again (which I hate, since it shouldn't :-)
Publishing was cancelled by a 3rd party add-in
Hi all,
I'm getting this Speechbubble when I hit "Save and publish" on a specific node in my tree:
It's a simple Textpage with two childnodes - nothing fancy, I'd say...
Has anyone seen this before? Does anyone know the specifics of this message (is there only a single specific eventhandler or similar that can cause thies, etc.)?
Oh, and of course: If I Right-click the node and choose "Publish", the node is published fine... #wtf
/Chriztian
Comment author was deleted
Must be a third party event handler that is causing it, what packages do you have installed?
Comment author was deleted
Btw this package can help identify the registered events http://our.umbraco.org/projects/developer-tools/event-viewer
Thanks Tim,
I have uComponents and Eksponent.CropUp + DAMP 2.0 as prime suspects :-) but I have used all of those many times before and never seen this issue.
One of the child pages (Page 2A) has no template assigned - it's basically a container for a TextstringArray property with potentially lots of rows of additional data that renders on the parent page.
It used to look like this (where everything worked fine):
But then I moved it up a level:
And now it complains when I hit "Save and publish" on Page 2...
Guess I'll have to check out Darren's package and look at the actual events.
/Chriztian
Ok, so needed to have this go away, and looking at the Event Viewer forum I wasn't shure it would work, since there was an issue on a (then) newer site - but this is a much newer site and I can't "afford" (time-wise) to risk spending hours in DLL-hell because of this, so I decided to try the obvious solution of building the content again:
is working on a reply...