Okay
  Public Ticket #2076149
Image wpbakery
Closed

Comments

  •  3
    Allandore started the conversation

    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

  •  3
    Allandore replied

    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:

    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] replied

    Hi Allandore,

    I'm happy that you found the fixsmile.png

    Thanks for sharing the fix in our support too in case that any other user searches for the same problem.

    Have a nice day!