tedvilla
Member
Posted 5 months ago #
I updated my WP to v3.3 from v3.2.1 and was working on a post. I went to upload an image, excited to try the new uploader. However when I got the popup i got the old version of the uploader and the button to browse my computer did not work. I shut down all of the plugins and reactivated one-by-one. With everything off the new uploader presented worked fine. It stopped working as soon as I reactivated WPTM 1.9.21.
I manually back up w/WPTM so it's not a major deal to reactivate prior to backing up, just a slight inconvenience, but I wanted to make the plugin author, and others aware of this issue.
http://wordpress.org/extend/plugins/wp-time-machine/
nestor2509
Member
Posted 5 months ago #
That's right. There's two of us now, it breaks my uploader two.
George Stephanis
Member
Posted 5 months ago #
The problem is that the plugin is deregistering both jQuery and jQuery UI in
http://plugins.svn.wordpress.org/wp-time-machine/trunk/includes/wpTimeMachineCore.php
look at the first bit of ...
function wpTimeMachine_enqueue_scripts()
and if you comment out / remove the deregister calls it should work fine.
This is why you -really- shouldn't -ever- deregister jquery on the admin side.
tedvilla
Member
Posted 5 months ago #
Thanks @George. I'll look into that.
lazyrivr
Member
Posted 5 months ago #
I experience the same issue. At least it's an easy plugin to deactivate until you use it.
6stringspider
Member
Posted 5 months ago #
Same problem here. Because I had moved some sites, I was looking elsewhere other than plugins with my initial troubleshooting. I tried it on different WP sites I have, on different computers and browsers. Broken in all. Once I pinpointed the plugin, problem gone. Simple enough to deactivate/activate as you need it. The plugin works great though. Made easy work of moving some sites to a new host. Thanks George, will try that!
vientocero
Member
Posted 5 months ago #
Same for me. It also breaks the menu manager.