getimage

4.90K viewsUpdates
0

Hello,

I updated to the latest version and received an error:

Warning: getimagesize(//wp-content/uploads/40H.jpg/40H-150x99.jpg) [function.getimagesize]: failed to open stream: No such file or directory in /wp-content/plugins/anspress-question-answer/includes/image_resize.php on line 30

Any idea?

0

I need some info to solve this issue, simply paste this function in your theme function.php:

print_r(wp_get_attachment_metadata( $attachment_id ));

replace $attachment_id with an id of attachment (wp-admin->media).
and show us the result.

You are viewing 1 out of 2 answers, click here to view all answers.