TabView1_tabs is not defined - error Options
tim
Posted: Friday, September 14, 2007 9:22:43 AM

Rank: Addict

Joined: 2/19/2007
Posts: 766
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
tim
Posted: Friday, September 14, 2007 9:36:11 AM

Rank: Addict

Joined: 2/19/2007
Posts: 766
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
joey0
Posted: Thursday, September 27, 2007 3:43:27 PM
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?

johnd
Posted: Tuesday, October 09, 2007 5:17:21 PM
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 ?
joey0
Posted: Thursday, October 11, 2007 5:55:59 PM
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.
lak
Posted: Wednesday, December 12, 2007 11:24:34 AM

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
kris
Posted: Tuesday, February 19, 2008 7:36:23 PM
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
justfra
Posted: Thursday, April 24, 2008 12:40:32 PM
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
justfra
Posted: Thursday, April 24, 2008 5:26:28 PM
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
campo
Posted: Saturday, May 03, 2008 6:09:13 PM
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.
Carl
Posted: Monday, May 26, 2008 12:29:13 PM
Rank: Enthusiast

Joined: 11/1/2007
Posts: 32
I just got this error after upgrading to 3.0.5 from 3.0.3.
Carl
Posted: Monday, May 26, 2008 12:45:54 PM
Rank: Enthusiast

Joined: 11/1/2007
Posts: 32
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.aspx

I 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?
sniemuth
Posted: Wednesday, July 09, 2008 11:27:39 AM
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?
drobar
Posted: Wednesday, July 09, 2008 1:46:32 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,758
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
fdo
Posted: Saturday, November 01, 2008 10:36:20 PM

Rank: Enthusiast

Joined: 6/7/2007
Posts: 22
Location: Copenhagen, Denmark
Tonight this problem came my way!

IE or Firefox didn’t matter at all. Haven’t tried Chrome, Opera, Safari or other browsers, but are certain the error will occur in the same way no matter which browser you use.

I’ve been using Umbraco for a couple of years now, and this is the first time I have seen this kind of error. The error only occurs on one specific nodetype, and searching this forum didn’t give me an answer, so back to settings on that documenttype in Umbraco.

A BIG cup of coffee, a deep breath and a step by step going through the properties and there it was!

By mistake (of course) I had been adding one property twice! So there were two properties with the same name and alias. Umbraco don’t like that at all I guess, but there were no problems or errors in creating them twice and the documenttype saves without any kind of errors or warnings.

The error only shows after creating a new node based on that specific documenttype.

Maybe a better error message could spare some headache?

Anyway, I hope sincerely this little story can help another in the same situation.

/Finn
martinrousev
Posted: Monday, November 17, 2008 2:15:49 PM
Rank: Newbie

Joined: 10/27/2008
Posts: 17
Location: Bulgaria
Hello I have the same problem and I'm using IE7. By the way I have LOTS of properties on my homepage. Could that have caused it?
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.