Stock Photo Script Adjustment 22.02.08
I purchased a stock photo template (php) but it will not allow large files to be uploaded. It fails with the following error messages:
Warning: imagesx(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 188
Warning: imagesy(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 189
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 208
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 224
Warning: imagesx(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 188
Warning: imagesy(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 189
Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 208
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 224
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home/inkartne/public_html/stock-photos/includes/functions.php on line 169
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: ‘upload/c4ca4238a0b923820dcc509a6f75849b/1203733598_tmp.JPG’ is not a valid JPEG file in /home/inkartne/public_html/stock-photos/includes/functions.php on line 169
Warning: imagealphablending(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 170
Warning: imagecopy(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 174
Warning: imagejpeg(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 176
Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/inkartne/public_html/stock-photos/includes/functions.php on line 177
Would like someone to tweak the code and resolve this issue and allow large images to be uploaded



