SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
February 11, 2012, 08:17:19 am

Login with username, password and session length
Members
Total Members: 9906
Latest: mdebruijne
Stats
Total Posts: 27801
Total Topics: 4860
Online Today: 81
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 67
Total: 67
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Install 3.03 Subs-Graphics.php Test failed  (Read 649 times)
llweiss
Newbie
*
Offline Offline

Posts: 4


View Profile
« 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.)
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9399


View Profile
« Reply #1 on: July 13, 2010, 10:27:40 pm »

If you made the change manually and it still fails you can proceed with the install even though the test says it failed.

Also refunded the second license since you needed to do the renewal instead.
Logged
llweiss
Newbie
*
Offline Offline

Posts: 4


View Profile
« Reply #2 on: July 13, 2010, 11:19:17 pm »

thanks on both counts. The install worked.
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 04:29:13 am]

[Today at 01:21:47 am]

[February 10, 2012, 03:36:31 pm]

[February 10, 2012, 02:42:09 pm]

[February 10, 2012, 02:23:51 pm]

[February 10, 2012, 10:26:45 am]

[February 09, 2012, 05:30:55 pm]

by exit
[February 09, 2012, 04:47:13 pm]

[February 08, 2012, 09:09:16 pm]

[February 08, 2012, 09:11:02 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.205 seconds with 20 queries.