![]() |
|
path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - 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: path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin (/thread-3283.html) |
path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - firsttimezenphoto - 2008-07-15 Hello,
Thanks a lot! path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - Connie - 2008-07-15 there is a mistake in your configuration and the reason sits in your .htaccess-file: if you use mod_rewrite, you should take care of this entry in .htaccess: ` RewriteEngine On` ` #### !!! Change this to the web path (eg: http://www.yourwebsite.com/photos --> /photos) !!! RewriteBase /zenphoto` check if there is something wrong here if your images are not shown, did you upload them via FTP or via the script? path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - firsttimezenphoto - 2008-07-16 Thanks for your reply! I haven't uploaded any photos yet. This is exactly what's in my .htaccess file: RewriteEngine On !!! Change this to the web path (eg: http://www.yourwebsite.com/photos --> /photos) !!!RewriteBase /zenphoto I have no idea about rewrite modules. Could you give me some clue? Thanks a lot! path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - sbillard - 2008-07-16 Your best bet it to upload the .htaccess file that comes with zenphoto and run setup.php so that it will properly modify it. path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - firsttimezenphoto - 2008-07-16 That's what I have done. But the problem stays. Thanks! path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - ccmcgeek - 2008-07-29 Hi firsttimezenphoto- First of all: even though your other post says you're using Gallery 2, I'd try this out and switch back to ZenPhoto. It's so much friendlier to use! I encountered your same problem when I set zenphoto up on my Dreamhost server recently. I had .htaccess uploaded, ran setup.php (everything checked out "green" there), was using mod_rewrite, had the RewriteBase set correctly, and still encountered your symptoms. Basically, I was in your same exact position: ZenPhoto just kept sending me to /zp-core instead of /photos/zp-core. The solution for me: Edit your zp-core/zp-config.php file. Down at the very bottom are two commented out lines that are marked for "ONLY IF YOU'RE HAVING PROBLEMS". Well, I was I uncommented the first line and set it for my path, and all now works well: // Uncomment the following two lines ONLY IF YOU'RE HAVING PROBLEMS, define('WEBPATH', '/photos'); I hope that helps! path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - Kwest1216 - 2008-08-05 I do not have an .htaccess file in my Zen Photo download. What am I missing? path rolls back to /zp-core from /zenphoto/zp-core after clicking save in admin - acrylian - 2008-08-05 The file is invisible on Macs for example since it begins with a point. If you are using a mac here are several tools to make invisible files visible: http://www.macupdate.com/search.php?keywords=invisbile+files&starget=google |