Overscan
Active member
It looks like I spoke too soon. My attachment import died and now can't be resumed - I get an HTTP 500 and the following in the error log:
ErrorException: Fatal Error: imagecreatefrompng(): gd-png: fatal libpng error: IDAT: CRC error - library/XenForo/Image/Gd.php:86
Generated By: overscan, 8 minutes ago
Stack Trace #0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State array(3) {
["url"] => string(55) "https://v2.[redacted].co.uk/admin.php?import/import"
["_GET"] => array(1) {
["import/import"] => string(0) ""
}
["_POST"] => array(0) {
}
}
Not sure why the importer is using GD in the first place? Maybe building new thumbnails? Anyway, if there is a corrupt PNG I'd really like to skip it and not error out the entire import process....
ErrorException: Fatal Error: imagecreatefrompng(): gd-png: fatal libpng error: IDAT: CRC error - library/XenForo/Image/Gd.php:86
Generated By: overscan, 8 minutes ago
Stack Trace #0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State array(3) {
["url"] => string(55) "https://v2.[redacted].co.uk/admin.php?import/import"
["_GET"] => array(1) {
["import/import"] => string(0) ""
}
["_POST"] => array(0) {
}
}
Not sure why the importer is using GD in the first place? Maybe building new thumbnails? Anyway, if there is a corrupt PNG I'd really like to skip it and not error out the entire import process....