Hello All - new to Zen Photo and having some road blocks:
(1) I was able to upload images using FTP by creating a new folder in albums folder. The image file name appears in the Admin page but I can't navigate to the actual album. No thumbnail present either. Typing in the URL of the image in the folder works though.
(2) Is this an .htaccess issue? If so, where do I find this file and/or delete it?
(3) Is this a chmod issue? If so, how I do I change this?
Thanks for ANY help.
A
Comments
Looking for guidance, A
It would be very useful to have the URL of your installation. Usually us experts can look at it and determine the problem just from that.
The .htaccess file is located in the zenphoto root directory. If it's not there, try turning the `mod_rewrite` option to `false` in the `zp-config.php` file.
Now I have a few minor questions:
1. If you navigate to http://mcatpearls.com/zen/index.php?album=test&image=neuro_sys_Page_04.jpg you will see the image. I changed the $conf['image_size'] = 1000 to improve the resolution of the text containing-image. Is there a way to center the image better?
2. In re. to the permissions of the cache and album folders, can I make the read/write/execute just for the owner and reduce the access to group users to read only? Will they still be able to leave comments if I do that?
3. Just for my education, what is the mod-rewrite command for? Why does it need to be turned off?
Very appreciative, A
Changing the size of the center, body div:
To increase the body width to accomodate large pictures so there is no overhang, I went to the CSS for the theme I used. Then, I naviagted to the appropriate DIV declaration and changed the width from the default 600 to 1000 pixels:
#main {
text-align: left;
margin: 20px auto;
width: 1000px;
Mod rewrite is optional for zenphoto, but it does make nice, pretty URLs in the brower, so instead of http://www.thinkdreams.com/zenphoto/index.php?album=whatever&image=whatever it is changed to http://www.thinkdreams.com/zenphoto/whatever/whatever
Does that help? I would be running it on my site, but the current version with the subalbums theme doesn't work well with mod_rewrite yet.
The lines below in the htaccess file included with zenphoto are for the pretty URL rewriting. I don't profess to be an expert on the rewriting of URLs, so Tristan is the best bet for any technical questions relating to custom rewriting.