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
If the image is not found and is replaced by a definition in the configuration (default noimage_identifier: images/noimage/no-image.png) the path is not correctly parsed by the fromName method because the string "images/noimage/no-image.png" does not pass the preg_match pattern and the array is zero.
The solution was to set "noimage/01/no-image.png" in the configuration.
The text was updated successfully, but these errors were encountered:
If the image is not found and is replaced by a definition in the configuration (default noimage_identifier: images/noimage/no-image.png) the path is not correctly parsed by the fromName method because the string "images/noimage/no-image.png" does not pass the preg_match pattern and the array is zero.
The solution was to set "noimage/01/no-image.png" in the configuration.
The text was updated successfully, but these errors were encountered: