akirafreak / phppi

Automatically exported from code.google.com/p/phppi
GNU General Public License v3.0
0 stars 0 forks source link

pictures is not displayed #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I put a folder with photos in Gallery

What is the expected output? What do you see instead?
They should be displayed on the site, but nothing happens. The album is still 
just starting - Sample Photos. Even when I give the photos to the other photos 
in the folder Sample Photos. The site of my photos are not. I do not know what 
settings should I use? Or where do I put pictures?

What version of PHPPI are you using? On what operating system?
phppi 1.2.0, I also tried 1.3.0b, 1.1.1
windows 7

Please provide any additional information below.

Original issue reported on code.google.com by violakos...@gmail.com on 9 Aug 2013 at 10:50

GoogleCodeExporter commented 8 years ago
Make sure that the folder isn't cached, you can test this out by disabling the 
use_file_cache setting. By default it will cache the contents of the folder for 
24 hours which can make it look like it's not working. Disabling the cache will 
show new files instantly everytime. If you wish to clear your cache you can 
delete the contents of the cache folder that you specified in the settings (for 
version 1.3.0).

Original comment by gorounreal on 9 Aug 2013 at 10:28