Advanced File Attac...
 
Notifications
Clear all

wpForo 1.x.x [Solved] Advanced File Attachments doesn't work with WordPress 5.9

24 Posts
10 Users
9 Likes
3,013 Views
Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 years ago

Until the problem is solved you can replace the core.min.js (v1.13.0)
with the older core.min.js (v1.12.1)

wp-includes/js/jquery/ui/core.min.js

then Advanced File Attachments works again

but make a backup of core.min.js (v1.13.0) to restore it.

core.min.js 1.12.1

3 Replies
VereK
(@verek)
Joined: 6 years ago

Honorable Member
Posts: 504

@tutrix 

Excellent fix. Thank you.

(@ddryo_loos)
Joined: 2 years ago

Eminent Member
Posts: 18

@tutrix Thanks! I'll give it a try.

(@mahmutisdar)
Joined: 6 years ago

Active Member
Posts: 11

@tutrix the link is dead. can you please share it again?

Posts: 18
Topic starter
(@ddryo_loos)
Eminent Member
Joined: 2 years ago

I added the following code and that solved it!

add_action( 'wp_head', function(){
	wp_deregister_script( 'jquery-ui-core' );
	wp_register_script( 'jquery-ui-core', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js', ['jquery'], '1.12.1' );
}, 0);
3 Replies
(@mahmutisdar)
Joined: 6 years ago

Active Member
Posts: 11

@ddryo_loos i dont know where to put the code. can you help?

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1267

@mahmutisdar 

you can now download the file via my One Drive > core.min.js 1.12.1

(@mahmutisdar)
Joined: 6 years ago

Active Member
Posts: 11

@tutrix thank you so much 👍

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

We're currently working on the addon update. Once the addon update is release, you should remove/revert all custom changes you've done in your website.

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

The update is released. Please update wpForo Advanced Attachments addon to the just released 2.1.2 version. Then delete all caches and check it again. If you have CSS/JS optimizer plugin, don't forget to reset that cache as well.

2 Replies
(@heducate)
Joined: 3 years ago

Active Member
Posts: 10

@robert Why in my wordpress dashboard, I cant see that the plugin requires an update? Do I need to update manually?

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

Hi @heducate,

Please open a new Topic in gVectors Forum in wpForo Addons Support Forum.

Wendell
Posts: 242
(@wendell)
Reputable Member
Joined: 7 years ago

Works like a charm, thank you!

Page 2 / 3