CKEditor Error on Image Upload - image

I receive the following message when I select an image to upload and then click "send it to the Server":
Unable to get property 'setCustomData' of undefined or null reference.
I searched for CKEditor setcustomdata but came up with nothing...

Making an assumption that you are using the CKSource Image plugin. I received this error when I used the advice from this post about setting the default open tab to the Upload tab. I moved the this.selectPage('Upload'); into the onLoad event and no longer receive the error but it doesn't default the selected tab to upload on subsequent show events.
I hope this helps or at least gives you a direction to look.

Related

CanĀ“t open an internal page in Cypress Chrome

We have an cypress issue that is similar to the issue described in "https://github.com/cypress-io/cypress/issues/850". The reason for why I am creating a new post is that I have done some changes in the environment which makes this work but only after the first fail and then manually click on the failing URL.
Test1:
Default cypress\plugins\index.js file (no changes)
lauch the internal page cy.visit('xxx')
Error 401.
Click on the link below the error text. Another tab is opened and message UNAUTHORIZED is shown.
Paste same URL in default Chrome->works fine.
Test2:
Modify the cypress\plugins\index.js: args.push('--proxy-pac-url=xxx') (I have tested other arguments but this is the only one that makes something different)
Lauch the internal page cy.visit('xxx')
Error 403.
Click on the link below the error text. Another tab is opened and the page is shown CORRECTLY.
This is the reason why I post this new message. I want to ask if there is a way to get Cypress to open the page automatically via cy.visit() in the same way as when I click on the failing URL and it opens the page in the same cypress browser but just another tab?

Joomla - Save article from frontend does not work with Allrounder-Template

I use Joomla Version 3.8.6 with "The ALLROUNDER 3 - Joomla Template" in Version 1.1 and I have a problem when I edit an article via frontend. When I want to save the article nothing happens. All other buttons (close, etc...) work correctly.
In my browser console I get this error message when I click on the save button:
> Uncaught TypeError: Cannot read property 'isValid' of null
> at Object.Joomla.submitbutton (index.php?view=form&layout=edit&a_id=1&catid=8&return=aHR0cDovL3Rlc3QudHNjLXpldXpsZWJlbi5kZS9pbmRleC5waHA=:67)
> at HTMLButtonElement.onclick
This error happens for all different types of users (Editor as well as Super-Administrator)
I deleted the template completely from my webspace and did a new clean install but the error is still there. I tried to disable Jquery-Scripts in the header as well as all other Javascripts but this did not help. I also disabled sequentially all plugins, but the error was still active. Further, I set up textfilter for all users to "No Filter", but the error was still active.
Thank you for your help!

Error Displaying Error page:Application installation Error in joomla 3.0

I am facing the problem in Joomla Component. I have attached the Screen in which I am facing the error.
I have made my own component for show time. When I add show using my component it works fine.Everything goes right but sometime I am getting this error.
When my client see this error, he gets hyper.
but do not know why this error comes.
Is there any solution?
Please help me guys.
Here is the screen shot of Error.
Thanks in advance.
Looking that screen, I suppose the error is on the instance of the controller (that call the particular action) ... check if is it istantiate proprely. Also check the action calling... I suppose that is here the error..

Dreamweaver cs6 Spry validation

I have a textfield and a spry validation text field.
In the spry properties I changed the max chars value to 50, checked required and on blurr.
When I test the page I get all the error messages at once ("valure required", "exceeded max number of chars")and the textfield is not coloured. Looks good in the preview in dreamweaver.. but when I run itt in the browser it fails.
Any hints?
--FIXED--
I did not copy the spry assets folder to the testing server.. I only had it in my local site folder.
I have had a similar problem with the error messages, it is extremely frustrating. I eventually found a solution via http://cssmenumaker.com/dreamweaver-css-menu-extension - I would definitely recommend them.

How come the close button link doesn't work for the telerik:RadNotification control on DotNetNuke?

I'm using the telerik:RadNotification control, with VisibleTitlebar="true" ShowTitleMenu="false" and ShowCloseButton="true".
When I hover over the little X (close button) the URL is "http://localhost/mySite/href". When I click on it it takes me to an HTTP Error 404.0 - Not Found page.
Any advice would be greatly appreciated. Is there any way to programmaticly fix the bad link?
I tried adding an OnClientHiding="OnClientHiding" and adding an javascript alert in the OnClientHiding method but it goes to the error page first.
My problem was that I was not getting into the OnClientHiding event handler. It looks like some code in the OnClientShown event handler was causing this issue.

Resources