Page 1 of 1

Photo Gallery - v14.3.1

Posted: Tue Jan 29, 2019 5:10 pm
by Starb7
Hi Pablo

Trying out the new features and one that I have asked for before has appeared, the Photo Gallery option :D

However... I can't get it to work. I have created a simple page www.supake.co.uk/testing.php and all I get is an "500 - Internal server error" when I try to view the page. The folder exists (it's in use) it's PHP and I have specified the page is PHP. The only thing I am not sure on and can't see in the help pages is what format the 'Folder Name:' should be in, ie:

Images
images
\images
\rootfolder\images
etc...

Can you confirm?

Also, is there a minimum vsn of PHP needed?

TIA

Re: Photo Gallery - v14.3.1

Posted: Tue Jan 29, 2019 5:57 pm
by Pablo
Usually this means that there is a conflict in your settings.
For example, make sure there are no quotes in text.

Re: Photo Gallery - v14.3.1

Posted: Tue Jan 29, 2019 6:20 pm
by robertz
@Starb7

I see a php code page at:
http://www.supake.co.uk/testing.html

Re: Photo Gallery - v14.3.1

Posted: Tue Jan 29, 2019 6:47 pm
by Pablo
Based on the source code I have found the following issues:

- the server name/user/password have not been set. Is this intentional?
- the PHP version in page properties is set to PHP4, it is very likely that this is not supported by your host. I recommend to use PHP5+

Re: Photo Gallery - v14.3.1

Posted: Tue Jan 29, 2019 6:56 pm
by Starb7
Yes, user and password not set, just testing. As I suspected and as you say, it's probably the PHP vsn. I'll upgrade it and try again. Cheers