![]() |
|
Big problem with making cached file names unclear - 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: Big problem with making cached file names unclear (/thread-11474.html) |
Big problem with making cached file names unclear - meegja - 2013-11-11 Decided to delete my whole site and start over because I had the problem that a lot of thumbs and images would not load. New install of ZenPhoto, uploaded en bunch of stuff and it all worked like a charm! No problems at all. PS Big problem with making cached file names unclear - meegja - 2013-11-11 Don't know if this has anything to do with it, but in de debug logs I did found a lot of these lines suddenly from around the time I did use the "Make cached file names unclear" feature. The XXX I did add myself, don't know if it can do harm to let the full address show. WARNING: array_merge() [function.array-merge]: Argument #1 is not an array in /XXX/XXX/domains/3dart4u.com/public_html/zp-core/functions-image.php on line 453 WARNING: Cannot modify header information - headers already sent by (output started at /XXX/XXX/domains/3dart4u.com/public_html/zp-core/functions-image.php:453) in /XXX/XXX/domains/3dart4u.com/public_html/zp-core/i.php on line 194 Big problem with making cached file names unclear - sbillard - 2013-11-11 That particular error means that the PHP function You can further debug this by using the cache manager to cache your images. Click on one that does not successfully cache and you may find some more information. At least you will know which images are at issue. Changing cache names only indirectly effects this. It simply forces the need to re-create the cached image which is failing due to that fault. |