![]() |
|
Refreh database question - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Refreh database question (/thread-12076.html) |
Refreh database question - psaux - 2014-11-19 Hi Guys.. i was having trouble adding a lot of images at the same time.. (like 6000 images) using ftp.. the album was getting breaked... Then i started doin lots of 500 and it was OK! My question is in the future when i use "Refresh database" it will try to process all images in the folders again? This will break albums again!? i think this happens because of max_execution_time or memory_limit Refreh database question - acrylian - 2014-11-19 The database refresh should not break anything. Zenphoto's albums management is file system based which is why you can upload via FTP. All changes are then matched with the database. If you remove albums via FTP Zenphoto will know that on request only. For example someone visits site or backend. The database refresh matches filesystem with the database directly. Read here how image discovery (and caching) works: Refreh database question - psaux - 2014-11-19 thank you! |