Hi,
I'm unable to login to setup.php theres no errors it just keeps giong back to setup.php login site.
I have set up the DB and a user name and pass in the zp-config.php (and retried with at new user/pass, still no go)
.htaccess also set up
RewriteBase /zenphoto
Is there more?
update!
Ok, on index.php i get this error
MySQL Query ( SELECT *, (date + 0) AS date FROM zenalbums WHERE folder='test' LIMIT 1; ) Failed. Error: Table 'GrithZen.zenalbums' doesn't exist
I oploaded one folder 'test' with one picture in it, they all have permissions 777
I have reinstaled zenphoto made the changes + one album named test with one photo in it. uploaded to the server.
setup.php didnt work
changed permissions on album and cache
setup.php didnt work
deleted test album
setup.php didn't work
I'm sure i have the right admin and pass tried several different.
why won't it work, it makes no sense!
I have the same problem. I cannot use the .httaccess file, co I set
$conf['mod_rewrite'] = false;
Set up the database connection, changed the attributes and ran zen/setup.php.
A login form showed up, so I entered the admin/1234 and got back to the login form. And again and again. When I enter something else, it says "There was an error logging in."
No tables created in the database, no other error.
The index.php shows empty gallery.
The server runs on Windows.
Can anybody help? I am desperately looking for a nice and simple gallery.
I'm having the same issue...
Attempt to login to setup.php but entering the correct user/password (as per $conf['adminuser'] and $conf['adminpass'] in zp-config.php) just takes me back to the login form again without displaying an error. Entering incorrect user/password gives me the error "There was an error logging in.
Check your username and password and try again."
I'm on a Windows machine with IIS and also have mod_rewrite off ($conf['mod_rewrite'] = false
I see that Somebum was able to login from another machine which I'll try, but shouldn't have to...
Has anyone resolved this without logging in from a different machine?
I have noted that sometimes this is specifically related to cookies. That may explain why somebum's worked from another pc. I have noted that if the browser cannot save the cookies properly, it will keep returning to the same username/password screen again. At least on my test installations it has done this.
I will definitely be taking a good look at this before releasing the next version, as I have seen the same problem in my own installations. It's usually a redirect problem -- try manually going to /zen/admin.php and see if you're logged in then. After that try /zen/setup.php again. It's definitely bad in 1.0.3 though, sorry about that.
@trisweb
Thanks. In the meantime, where might I download previous versions of zenphoto?
http://www.zenphoto.org/files has a directory listing, should be some old versions in there.
Try deleting your cookies first? Sorry for this..
@trisweb
thanks for the link. Based on the previous comments, I definitely deleted my cookies when retrying the login... but no luck. Going to /zen/setup.php didn't seem to work for me either. I've yet to try logging in from a different machine, but would rather not have to resort to that.
Sounds like you're aware of the 1.0.3 cookie issues - is there any timetable on a new version with a fix to this?
For now, I'll see if I can get 1.0.2b up and running. Thanks again!
Wow, great to hear... thanks for all your hard work =)
hmmm... got 1.0.5 and I'm still having the same issue with the login
...to add to my post above - I finally did try logging in on a different machine, and got the same result = correct login just displays the login form again without an error message; Incorrect login displays an error message.
I have zenphoto running fine on a LAMP server, so I'm guessing maybe Windows/IIS could have a role in this issue...
thanks... I look forward to a possible solution