SMFHacks.com

SMF Gallery Pro => Support => Feature Requests => Topic started by: Stormwolfe on August 18, 2018, 09:59:06 am

Title: Gallery2 Template Loading Error
Post by: Stormwolfe on August 18, 2018, 09:59:06 am
Good Day,
I just purchased a new license and uploaded Gallery Pro to my site... Please note, I am very low-tech (not a coder) so please give me for dummies version when you reply.

Link to Site: Chronicles of Aereth (http://"https://www.aereth.com/index.php")

Site is running 2.1 beta 3

When I click on Gallery Configurator in the Admin Control Panel, I receive the following error (please see screen shot)... Error: Unable to load the 'Gallery2' template.

[attach=1]

I'd appreciate any and all help with this matter.

Best Regards and Thank You,

~ Stormwolfe ~
Title: Re: Gallery2 Template Loading Error
Post by: SMFHacks on August 18, 2018, 10:02:48 am
did you have the lite version installed before? if so uninstall
also what smf version are you running?
Title: Re: Gallery2 Template Loading Error
Post by: Stormwolfe on August 18, 2018, 10:26:25 am
Thank you for your quick response!

Yes, I did have the lite version installed and I uninstalled it prior to uploading the Pro version.

I am running SMF 2.1 beta 3.
Title: Re: Gallery2 Template Loading Error
Post by: SMFHacks on August 18, 2018, 11:13:16 am
Hmm it should be tryign to load Gallery2.1.template.php

Can you make this change in your
Sources/Gallery2.php file
find
Code: [Select]
$context['gallery21beta'] = false;
Change to
Code: [Select]
$context['gallery21beta'] =true;
Title: Re: Gallery2 Template Loading Error
Post by: Stormwolfe on August 18, 2018, 11:41:36 am
Again, thank you so much!

That took care of the issue.

Warmest Regards ~ Stormwolfe
Title: Re: Gallery2 Template Loading Error
Post by: SMFHacks on August 18, 2018, 12:02:12 pm
Thanks. Will have to look at my beta detection code it should have picked it up it was beta on install