Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hello.
I'm very lost! I have my website. And I would like to integrate a galery with password. So all pages are on .PHP, no .html.
If I had a .html page, I just need put a links like "<a href="dulacNeels.html" </a>". When I try do the same with .php he propose me to download portraitGalerie.php.
What and where must I put "portraitGalerie.php"?
The original folder is "index.php". Can I only change the folder's name or must I change somewhere in the code?
Thank you for your help and your patience
Offline
Which TTG plug-in are you using?
A link to your site might help us see what you're trying to do too.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Offline
Does your server support PHP?
The only situation I am aware of in which a browser would attempt to download rather than load a PHP page is if the server itself does not support PHP.
Offline
My website's form use .php. So I suppose my server support .php, no?
Offline
<div id="monTexte">
<p><a href="galerieChoupette.php" class="liensListe">Virginie Vepex et Bruno Léonard</a></p>
<p><a href="sandra.html" class="liensListe">Sandra Manana et Guiseppe Rossi</a></p>
<p><a href="dulacNeels.html" class="liensListe">Julie Dulac et Simon Neels</a></p>
<p><a href="bachLatour.html" class="liensListe">Anne-Laure Bach et Olivier Latour</a></p>
</div>
If my server support PHP, is it like this Imust to insert my gallery or not?
Offline
I have this error:
Fatal error: Call to undefined function: strripos() in /homez.109/dkeffect/www/galerieChoupette.php on line 60
Offline
strripos is found in PHP version 5. It looks like you're running version 4, which is not supported.
Who are you hosting with? You'll need to find out how to change from PHP 4 to PHP 5. This may be possible from your control panel, otherwise ask your hosting support.
Offline
Thanks. With OVH
Offline
This problem is solved. I change the PHP number in my .htacces.
An other question: All new galleries called "index". Is it possible to change the name in Lightroom?
Offline
Nope. index.html/php is correct and this should not be changed for any reason. You may name the folder containing the file anything you want.
Offline
Pages: 1