I got error in the plugin.js file. Solved

User's avatar
Abdulraqib A.
11:35 Jan 21, 2015
Dear Support team,

please find the attched image that indicate the error i faced, i set up every thing well as your description.
Please note that i use "updatePanel" tool for the page content.
Other, I noted that the files inside the uploader folder have the extension .php, i wondered if that files will work with asp.net because i used asp.net.

Thank you
 Error.png   379 KB
User's avatar
Abdulraqib A.
11:46 Jan 21, 2015
Please find the attached configured that i used.
 1.png   200 KB
 2.png   213 KB
 3.png   259 KB
Support team avatar
JS+
16:15 Jan 21, 2015
Hello, I think you have a mistake in a toolbar configuration.
config.toolbar_name
in our documentation is written just for example.
There are a couple of ways to configure your CKEditor's toolbar, you can read about them here: http://ckeditor.com/latest/samples/plugins/toolbar/toolbar.html

To check that it is a root of your problem please try this code:
config.toolbar = [
   [ 'doksoft_easy_image' ]
];
User's avatar
Abdulraqib A.
04:24 Jan 22, 2015
Hello,
Thank you for response, actually i tried this solution but it still not working, the same error came, I tried again remove everything and install it again, also same error.

Is there any way to fix this.
User's avatar
Abdulraqib A.
10:35 Jan 22, 2015
Hello,

I discovered the problem, but still face some issues.

actually i was use the CKEditor 3.6.6.2 for ASP.NET for that it was not working, when i change the CKEditor and build new one it work fine on Google Chrome browser but on Internet Explorer 11 not working.

Can you please advise me about that.

Thank you
Support team avatar
JS+
07:22 Jan 25, 2015
Well, you use CKEditor 4 now?
I will test the plugin with IE today/tomorrow and reply to you.
Support team avatar
JS+
04:52 Jan 26, 2015
I have tested CKEditor Easy Image Uploader in Chrome+Linux and IE11+Windows7: it works fine on my test machines.

Please give me an URL to test your installation or just tell me the errors you receive in the browser's console (press F12 to see it).
Also could you open F12 panel and go to "Network" tab in your browser you can load the page again? Then see were all files loaded OK or not (I can guess some security configuration restrictions i. e. for language files).
User's avatar
Abdulraqib A.
05:31 Jan 28, 2015
Dear DOKSoft team,

Actually, when i used the ckeditor 4 i got some other new problems, So i return back to use CKEditor 3.6.6.2 for ASP.NET, it's working pretty good for me.
when i install EasyImageUpload tool an error came to me, i attached a screen shot for that error and other for my config page. Please help.
 1.png   409 KB
 2.png   218 KB
User's avatar
Abdulraqib A.
06:29 Jan 28, 2015
Please see this attached image too.
 3.png   122 KB
User's avatar
Abdulraqib A.
06:52 Jan 28, 2015
Sorry, Please see this maybe will help you.
 4.png   70.4 KB
Support team avatar
JS+
06:55 Jan 28, 2015
It seems that support of CKEditor 3 was accidentally broken in the latest release.
Now we have fixed this problem and uploaded new (fixed) version on files.doksoft.com.
Please try to download it once more and test with it.
User's avatar
Abdulraqib A.
11:56 Jan 28, 2015
Thank you so much for the great help.

It's working under google chrome very good, but under IE it seemed like disabled button, cannot clicked, do you have any suggestion for that?

Best Regards
User's avatar
Abdulraqib A.
12:52 Jan 28, 2015
Hello,

It's work on IE when i'm going to F12 then Emulation Tab then I changed the (document mode) drop down list to Edge, after that an alert comes to me then the easy image upload tool working good.

I wondered if i need to enabled this attribute for all computers to enabled this tool, is it a solved?

Thank you
Support team avatar
JS+
07:33 Jan 30, 2015
What version of IE do you use? It may be incompatibility with some old(?) version which can be fixed by me.
User's avatar
Abdulraqib A.
04:41 Feb 01, 2015
We used IE11, Please see the attached image.
 IE11.png   29.4 KB
User's avatar
Abdulraqib A.
05:38 Feb 01, 2015
Sorry, I found the below code in my html code, that's mean i use 9, when i tried change it to 11 the ckeditor gave me an error so i left it IE=9, Please fix it to 9
<meta http-equiv="X-UA-Compatible" content="IE=9" />

Thanks a lot.
Support team avatar
JS+
10:19 Feb 12, 2015
I have tested it with IE9 and see that the button is not shown hovered when you put mouse over it. But the plugin works: it shows dialog and allows you to upload files.

The problem is in IE9 rendering mode: it incorrectly renders <div> tag under <a>.

As a workaround I can advice you to add this class to your stylesheet:
.moxie-shim:hover {
background-color: #bff1ff;
opacity: 0.5;
filter: alpha(opacity:0.5);
}

It will not be the same hover effect but very similar.