Comments 3Allandore started the conversationJuly 10, 2019 at 2:16pmHi,Since today if i want to edit or insert an image in a wordpress page using wpbakery editor, it doesn't work.If I add an element > single image > select an image from the media library > click on "set image", nothing happens.Do you have an idea to resolve this problem ?Thank you for your time 3Allandore repliedJuly 10, 2019 at 3:55pmOkay I found the error, in the web console I had a "processImages failed" error.Here's the solution found on codecanyon comments :"The bug is in include/autoload/vc-image-filters.php file. You have there: require_once vc_path_dir( 'APP_ROOT', 'vendor/mmihey/php-instagram-effects/src/Image/Filter.php' ); should be: require_once vc_path_dir( 'APP_ROOT', 'vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php' ); Some servers returns 500 Internal Error as php-instagram-effects directory doesn’t exists (actual directory name is PHP-Instagram-effects"[deleted] repliedJuly 11, 2019 at 6:37amHi Allandore,I'm happy that you found the fixThanks for sharing the fix in our support too in case that any other user searches for the same problem.Have a nice day! Sign in to reply ...
Hi,
Since today if i want to edit or insert an image in a wordpress page using wpbakery editor, it doesn't work.
If I add an element > single image > select an image from the media library > click on "set image", nothing happens.
Do you have an idea to resolve this problem ?
Thank you for your time
Okay I found the error, in the web console I had a "processImages failed" error.
Here's the solution found on codecanyon comments :
"The bug is in include/autoload/vc-image-filters.php file. You have there:
should be:
Some servers returns 500 Internal Error as php-instagram-effects directory doesn’t exists (actual directory name is PHP-Instagram-effects"
Hi Allandore,
I'm happy that you found the fix
Thanks for sharing the fix in our support too in case that any other user searches for the same problem.
Have a nice day!