Hello,
Sorry for the noobie post. Is there a list of requirements for this program? I am having some problems getting this to work on my dedicated server. I am still kinda new to hosting on linux servers. What PHP version, js, MySQL etc. are needed for a successful installation? I followed all the steps and went through the forums here, but still cannot figure this out.
I have the default setup and upload with the uploader using ../images/ ../imagethumbs/. Nothing shows up in my directories and no error message is seen on the uploader page. After submitting my images it displays the upload more photos and log out button and nothing else.
I am guessing it is just my lack of php and apache knowledge. I have apache setup to display html pages properly so far, but thats it. My php config file is default. I am guessing there are some config changes I need to make to the php.ini file to get it to work... Does anybody here know of some common PHP and or apache configuration changes that need to be made for E2?
I haven't changed any ownership, so the ownership for these directories are for my main user account. All files are set to 755 permissions.
Here is the link, I would appreciate any advice at all:
http://fiendishbox.com/cocoacouture/index.php
http://fiendishbox.com/cocoacouture/uploader/index.php
---
$gallerypath="images";
$thumbpath="imagethumbs";
$transitionspeed="500";
$fadespeed="300";
$users[0]="uploader";
$passw[0]="ccuploader";
---
Right now I am going to try to upload my own images to these folders and see if I can get the gallery to work.
Thank you,
~ thefiend