![]() |
|
Problems with Zen and Xampp under Windows - 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: Problems with Zen and Xampp under Windows (/thread-2946.html) |
Problems with Zen and Xampp under Windows - uk81 - 2008-05-23 Hi. I have XAMPP installed under Windows XP to develop my websites and for testing. But now I have add some images and I can´t see them. The gallery is public without password, I have recreate the cache for the pictures, but I can´t see them anyway if logged in or not. When I look into the cache folder, there are no thumbnail pictures available. It must be a problem with the thumbnail creation but I don´t know which one. It´s windows, apache has permission to the cache-folder. Has someone any suggestions for me? Problems with Zen and Xampp under Windows - sbillard - 2008-05-23 The most common cause of a failure to generate thumbnails is having the main image too large for the memory allocated to PHP. You should also check the servers CGI error log to see if anything there will provided a clue. Problems with Zen and Xampp under Windows - uk81 - 2008-05-23 hmm ... I tested now and it does not work also with a 144kb File and 7kb File! But I also found nothing in the apaches error log. That´s all ... Problems with Zen and Xampp under Windows - sbillard - 2008-05-23 This could be a problem with mod_rewrite not working. Try reseting it on the admin gallery options tab. Problems with Zen and Xampp under Windows - uk81 - 2008-05-23 ahhhh ... Very good. [edit] Problems with Zen and Xampp under Windows - sbillard - 2008-05-23 mod_rewrite is just on or off. You will have to find out why the rewrite engine is not working on your server. Perhaps it is not enabled or the server is not appache? See also: http://www.zenphoto.org/2007/12/troubleshooting-zenphoto/#5 Problems with Zen and Xampp under Windows - uk81 - 2008-05-24 Hej, thanks for the fast and appropriate help. I really thought the other things (other gallery and the lightweight php framework codeigniter) uses also mod_rewrite, but they don´t. Thanks for your link. Thanks! Problems with Zen and Xampp under Windows - sbillard - 2008-05-24 We will add the note to the trouble shooting page. |