The logout does not work. It does not appear to be cookies related because I tried a different browser and still had full access to the Admin tool box. Each time I click any of the Admin menus, it would prompt with me "Password reset request.
You may now set admin usernames and passwords."
Thumbnails are not generated, nor do any photos load.
From the systems check, only the following warnings:
PHP magic_quotes_gpc [is enabled]
PHP mbstring package Your internal characater set is ISO-8859-1
Strict Permissions [is not in effect]
MySQL version 4.0.27
If there's more info I can give, please tell me. Thanks in advance.
Well, I feel like an idiot. I've solved #1. Apparently when you first set the password, you'll have to type in your desired username into the "add new admin" field. I was expecting it to default to 'admin' and was further mislead by the "Saved" reply upon hitting [Save].
No onto #2. No thumbs or photos loaded. I uploaded 3 jpgs, all are 'dead'
If my zenphoto is running off of its own domain, i.e. http://gallery.domain.com is this what I should be setting my RewriteBase to:
RewriteBase /
Also, do I put the following lines in .htaccess between and or outside of it?
Lines:
php_value magic_quotes_gpc off
AddType x-mapp-php5 .php
Yes, I'm using 1&1.
So it appears I got everything to work. I have another question though. After everything is up and running, what do I do with the setup.php ? Can I just delete it? It seems to be accessible freely after the install. I'm not sure how to 'disable' it. Should I set the zp-core folder as a Password Protected Directory?
You can do whatever you want. It won't be used again normally. But of course, should you have a need to delete any tables for any reason, you would need setup to recreate them for you.
Setup will not run for unless you are logged in, so it should not be an issue to leave it around. If you play with protection of the folders you need to be sure the scripts will still run with that security in place.