-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload images - DNN 9 Issue #3
Comments
It seems to be missing the flash player pluging for your web browser. |
Thank you for the reply. I used the same browser before I upgrade DNN 7.20 to DNN 9.1.1 My other admin also has this issue. Please, advise. |
This does still work when using chrome. When you click that area where the
button should be chrome will ask you if you want to allow flash to run or
block it. You need to allow it.
Chrome will not do this forever. Eventually they will drop fladh support
like firefox and this will no longer work.
…On 29 Oct 2017 09:13, "maduranga001" ***@***.***> wrote:
Thank you for the reply. I used the same browser before I upgrade DNN 7.20
to DNN 9.1.1
This issue came just after upgrading to DNN 9.1.1 and I did not change
anything on the browser.
My other admin also has this issue.
Please, advise.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05Uc5HNDkXyGMr8R6TdLqNn8JYtucks5sxEGygaJpZM4QKOHU>
.
|
Woohoo.. Yes. It is working now. Great.! |
Any idea how to fix uploading files/images control issue? Please, can you help me? |
What version of chrome are you using and on what operating system??
…On 11 Nov 2017 1:39 am, "maduranga001" ***@***.***> wrote:
Any idea how to fix uploading files/images control issue? Please, can you
help me?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05UbWxzhGk4bF0um_YLTUji2sgW-1ks5s1Pq5gaJpZM4QKOHU>
.
|
I am using This is same for other admins PCs too. Please help how to get back the file upload control. This has happened just after upgrading to DNN 9.1.1 from DNN 7.2.0 version. Everything is working perfectly instead of this file upload control issue. Thank You! |
Have a look at this
https://support.google.com/chrome/answer/6258784?co=GENIE.Platform%3DDesktop&hl=en
Does that help?
…On 11 Nov 2017 8:32 am, "maduranga001" ***@***.***> wrote:
I am using
Google Chrome Version 62.0.3202.89 (Official Build) (64-bit) and Windows 7
Ultimate.
This is same for other admins PCs too.
Please help how to get back the file upload control.
Thank You!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05S6LOuXmjr3kZkefj53OMkgqECSjks5s1VuBgaJpZM4QKOHU>
.
|
I've already done this. Then the control visible for a day. Somehow it is disappeared again. This is not only on my PC and browsers. We checked it on different PCs too with different admin user accounts. We checked on IE and FF too. Still not visible the control. Please help. |
Do you have errors in the console of chrome after the article admin page
loads?
…On 11 Nov 2017 8:39 am, "maduranga001" ***@***.***> wrote:
I've already done this. Then the control visible for a day. Somehow it is
disappeared again. This is not only my PC and browsers. We checked it on
different PCs too with different admin user accounts.
We checked on IE and FF too. Still not visible the control.
Please help.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05YECp2mi19J0ywKP55NT8EIvh8Mzks5s1V1TgaJpZM4QKOHU>
.
|
I am not seeing any errors. How can I check if I am getting any loading errors? No any issues reported on DNn website admin logs too. |
Now I am just noticing this. Only "Edit an existing article" page has this issue. "Add a new article" window is loading the file upload control after a second. Any idea? Why is it dissapering like this. Somehow I was checking edit window as I needed to change some images. Thank you for supporting. |
The problem is on the edit an existing article window now. Please, can you help to fix this? But Firefox and IE are not loading the control for both edit and new article windows. |
Follow this https://developers.google.com/web/tools/chrome-devtools/console/
and post any errors you see here.
…On 11 Nov 2017 10:47 am, "maduranga001" ***@***.***> wrote:
The problem is on the edit an existing article window now. Please, can you
help to fix this?
But Firefox and IE are not loading the control for both edit and new
article windows.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05aQiNt_OhzuTFFQbk6ENyCs7XBmhks5s1Xs2gaJpZM4QKOHU>
.
|
Ok. Thank you! I do not know if this is the correct error. I can see so many red messages.
I've attached a copy of all with this too. Please open the log file in VS and then it will be readable. Thank you for supporting. |
Ok you have some debugging to do...
The flash object which enables the uploads is initated by javascript. The
error you have posted most likely occours before the flash object gets
initiated and prevents any more javascript running from the onload event.
So you do not see the uploader.
…On 11 Nov 2017 12:02 pm, "maduranga001" ***@***.***> wrote:
Ok. Thank you!
I do not know if this is the correct error. I can see so many red messages.
Uncaught TypeError: instance.attr(...).replace is not a function at
HTMLAnchorElement.<anonymous> (dnn.jquery.js?cdv=298:4279) at Function.each
(jquery-1.3.2.min.js:12) at init.each (jquery-1.3.2.min.js:12) at
HTMLDocument.dnnInitCustomisedCtrls (dnn.jquery.js?cdv=298:4269) at
Function.<anonymous> (jquery-1.3.2.min.js:19) at Function.each
(jquery-1.3.2.min.js:12) at Function.ready (jquery-1.3.2.min.js:19) at
HTMLDocument.<anonymous> (jquery-1.3.2.min.js:19)
[www.mysite.com-1510401138304.log](https://github.com/
ventrian/News-Articles/files/1463718/www.mysite.com-1510401138304.log)
I've attached a copy of all with this too. Please open the log file in VS
and then it will be readable.
Thank you for supporting.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05SaUIAzDN-xHHJvb_0YjKmOIGRQTks5s1YzPgaJpZM4QKOHU>
.
|
Ps. I wont be near a computer until Monday. I will have a look at the logs
then to see if I can help aanymore.
On 11 Nov 2017 12:44 pm, "Jacques Woolston" <[email protected]> wrote:
Ok you have some debugging to do...
The flash object which enables the uploads is initated by javascript. The
error you have posted most likely occours before the flash object gets
initiated and prevents any more javascript running from the onload event.
So you do not see the uploader.
…On 11 Nov 2017 12:02 pm, "maduranga001" ***@***.***> wrote:
Ok. Thank you!
I do not know if this is the correct error. I can see so many red messages.
Uncaught TypeError: instance.attr(...).replace is not a function at
HTMLAnchorElement.<anonymous> (dnn.jquery.js?cdv=298:4279) at Function.each
(jquery-1.3.2.min.js:12) at init.each (jquery-1.3.2.min.js:12) at
HTMLDocument.dnnInitCustomisedCtrls (dnn.jquery.js?cdv=298:4269) at
Function.<anonymous> (jquery-1.3.2.min.js:19) at Function.each
(jquery-1.3.2.min.js:12) at Function.ready (jquery-1.3.2.min.js:19) at
HTMLDocument.<anonymous> (jquery-1.3.2.min.js:19)
[www.mysite.com-1510401138304.log](https://github.com/ventri
an/News-Articles/files/1463718/www.mysite.com-1510401138304.log)
I've attached a copy of all with this too. Please open the log file in VS
and then it will be readable.
Thank you for supporting.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc05SaUIAzDN-xHHJvb_0YjKmOIGRQTks5s1YzPgaJpZM4QKOHU>
.
|
really appreciate your support. Hope you can find the solution for this. I am not good at javascript debugging. Thank you and waiting for your next supportive answer. If you want, I can send you the page link and admin access private message. (if it is possible to do) |
I am using Google Chrome I can not see the upload button now. Please, can you advise me how to fix this? It is not asking to install flash message or anything. The upload button has missing now. Plese, advise. Thank you! |
News Articles registers version 1.3.2 of jquery on the edit view to support the uploader. This conflicts with core jquery, specifically the .on method which was introduced in jquery 1.7. Deleting the contents (suggest leaving a comment) of /DesktopModules/DNNForge - NewsArticles/Includes/Uploader/jquery-1.3.2.min.js resolved the conflicts we were experiencing. I normally wouldn't advise this approach but investing in a longer term fix for a module that is no longer being maintained seems like folly. |
Any chance this can be added as a core module?
Regards
Craig
On 13 Jul 2018, at 18:14, Joel Koenigs <[email protected]<mailto:[email protected]>> wrote:
News Articles registers version 1.3.2 of jquery on the edit view to support the uploader. This conflicts with core jquery, specifically the .on method which was introduced in jquery 1.7. Deleting the contents (suggest leaving a comment) of /DesktopModules/DNNForge - NewsArticles/Includes/Uploader/jquery-1.3.2.min.js resolved the conflicts we were experiencing. I normally wouldn't advise this approach but investing in a longer term fix for a module that is no longer being maintained seems like folly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#3 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJhMq4Banzsq0BS_HXF7nxQQ_VE0Qa_lks5uGNVbgaJpZM4QKOHU>.
|
FYI: #14 |
I upgraded my site to DNN 9 and I can see an issue like this. cannot upload images and browse button has missing to select images from our local machine.
Please, can you help me how to resolve this on latest DNN 9.1.1 ?
Still, we are using this module as we have lots of custom modifications after your final release. So migrating from this would be not easy and have to stick with the module.
Your support is much appreciated.
The text was updated successfully, but these errors were encountered: