Support Forum

Upload images to post doesn't work – plupload plugin error

SA samasmar
samasmar
Member

I’m trying to figure out why can’t upload images to posts. I’ve installed and activate the plupload plugin. Set the permissions to users “Can upload images in posts”. But when I click on the add files buttons within a post, nothing happens. If you have a look at the screenshot there is no correct display button for “add files” and “Start Upload”. I don’t know if error is related:

plupload-error.jpg

I’ve gone through the console looking for errors and found the following one:

Uncaught TypeError: Object [object Object] has no method ‘propAttr’

Anyone with the same issue?

Thank you!

6 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Clearly your javascript is being stopped by something. Can i have a link to your forum page?

SA samasmar
samasmar
Member

Thanks for your reply,

my Forum is http://www.bikecyclingreviews.com/forum

YS Yellow Swordfish
Yellow Swordfish
Member
  1. Something – most likely your theme – is forcing the loading of the jQuery library from a non-supported source. It s also loading the wrong (older) version.
  2. Something called ‘voo-tagger’ is force loading an incorrect copy of the jQuery UI library and is also not loading it using the WP APi which means that two copies are being loaded.
  3. Something called ‘Ajax Tabs’ is throwing an error which might be stopping other scripts from running – but – this could just be because of 1 and 2 above.

For an explanation of 1 and 2 please see: http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/

SA samasmar
samasmar
Member

JQuery UI solved the problem with uploading. Thanks for your help