GD Error – File Not Found on Test
-
Hi there, running into a problem with how your plugin uses GD. Unfortunately the test result is very cryptic with a “file-not-found” message. Not sure what file it is looking for.
Thumbnail generation test failed!object(WP_Error)#1303 (2) { ["errors"]=> array(1) { ["file-not-found"]=> array(1) { [0]=> string(0) "" } } ["error_data"]=> array(0) { } } array(2) { ["ext"]=> string(3) "jpg" ["type"]=> string(10) "image/jpeg" }I have checked my GD instance, and it seems like everything is fine. Here’s an output from gd_info():
k: GD Version v: bundled (2.1.0 compatible)k: FreeType Support v: 1k: FreeType Linkage v: with freetypek: GIF Read Support v: 1k: GIF Create Support v: 1k: JPEG Support v: 1k: PNG Support v: 1k: WBMP Support v: 1k: XPM Support v: k: XBM Support v: 1k: WebP Support v: k: JIS-mapped Japanese Font Support v:And of course, my php_ini looks like gd is there properly.
PHP INI:
gd GD Support => enabled GD Version => bundled (2.1.0 compatible) FreeType Support => enabled FreeType Linkage => with freetype FreeType Version => 2.6.3 GIF Read Support => enabled GIF Create Support => enabled JPEG Support => enabled libJPEG Version => 8 PNG Support => enabled libPNG Version => 1.6.21 WBMP Support => enabled XBM Support => enabledAny ideas?
The topic ‘GD Error – File Not Found on Test’ is closed to new replies.