|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 634 Location: Belgium
|
Hey, I have a wierd problem, i can insert macro's in the richtexteditor, but when i save my document and it reload, i keep getting this javascript error : TabView1_tabs is not defined And the document stops loading, i can just see the tab pages I'am running version 3.02
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
 Rank: Addict
Joined: 2/19/2007 Posts: 634 Location: Belgium
|
This happens when I use firefox
Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
|
|
Rank: Newbie
Joined: 9/27/2007 Posts: 7
|
I am having this same issue. I am seeing the problem occur in both IE and Firefox. Is there any resolution?
|
|
Rank: Newbie
Joined: 8/30/2006 Posts: 2
|
Hi,
I'm getting this same issue but only on a certain Document Type and only when using the TinyMCE editor instead of the older RichText editor as in Umbraco V 2.
Anyone had any luck in fixing this ?
|
|
Rank: Newbie
Joined: 9/27/2007 Posts: 7
|
Again, I am STILL getting this error. This may be related to a Macro I deleted but is still in use on some pages? I'm not sure. I have a number of pages that I can't even access to see what may be wrong.
|
|
 Rank: Newbie
Joined: 12/12/2007 Posts: 2 Location: Denmark
|
It happend to me when I deleted a macro that whas present in a richtexteditor on one of my pages. To solve the problem I had to create a new macro with the same name as the one I deleted. Then I could access the page with the richtexteditor, delete the macro from it, and the delete the macro itself. That solved the problem
|
|
Rank: Newbie
Joined: 5/8/2007 Posts: 1
|
Hello
I'm wondering if there's been any resolution to this issue.
I've experienced this issue once, with a page becoming uneditable after an update. (site tree loads, tabs load, then error occurs) I could only resolve it bu rebuilding the page from scratch and publishing it under the same name while deleting the old one.
Now i'm once again experiencing it, and i'm hoping to not have to rebuild this page as well.
These errors all happened under v3.0.2, and continue to occur under v3.0.3 to which i updated this morning.
I would appreciate any insight anyone might have to offer.
thanks
-kris
|
|
Rank: Newbie
Joined: 4/22/2008 Posts: 18
|
Hi there, I'm having this problem too.. I created a MACRO (and this still exists) whose content doesn't render in the editor.. loaded 3 times this macro in the richtexteditor in a tab of a page.. saved, saving was OK but now i can't load anyway the page in the content section.. I'm running last Umbraco version 3.0.3 downloaded yeasterday and i've got this issue both with IE and FIREFOX.. Any way to fix it ? Thank you..
Francesco
|
|
Rank: Newbie
Joined: 4/22/2008 Posts: 18
|
Just to let everyone know, I tried to upgrade to version 3.0.5 and it fixed this problem for me..
Francesco
|
|
Rank: Newbie
Joined: 4/29/2008 Posts: 10 Location: aust
|
This happened to me too. I'm almost certain it has to do with macros. In my case, I added a breadcrumb xslt macro (from built in choices of xslt files). When added to a content page, i got thi serror. When rolled back, then added to a template, the error went away.
I've seen weird stuff with python scripts too, such a the output of the script appearing way above the editor.
|
|
Rank: Enthusiast
Joined: 11/1/2007 Posts: 28
|
I just got this error after upgrading to 3.0.5 from 3.0.3.
|
|
Rank: Enthusiast
Joined: 11/1/2007 Posts: 28
|
Interesting, i found some stuff by using firebug. EditContent.aspx Code: <!-- /tinyMCE --> 163 164 <textarea class="tinymcebodyText" id="bodyText" name="bodyText"> 165Error creating control <br /> 166 System.ArgumentException: Item has already been added. Key in dictionary: 'pageName' Key being added: 'pageName' 167 at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) 168 at System.Collections.Hashtable.Add(Object key, Object value) 169 at umbraco.page..ctor(Int32 Id, Guid Version) 170 at umbraco.editorControls.tinymce.webcontrol.TinyMCE.parseMacrosToHtml(String input) 171 at umbraco.editorControls.tinymce.webcontrol.TinyMCE.Render(HtmlTextWriter writer)
I changed the name of the property pageName in my Document Type to pageTitle, and voila it loads perfectly. Seems to have nothing todo with the version running. This reminds me of this problem: http://forum.umbraco.org/yaf_postsm21776_Duplicate-Alias-Bug-MemberType.aspx#21776 http://forum.umbraco.org/yaf_postst4416_Near-bug-Duplicate-Aliases.aspxI think it would be nice with some propertyname (, nodename, etc) validation. Does anyone know other keywords other than "pageName" and MemberType-names that can't be used as property names?
|
|
Rank: Newbie
Joined: 6/30/2008 Posts: 4
|
The problem that I have been experiencing with this is that when I add a macro (i have tried many different macros) in firefox in tinymce into content and save it then I get this error when viewing the page in ie or firefox. If i add the macro with ie and save it, then it is fine to view but as soon as i save it in Firefox, tt is no longer viewable. I guess that means it is the way in which tinymce saves the macro in firefox. Has anyone else had any success fixing this issue as it seems one person fixed it by moving to 3.0.5 and another got the error in 3.0.5?
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,410 Location: KY, USA
|
This is certainly a limitation of umbraco's support for Firefox in umbraco v3. While umbraco v2 did not work with firefox, v3 made huge improvements but isn't 100% perfect and you may run into odd problems. In the forth-coming v4, firefox and all other modern browsers will be 100% supported. Until then, your best bet is to use IE with umbraco 3. If you're a firefox user as I am, you might find the 'IE Tab' add-on for firefox helpful. cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|
|
|
Guest |