I can’t get this gallery to work

HomeForums(E)2 Photo Gallery (The Open Source One)Sample of (E)2 Photo GalleryI can’t get this gallery to work

This topic has 2 voices, contains 9 replies, and was last updated by   1502 days ago.

Viewing 10 posts - 1 through 10 (of 10 total)
Author Posts
Author Posts
December 28, 2007 at 1:15 pm #1035

Hi! I have only unzipped the package (the simplified one) and upload it on my webhotel. I have followed the instructions but it won’t work! Can you help me??

http://www.north58.com/gallery

http://www.north58.com/gallery/uploader

user: daniel
pass: test

December 28, 2007 at 4:22 pm #1036

E2

What version of PHP are you running?

Try uploading the gallery without modifying anything, including the config.php file, as a test. Then visit the gallery again and tell me what you see.

December 28, 2007 at 4:38 pm #1037

Im running on PHP4. Tried and switched over to PHP5 but there was the same thing.

Here is the gallery without any modifying: http://www.north58.com/gallery2/

December 28, 2007 at 4:43 pm #1038

E2

What are you using to unzip the file, I ran a test on the download and put it on my site without modifying it and I don’t get the error. I wonder if something is getting messed up when you unzip the file.

Could you copy and paste what you have in the config.php file? I want to see if there is something missing in there.

December 28, 2007 at 5:50 pm #1039

Im using Winrar to unzip it…

<?php
//Define the folder where your photos will be placed on you server.
//Relative to the path you place the galery index.php
$gallerypath=”images”; //EX. images or ../gallery/images no trailing slash needed
$thumbpath=”imagethumbs”; //EX. images or ../gallery/images no trailing slash needed
$transitionspeed=”500″; //How fast you want the animations to render
$fadespeed=”300″; //How fast you want the photos to fade in and out
$users[]=”username_here”; //Username for accessing image uploader
$passw[]=”password”; //Password to access image uploader
?>

December 28, 2007 at 8:58 pm #1040

E2

What are you using to upload the files to your server? I’ve tested the download, and if you upload the files untouched you should see something like this: http://e2interactive.com/gallery/

Typically when you get a Parse error: syntax error, unexpected T_STRING it means that there is a missing ; the line above where it the error is being place at, which this says on line 1. So it leaves me to believe that there is something happening to the files on unzip or upload.

Have you tried uploading the zipped file and unzipping on the server using shell access, that is if have shell access?

December 29, 2007 at 3:33 am #1041

Im using the FTP Client Filezilla. I will try to test another Client and see. What are you using for Client?

December 29, 2007 at 3:48 am #1042

Tried another client but the same thing…

December 29, 2007 at 10:38 am #1043

E2

I use Dreamweaver or Transmit (Mac), but I tried out Filezilla and no issues. So it leaves me to believe it has something to do with your unzip program, or your server. What hosting are you using?

If you’d be willing, I could try and upload it to your site. You could email me the info using the contact form or contact (at) e2interactive.com, but if you don’t want to do that, I understand.

December 29, 2007 at 3:17 pm #1044

I emailed you the info, hoping you can help me!

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.