![]() |
|
Images not cached - 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: Images not cached (/thread-2096.html) |
Images not cached - Barbara - 2008-01-17 I upgraded to 1.1.3 (replaced the old script, run the upgrade) I upgraded to the latest nightly build but the problem remains. The cache is always empty. Images not cached - sbillard - 2008-01-17 Are the images showing up in your album? You can check the permissions on your cache folder. They should be 777 (everyone read, write, execute). Note: Ctrl-F5 has noting to do with the zenphoto cache. There is a link on the admin page (and one for individual albums) that refershes the zenphoto cache. Images not cached - Barbara - 2008-01-17 No, nothing in albums, nothing in subalbums, nothing in image.php. Images not cached - trisweb - 2008-01-17 Can we see your site? It's always easier to diagnose if we can see a live site. Thanks. Images not cached - Barbara - 2008-01-18 Sure. Link. Images not cached - sbillard - 2008-01-18 Have you tried turning the mod rewrite option off in admin/options/gallery configuration? Images not cached - Barbara - 2008-01-18 Bingo! Thanks a lot. Images not cached - sbillard - 2008-01-19 Something is wrong either in the .htaccess file of in your server's handling of mod_rewrite. Have you run setup.php on the new installation? It does some checks on the .htaccess file. Images not cached - Barbara - 2008-01-19 I run upgrade.php and setup.php as well. Images not cached - sbillard - 2008-01-19 The setup "error" is maybe ok. Setup is trying to check rites on the database. It is being confused by something. Does the database name in the second line match your album database name? If the name does not match, then it looks like zenphoto does not have full permissions on your albums database. Setup normally flaggs the line that matches the database with an * (at least with the nightly build, not sure when that was introduced.) Images not cached - Barbara - 2008-01-20 You mean this line? If it is that one, then I don't think so. Images not cached - sbillard - 2008-01-20 Yes, that line. Well, that slash is the problem. Setup is not matching up the db table in the report with the one that you are using for zenphoto. It isn't actually causing you any problems, apparently, so you can probably ignore it. Or you can ask your ISP why the name in the report has the slash. Images not cached - Barbara - 2008-01-20 Ok, turns out the slash wasn't the problem. I made a test database and run a fresh installation of zp, the slash was there but everything was ok. So I made a backup of everything, deleted the old database and the user, made new ones, upgraded to the last nightly build and re-uploaded everything. |