Okay I worked my way through the installation of Zen Photo.... and learned a bit in the way. I can now access the admin panel at
http://www.webfuel.ca/cgypc/zen/admin.php - note that I renamed 1 directory. Now when I try and view my test gallery, I go back to the root URL:
http://www.webfuel.ca. I am sure there is a good reason why this is happening. Maybe because I renamed 1 directory?
Les :-)
Comments
If you can, set the directory name back to the original and see if it works.
If it still doesn't work, I would re-install ZP from scratch. Get it to work without changing anything at all and then go from there.
I appreciate the help & Advice - Les
In the long run, it will take you longer to dink around with it than it would just to re-install.
My .02
Les :-)
Dunno - Any ideas out there?
Les
You might try setting the WEB_PATH by putting a line like this in functions.php:
define('WEBPATH','/zenphoto');
There's already some code close to the top of the file that sets the WEB_PATH. Comment that code out and the insert the above line.
Also, make sure the mod_rewrite variable in config.php is set to false;
Again many thanks for your help and support.
Les
Did you define the web path as "/zenphoto" or did you define it as "/" or what?
The gallery really will work, but I'm at a complete loss on your problem.
Look at my galleries (http://galleries.dustbunny.com/rick/) and check the source code when the page displays.
I wish I could be more help, but I'm stumped on this one.
Ya - I am stumped also. The only thing I can think is that it is either the config.php or the functions.php files. Would you be willing to send me copies of yours (minus the password!)? That way I can compare things. I am not a PHP programmer. So I think I have messed something obvious. My e-mail is les@webfuel.ca.
Now I really want this thing to work!
Best!
Les
define('WEBPATH','http://www.yourwebsite.com/zenphoto');
this worked for me and I hope it helps.
ps I use godaddy and I set the mod rewrite to false in the config file.
I came accross this bug when I was browsing the bug reports and decided I'd give it another go. Instead this time I just named it "gallery" and omitted the word "zen" at all and didn't touch any of the scripts at all. Since then it's worked multiple times on my web server. I don't know if this works for everyone else but it worked for me under my myriad of subdomains.
When I browsed the forums, it seems those who have theme and stylesheet misdirects all have their folders named something like zenphoto or zen.
Let me know if this works before I post too much on all the other posts I see like this.
"Installed, but styles and links fail"
You're right, Joomlales, the bug is in the functions.php. After redefining your webpath, the gallery should be good.
For now, either define the webpath manually or don't name the zenphoto folder with "zen" in it.