SMFHacks.com

SMF Gallery Pro => Support => Topic started by: Harald on February 25, 2020, 05:38:10 pm

Title: Cannot install Gallery Pro on SMF 2.1 RC2
Post by: Harald on February 25, 2020, 05:38:10 pm
Hello,

I just upgraded my forum from version 2.0.15 to version 2.1 RC2. Gallery pro was installed before, but because this was a large upgrade, I have to install all Mods again.

So I tried to install version 8.0.8, but it failed at step

Modify ./Sources/Subs-Graphics.php:

Code: [Select]
Code(Suchen) [Auswählen]
// Save it!
 if (!empty($modSettings['avatar_download_png']))
 imagepng($dst_img, $destName);
 else
 imagejpeg($dst_img, $destName, 65);
Code(Ersetzen) [Auswählen]
// Save it!
 
 // 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']);

I just paid for the upgrade because you specified that your software works wih SMF 2.1

So what's the problem?


Thanks
Harald
Title: Re: Cannot install Gallery Pro on SMF 2.1 RC2
Post by: SMFHacks on February 25, 2020, 05:48:58 pm
If that is the error. It is safe to proceed with the install. The gallery should work ok with SMF 2.1.x RC2
Title: Re: Cannot install Gallery Pro on SMF 2.1 RC2
Post by: Harald on February 26, 2020, 03:20:41 am
Hello,

But how can I proceed? There is the text "Test fehlgeschlagen (Fehler ignorieren)" that means "Test failed (ignore error)", but this is only text and there is no link or button to proceed.

So how can I proceed?
Title: Re: Cannot install Gallery Pro on SMF 2.1 RC2
Post by: SMFHacks on February 26, 2020, 09:29:36 am
Strange.. Download the latest file from here https://www.smfhacks.com/index.php/topic,9539.msg41642.html#msg41642 I added another ignore on the file itself.
Title: Re: Cannot install Gallery Pro on SMF 2.1 RC2
Post by: Harald on February 27, 2020, 12:38:42 am
I just tried the 9 beta version, but it's still the same.
Title: Re: Cannot install Gallery Pro on SMF 2.1 RC2
Post by: SMFHacks on February 27, 2020, 07:30:15 am
There is no button? If you scroll on the window to left or right. I tested on my site that is RC2.

Try another mod and see if there is a button to install the mod.
Title: Re: Cannot install Gallery Pro on SMF 2.1 RC2
Post by: Hatshepsut on March 19, 2020, 12:55:00 am
You need to edit manually files marked as 'Failed'.