one of my users received this error when uploading a picture:
Code:
Warning: imagesx(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 992
Warning: imagesy(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 993
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in [path]/dto_garage.php on line 1008
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1009
Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1018
Warning: imagesx(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1022
Warning: imagesy(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1023
Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in [path]/dto_garage.php on line 1031
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1033
Warning: imagejpeg(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1036
Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1039
Warning: imagedestroy(): supplied argument is not a valid Image resource in [path]/dto_garage.php on line 1040
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3321) in [path]/dto_garage.php on line 1050
I did not receive this error on my PC (tested on FF and IE7). This user has IE7 installed. Ideas?