After moving my website to a new server and domain name… the upload avatar (buddypress user profile) no longer works. It allows me to select the image and crop it but then does nothing after pressing upload.
I also noticed that other uploaded images don’t seem to work either for some custom post types I created. While I was able to upload them through Gravity Forms uploader and it assigns it to featured image… it doesn’t show on the site when viewing through the post-content-masonry template.
I was able to narrow down where the custom post type masonry display is failing: $image = aq_resize( $img_url, $kleo_config[‘post_gallery_img_width’], null, true, true, true );… within that script it keeps failing at around line 125: if ( is_wp_error( $editor ) || is_wp_error( $editor->resize( $width, $height, $crop ) ) ) {
The really strange thing is all images uploaded prior to the move are working but cant upload any new.
I have set all the references I could find in the files and database to reference the new domain but I must be missing something.
Urgent Help Needed!