Gallery errors
Posted: Fri Jan 25, 2013 7:26 am
Hi All,
I'm having the following errors on Gallery Module 1.6. It shows when I go to one gallery on the CMS, not the front-end, and I can't see image thumbnails. Hostgator told this:
"It looks to be an error with the Gallery script at these few lines:
$imgratio = $imgdata[0] / $imgdata[1]; // width/height
$thumbratio = $thumbwidth / $thumbheight;
Since the ratio it comes up with regarding incoming data is '0', it then gives the error. In fact, all the errors are regarding invalid image information since they all describe that the image parameters are invalid. For example, the "imagecopyresampled(): supplied argument is not a valid Image resource" error would be due to these lines:
case IMAGETYPE_GIF:
imagegif($newimage, $thumbname);
break;
case IMAGETYPE_JPEG:
imagejpeg($newimage, $thumbname, $mod->GetPreference('thumbjpgquality',80));
break;
case IMAGETYPE_PNG:
imagepng($newimage, $thumbname);
break;
If you try to upload any of those image types not listed, it would also give that errors list."
Errors:
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
CMS Version
1.11.2.1
CMSMailer
5.2.1
CMSPrinting
1.0.3
FileManager
1.4.1
MenuManager
1.8.4
MicroTiny
1.2.3
ModuleManager
1.5.5
News
2.12.9
Search
1.7.7
ThemeManager
1.1.7
CGExtensions
1.31.3
CGSmartImage
1.9.5
CGSimpleSmarty
1.5.2
CGGoogleMaps
2.4.3
FormBuilder
0.7.3
SiteMapMadeSimple
1.2.6
Gallery
1.6
CGJobMgr
1.2.11
NMS
2.7
MleCMS
1.11.4
CGCalendar
1.10.1
ListIt2
1.3.2
GBFilePicker
1.3.2
ListIt2Original
1.3.2
ListIt2Testemunhos
1.3.2
ListIt2XDefs
1.1
image_manipulation_prog
GD
PHP Information
Current PHP Version (phpversion)
5.2.17
On (True)
GD version (gd_version)
2
Server Database Version (server_db_version)
5.5.23
Server Software (server_software)
apache
linux 3.2.37 on x86_64
I'm having the following errors on Gallery Module 1.6. It shows when I go to one gallery on the CMS, not the front-end, and I can't see image thumbnails. Hostgator told this:
"It looks to be an error with the Gallery script at these few lines:
$imgratio = $imgdata[0] / $imgdata[1]; // width/height
$thumbratio = $thumbwidth / $thumbheight;
Since the ratio it comes up with regarding incoming data is '0', it then gives the error. In fact, all the errors are regarding invalid image information since they all describe that the image parameters are invalid. For example, the "imagecopyresampled(): supplied argument is not a valid Image resource" error would be due to these lines:
case IMAGETYPE_GIF:
imagegif($newimage, $thumbname);
break;
case IMAGETYPE_JPEG:
imagejpeg($newimage, $thumbname, $mod->GetPreference('thumbjpgquality',80));
break;
case IMAGETYPE_PNG:
imagepng($newimage, $thumbname);
break;
If you try to upload any of those image types not listed, it would also give that errors list."
Errors:
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
Warning: Division by zero in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 451
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 511
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 539
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 545
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/ajdp/public_html/modules/Gallery/lib/class.Gallery_utils.php on line 553
CMS Version
1.11.2.1
CMSMailer
5.2.1
CMSPrinting
1.0.3
FileManager
1.4.1
MenuManager
1.8.4
MicroTiny
1.2.3
ModuleManager
1.5.5
News
2.12.9
Search
1.7.7
ThemeManager
1.1.7
CGExtensions
1.31.3
CGSmartImage
1.9.5
CGSimpleSmarty
1.5.2
CGGoogleMaps
2.4.3
FormBuilder
0.7.3
SiteMapMadeSimple
1.2.6
Gallery
1.6
CGJobMgr
1.2.11
NMS
2.7
MleCMS
1.11.4
CGCalendar
1.10.1
ListIt2
1.3.2
GBFilePicker
1.3.2
ListIt2Original
1.3.2
ListIt2Testemunhos
1.3.2
ListIt2XDefs
1.1
image_manipulation_prog
GD
PHP Information
Current PHP Version (phpversion)
5.2.17
On (True)
GD version (gd_version)
2
Server Database Version (server_db_version)
5.5.23
Server Software (server_software)
apache
linux 3.2.37 on x86_64