We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I started using keyCDN with WP-Rocket to host my files I'm constantly receiving in my PHP error log this error:
WPSP_Resize.process() error: Image must be local: https://cdn.......
Have you taken into account this scenario?
Here an example: File hosted in the CDN: https://cdn.theworldmarch.org/wp-content/uploads/2019/03/contra-armas-nucleares-1.png File hosted locally: https://theworldmarch.org/wp-content/uploads/2019/03/contra-armas-nucleares-1.png
WP-Show-Posts is trying to use the CDN version for the resize
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After I started using keyCDN with WP-Rocket to host my files I'm constantly receiving in my PHP error log this error:
WPSP_Resize.process() error: Image must be local: https://cdn.......
Have you taken into account this scenario?
Here an example:
File hosted in the CDN: https://cdn.theworldmarch.org/wp-content/uploads/2019/03/contra-armas-nucleares-1.png
File hosted locally: https://theworldmarch.org/wp-content/uploads/2019/03/contra-armas-nucleares-1.png
WP-Show-Posts is trying to use the CDN version for the resize
The text was updated successfully, but these errors were encountered: