|
Member
|
Aashish
-
11/24/2010 4:55:34 AM
Editable text Webpart giving error
on saving the contents of Editable text Webpart...it is giving alert popup "This action is not allowed in current context."
|
|
|
Kentico Support
|
kentico_radekm
-
11/24/2010 5:38:52 AM
RE:Editable text Webpart giving error
Hello.
Is this web part on Portal engine page, or on ASPX page template? Are you in CMSDesk -> Content -> Edit -> Page tab, when try to save content? Could you please make sure that page is whole loaded and then you click it? Any related record in your Event log (Site Manager -> Administration)? Thank you.
Best Regards, Radek Macalik
|
|
|
Member
|
arnold-WebProductive.co
-
7/19/2011 9:46:32 AM
RE:Editable text Webpart giving error
Hi Aashish,
Were you able to resolve this I'm experiencing a similar issue. I have checked the event log however there are no actions recorded...
Many thanks in advance
|
|
|
Kentico Consulting
|
kentico_borisp
-
7/21/2011 11:26:58 AM
RE:Editable text Webpart giving error
Hello, Could you please check if there are two definitions of objects on the page with a same value or name (for example two buttons with the same name)? E.g. in the WYSIWYG Editor. If you change the values to something unique everything should work fine. Best regards, Boris Pocatko
|
|
|
Certified Marketer 13
|
james-distinctionhq
-
7/28/2011 2:45:50 AM
RE:Editable text Webpart giving error
Hi,
We're getting the same problem on 2 sites so far. The clients have reported it too.
It seems to be only in Firefox, using 5.5R2 and both have hotfixes applied to build 5.5.4206.
Ivana Tomanickova @ Kentico suggested it was something to do with changing the system time on the computer. That can't be the case as it's occurring on a fresh install.
Could you clarify the other suggestion above (i.e. potential clash of code names/classes/ids)? What exactly should we be checking for and where?
Thanks
|
|
|
Certified Marketer 13
|
james-distinctionhq
-
7/28/2011 2:47:17 AM
RE:Editable text Webpart giving error
Possibly should also add it's a portal engine development model. We've not seen it in ASPX environment yet.
|
|
|
Kentico Consulting
|
kentico_borisp
-
7/28/2011 6:17:52 AM
RE:Editable text Webpart giving error
Hello,
It is possible that you are using some code in the editable region which isn't allowed in this context. For example you are using a button or text control with the same name as one which is somewhere available on the page. Could you please post what you are trying to save into the editable region?
Re-installing Kentico won't fix the server time issue, if the new instance was installed on the same server. You need to find out if this is only a page related issue, or a computer related issue. Does this message appear only on one page or on all of them?
Best regards, Boris Pocatko
|
|
|
Member
|
adween
-
8/24/2011 8:32:34 AM
RE:Editable text Webpart giving error
Nope, nothing like that, simple text editor box, trying to save text.
thanks,
Adrian
|
|
|
Member
|
Aashish
-
8/8/2011 12:21:41 AM
RE:Editable text Webpart giving error
Still facing this issue......
|
|
|
Kentico Consulting
|
kentico_borisp
-
8/8/2011 2:23:59 AM
RE:Editable text Webpart giving error
Hello,
Could you please answer the questions posted in this thread before so I can help you? Additionally, which exact version are you using?
Best regards, Boris Pocatko
|
|
|
Member
|
holly-obergine
-
9/22/2011 6:15:55 AM
RE:Editable text Webpart giving error
This bug seems to be isolated to Firefox, the error occurs when trying to edit content on the page tab and then clicking 'Save', this error message appears on all pages across the site, I'm using version v5.5.3981
|
|
|
Kentico Consulting
|
kentico_borisp
-
9/22/2011 7:12:14 PM
RE:Editable text Webpart giving error
Hello, I would recommend you to upgrade to the newest version and apply the last hotfix, since there were some bugs, which could cause this behavior in the past. If you don't want to upgrade, please try at least to apply the hotfix number 30 for the 5.5 version. However I think, you will have to upgrade to the R2 version. Can you also try to use Firebug to see an exact error message? Additionally, are you using any custom javascript? Could you please try to disable it to see, if the issue is caused by this? Best regards, Boris Pocatko
|
|
|
Member
|
pat.newsome-avalara
-
10/17/2011 1:27:40 PM
RE:Editable text Webpart giving error
Having this problem in both IE9 and FF v5.5.3996 R2
IE is showing the following script errors:
HTML1114: Codepage unicode from (UNICODE byte order mark) overrides conflicting codepage windows-1252 from (11) fckeditor.html?InstanceName=ctl00_ctl00_plcMasterMain_plcMain_MainTextRegion_HtmlEditor&Toolbar=Default HTML1114: Codepage unicode from (UNICODE byte order mark) overrides conflicting codepage windows-1252 from (11) fckeditor.html?InstanceName=ctl00_ctl00_plcMasterMain_plcMain_MainTextRegion_HtmlEditor&Toolbar=Default SCRIPT5007: Unable to get value of the property 'nodeType': object is null or undefined fckeditorcode_ie.js, line 32 character 16509
the first two are when the HTML text region is selected for edit and the final is on save event.
This occurs on every page wether it has a custom script or not.
|
|
|
Certified Developer v7
|
ben-devotion.com
-
10/17/2011 8:11:37 PM
RE:Editable text Webpart giving error
Hi All,
I came across this issue a few days ago using Kentico 6. A little investigation revealed it occurred when the name attribute of an input element was "submit". In my case:
<input type="submit" name="submit" value="login" />
changed to:
<input type="submit" name="login" value="login" />
Now works like a charm. Hope this helps someone!
Ben@Devotion
|
|
|
Member
|
pat.newsome-avalara
-
10/18/2011 10:08:04 AM
RE:Editable text Webpart giving error
This is exactly what I found. An id of submit on the input button was causing a naming collision.
I renamed the element and everything works as expected.
It was a process of elimination to locate the offending control.
|
|
|
Member
|
DahlinDev
-
10/31/2011 12:47:30 PM
RE:Editable text Webpart giving error
I ran into this issue too. As pat.newsome-avalara said it was a process of elimination to find out what is wrong. I stipped out all my editable html regions and started adding them back one by one to find what was causing the issue. In my case it was just some odd markup brought over from pasting from an MS Word file by the client.
|
|