• Resolved Jordanairwave

    (@jordanairwave)


    Hi

    We are having an issue with your plugin

    Warning: require_once(/home/bxl/public_html/wp-content/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/lib/CloudinaryUploader.php): failed to open stream: No such file or directory in /home/bxl/public_html/wp-content/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/autoload.php on line 24

    Fatal error: require_once(): Failed opening required ‘/home/bxl/public_html/wp-content/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/lib/CloudinaryUploader.php’ (include_path=’.:/opt/cpanel/ea-php56/root/usr/share/pear’) in /home/bxl/public_html/wp-content/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/autoload.php on line 24

    Its looking for a file CloudinaryUploader.php but that does not exist. Please can we have some help.

    Plugin Version 1.1.10
    WordPress 4.9.6
    PHP 5.6

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jordanairwave

    (@jordanairwave)

    After more investigation and discovering the message

    * @deprecated CloudinaryUploader is deprecated, use \Cloudinary\Uploader instead

    in the uploader.php file, I traced it back to a custom plugin we had written. Simply changing

    CloudinaryUploader::upload to \Cloudinary\Uploader::upload fixed the issue.

    Hope this helps someone else.

    Plugin Author Cloudinary

    (@cloudinary)

    Thanks @jordanairwave

    You beat us to answer this ??

    Yes. That is exactly right. CloudinaryUploader is deprecated and in order to upload “\Cloudinary\Uploader” should be used instead.

    Having this problem too, and the solution presented solved mine as well. Thank you, @jordanairwave!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Error’ is closed to new replies.