Hi, When I submitted an new infusion with a screenshot, I got these errors:
Warning: imagecreatefrompng() [function.imagecreatefrompng]: '../../infusions/addondb/img/screenshots/540.png' is not a valid PNG file in /home/phpfusion/public_html/includes/photo_functions_include.php on line 26
Warning: imagesx() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 28
Warning: imagesy() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 29
Warning: Division by zero in /home/phpfusion/public_html/includes/photo_functions_include.php on line 37
Warning: Division by zero in /home/phpfusion/public_html/includes/photo_functions_include.php on line 38
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in /home/phpfusion/public_html/includes/photo_functions_include.php on line 45
Warning: imagealphablending() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 47
Warning: imagesavealpha() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 48
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 50
Warning: imagepng() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 57
Warning: imagedestroy() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 59
Warning: imagedestroy() expects parameter 1 to be resource, boolean given in /home/phpfusion/public_html/includes/photo_functions_include.php on line 60
All those warnings are basically saying the your submitted screenshot is not suitable. Make sure it's a valid file, in your case .png You cannot just rename an image file and call it image.png
Also: Maximum filesize allowed: 1.43MB Maximum size allowed: 1800x1600 pixels