You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to resize a png image, but it return fallback image path from main server, without no error in log file. Is there a feature in order to explain error type?
If I try from another server using the same script, I get the correct image path.
this is my code:
require_once '../../vendor/autoload.php';
use Gregwar\Image\Image;
I'm trying to resize a png image, but it return fallback image path from main server, without no error in log file. Is there a feature in order to explain error type?
If I try from another server using the same script, I get the correct image path.
this is my code:
The text was updated successfully, but these errors were encountered: