Cant Delete or upload Profile Images Form Users Profile Page in WP-Admin

This topic contains 3 reply and 3 voices, and was last updated by strangerrj 10 years, 4 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
November 4, 2013 at 4:24 pm 9739
strangerrj I cant delete or upload any image fields or user avatar in the users profile page in wp-admin. When i click the upload or delete button it just jumps to top of the page. The console tells me this: Uncaught ReferenceError: WPUF_Uploader is not defined: This is what is shown as part of the url: wp-admin/user-edit.php?user_id=53&wp_http_referer=%2Fwp-admin%2Fusers.php#
November 4, 2013 at 5:56 pm 9740
Tareq Hasan Tareq Hasan

Ok, got that now.

Change /class/admin-posting.php in line 23 with this line:
[php]if ( !in_array( $pagenow, array(‘profile.php’, ‘post-new.php’, ‘post.php’, ‘user-edit.php’) ) ) {[/php]

November 4, 2013 at 6:35 pm 9743
i_ayo i_ayo

Thanks a bunch….great work

November 28, 2013 at 5:28 pm 12995
strangerrj strangerrj

Thanks, has also helped me.

Viewing 3 Posts - 1 through 3 (of 3 total)