|
llweiss
|
 |
« on: July 13, 2010, 10:21:38 pm » |
|
I just upgraded from 1.11 to 2.0 RC3 today. All went well. I deleted the previous gallery pro version and ftpd the new version.
On install I am getting ./Sources/Subs-Graphics.php Test failed
The install dialog tells me that even the replace of
// Save it! if (!empty($modSettings['avatar_download_png'])) imagepng($dst_img, $destName); else imagejpeg($dst_img, $destName, 65);
with
// SMF Gallery if (empty($modSettings['gallery_jpeg_compression'])) $modSettings['gallery_jpeg_compression'] = 65; if (!empty($modSettings['avatar_download_png'])) imagepng($dst_img, $destName); else imagejpeg($dst_img, $destName, $modSettings['gallery_jpeg_compression']);
failed. I just tried this replace myself on the file and it still fails.
Any assistance would be appreciated.
One last thing - I paid for a license today thinking that is how I renewed. When I logged in here I noticed my license had a renew button and I did that as well. COuld this be the issue? (I dod not register the new license as I will need to be refunded on that.)
|