-
I've finally gotten to a point where I could try and upload / point to a directory where I had FTP'd some pictures to try and create an album.
First uploading didn't work. Although the album does show 2 broken thumbnails from the 2 pictures which I tried to upload.
Second, when I pointed to a directory called "temp" which I placed inside the pia folder and then put about 8 pictures in...
2009-02-13 14:49:11 UTC in phpImageArchive
-
I got past that by commenting out the var $_error; on line 27 of dbtable.class.php
Then make sure your table prefix matches in your config file matches your tables in your pia DB (mine table prefix was 'tbl_prefix_')
also make sure on line 17 of the config that you have define("_mlsTemplate","default");
I actually have it showing something now, but I have a whole string of errors /...
2009-02-13 13:26:09 UTC in phpImageArchive
-
Step 5 in the README should read:
chmod 777 config.php
my next problem I ran into was how the config file was made staring with line 47
the quotes were getting left off of the variables
/** Maximum width of thumbnail */
define("_mlsThumbWidth",[thumbwidth]);
2009-02-12 21:19:55 UTC in phpImageArchive
-
After unpacking the config file is blank, also the instructions on step 5. talk about editing connect.php
"5. edit connect.php".
2009-02-12 16:45:16 UTC in phpImageArchive