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
Gallery errors
Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Let us know here.
Jump to
- Official Boards
- ↳ README FIRST!!!
- ↳ Announcements
- ↳ General Discussion
- Support Boards
- ↳ CMSMS Core
- ↳ Modules/Add-Ons
- ↳ Help Wanted (commercial)
- ↳ Translations
- Community Boards
- ↳ Tips and Tricks
- ↳ CMS Show Off
- ↳ Layout and Design (CSS & HTML)
- ↳ Feature ideas
- ↳ Developers Discussion
- ↳ The Lounge
- International Discussions
- ↳ Czech/Slovak - Česky/Slovensky
- ↳ Danish - Dansk
- ↳ Dutch - Nederlands
- ↳ Aankondigingen
- ↳ Tips en Trucs
- ↳ Vertalingen & Documentatie
- ↳ Hulp gezocht (commercieel)
- ↳ Finnish - Suomi
- ↳ French - Français
- ↳ German - Deutsch
- ↳ BITTE ZUERST LESEN !!!
- ↳ Ankündigungen
- ↳ Installation und Einstellungen
- ↳ Module und Tags
- ↳ Smarty-Tipps und -Tricks
- ↳ Layout und Design
- ↳ Suchmaschinenoptimierung (SEO)
- ↳ HowTo's
- ↳ Übersetzungen
- ↳ Show Off
- ↳ Hilfe gesucht (kommerziell)
- ↳ Stammtisch
- ↳ Hungarian - Magyar
- ↳ Italian - Italiano
- ↳ Moduli/Plugins
- ↳ Lithuanian - Lietuviškai
- ↳ Darbo / bendradarbiavimo pasiūlymai ir paieška
- ↳ Persian / Farsi
- ↳ Polish - Polski
- ↳ Portuguese - Português
- ↳ Russian - русский
- ↳ Предложения и поиск РАБОТЫ
- ↳ Spanish - Español
- ↳ Swedish - Svenska
- Geekmoot Editions
- ↳ Geekmoot 2016
- ↳ Connections and Conversations
- ↳ Geekmoot 2015
- ↳ Geek Moot 2012
- ↳ Locked: Geek Moot 2010
- Old Forums
- ↳ [locked] CMSMS 2.0 Beta
- ↳ Module Developers
- ↳ Closed Issues
- ↳ [locked] Documentation0ld
- ↳ Suggestions, Modifications & Corrections
- ↳ [locked] CMSMS 1.11 Beta
- ↳ Closed Issues
- ↳ [locked] CMSMS 1.10 Beta
- ↳ Closed Issues
- ↳ [locked] CMSMS 2.2 Beta
- ↳ [locked] CMSMS MLE fork
- ↳ Modules/Addon patchs
- ↳ [locked] Quality Assurance
- ↳ [locked] Accessability and Usability
- ↳ [locked] Documentation
- ↳ Media and presentations about CMSMS
- ↳ [locked] Installation, Setup and Upgrade