Fresh Install, 2 issues

1. 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."

2. 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.

Comments

  • HoRRo Member
    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'
  • HoRRo Member
    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 <IfModule mod_rewrite.c> and </IfModule> or outside of it?

    Lines:
    php_value magic_quotes_gpc off
    AddType x-mapp-php5 .php

    Yes, I'm using 1&1.
  • #2 is often a memory limit issue on the server. Anyway, check the troubleshooting guide for all the possible causes.

    #3 If zenphoto is installed in the root of the domain then the RewriteBase is /. Setup will always choose the correct value. You should let it. If you must edit it your self, there is already a line in the .htaccess file, just change it.

    #4 it won't matter if you have the mod_rewrite module. But outside is probably best.
  • HoRRo Member
    Thanks for the quick reply, I'll give it a try.
  • HoRRo Member
    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.
  • HoRRo Member
    Great stuff, thanks for all the help!
Sign In or Register to comment.