
|
Good day!
I’ve this problem after installation!
http://www.emiliaromagnameteo.com/pvt/reportages/
I’ve configureted the config.php
<?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[]=”xxxxx”; //Username for accessing image uploader
$passw[]=”xxxxx”; //Password to access image uploader
?>
the web folder where the gallery is located is
/web/htdocs/www.emiliaromagnameteo.com/home/pvt/reportages/
what is the problem?
Thank you to all!!
|
 E2
|
What version did you download? I made some updates to the photo-gallery download files, and later realized there was a bug in the files, I’ve updated them and if you download the latest versions it should fix any issues. You mainly have to update the getfolder.php file and e2photo2.js file inside the js folder.
Download Optimized Version
or
Download Optimized Version
|

|
Hi, I’ve download, the version that I’ve find in the download page.
I’ve donwload the version by your link in the post… but the I’ve the same problem..
http://www.emiliaromagnameteo.com/pvt/galleria/
|
 E2
|
Typically when you get this error message it means you are missing a semicolon or have an extra semicolon in the script. I’ve downloaded and check the getfolder.php file and I don’t have any extra or missing semicolons. Maybe try dowloading the script again and uploading the the new files again.
The weird thing is that is it showing up on line 1. the only thin on line 1 of getfolder.php is <?php, which leads me to believe something is happening when you upload the files to your server. What version of php are you running? Are you modifying the files before uploading?
|