Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43260
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 280
Total: 281

Author Topic: Install 3.03 Subs-Graphics.php Test failed  (Read 3611 times)

0 Members and 1 Guest are viewing this topic.

Offline llweiss

  • Member
  • *
  • Posts: 4
    • View Profile
Install 3.03 Subs-Graphics.php Test failed
« 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.)

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: Install 3.03 Subs-Graphics.php Test failed
« 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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline llweiss

  • Member
  • *
  • Posts: 4
    • View Profile
Re: Install 3.03 Subs-Graphics.php Test failed
« Reply #2 on: July 13, 2010, 11:19:17 pm »
thanks on both counts. The install worked.

 

Related Topics

  Subject / Started by Replies Last post
9 Replies
8712 Views
Last post February 05, 2010, 10:41:29 am
by SMFHacks
3 Replies
4782 Views
Last post November 23, 2010, 10:26:26 pm
by SMFHacks
1 Replies
4049 Views
Last post September 17, 2011, 06:56:59 pm
by SMFHacks
4 Replies
3746 Views
Last post December 24, 2011, 09:53:27 pm
by cosmicx
2 Replies
3741 Views
Last post January 27, 2012, 07:21:38 pm
by NCSurfer

+- Recent Topics

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal