
|
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
|
 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.
|

|
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/
|
 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.
|

|
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
?>
|
 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?
|

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

|
Tried another client but the same thing…
|
 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.
|

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