Search…

X3 Photo Gallery Support Forums

Search…
 
smcveigh
Topic Author
Posts: 2
Joined: 13 Sep 2007, 19:13

Cannot login, even as 'guest'

13 Sep 2007, 19:25

Hi,

I've just installed the Developer Edition of ImageVue on my dev server to try it out and I can't login to the admin section at all. Even using the "guest" password it doesn't work. Just says "incorrect password"

Here is my site:

http://www.simonandmaira.com/gallery/admin/

Here is my passwords.php
Code
<?php

// Instructions on setting passwords here: www.photo.gallery/support/passwords/
// To enable your admin password, remove the double slash in the second line below and change the password.

$data['guest'] = 'guest';
$data['password'] = '*'; 

?>
Is this a restriction of the Developer Edition or something like that? The only other thing I can think of is that the variable is being posted to the flash file properly, or is being messed up on input somehow.

Any help would be greatly appreciated! :-)
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

14 Sep 2007, 03:35

Hmm something strange, never seen anything like it. Can you please PM me your ftp l/p for closer investigation?
firedev.com
 
tsuiter
Posts: 2
Joined: 14 Sep 2007, 04:32

Re: Cannot login, even as 'guest'

14 Sep 2007, 04:39

smcveigh wrote:Hi,

I've just installed the Developer Edition of ImageVue on my dev server to try it out and I can't login to the admin section at all. Even using the "guest" password it doesn't work. Just says "incorrect password"

Here is my site:

http://www.simonandmaira.com/gallery/admin/

Here is my passwords.php
Code
<php>
Is this a restriction of the Developer Edition or something like that? The only other thing I can think of is that the variable is being posted to the flash file properly, or is being messed up on input somehow.

Any help would be greatly appreciated! :-)
I have the same problem

I get a flashy at the bottom of the login page saying 'incorrect password, try again'.

This is fresh install.

Turning on viewable passwords in the adminconfig.ini shows me using the correct pw, as well as guest, but neither work. Frustrating to say the least. So far I like the app, but there does not seem to be a 'troubleshooting' section to what docs there are. I'll look around more


*(btw, setting permissions to 777 on a web server is a horrible idea)*
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

14 Sep 2007, 04:49

Well you can set them to 775 or 666 or not set at all, just make sure php can write to folders and create thumbnails.

So, can anyone give me their ftp logins to check please? I feel its somehow related to latest changes in code although not sure how to reproduce that bug locally.
firedev.com
 
tsuiter
Posts: 2
Joined: 14 Sep 2007, 04:32

14 Sep 2007, 04:57

pain wrote:Well you can set them to 775 or 666 or not set at all, just make sure php can write to folders and create thumbnails.

So, can anyone give me their ftp logins to check please? I feel its somehow related to latest changes in code although not sure how to reproduce that bug locally.
I don't use ftp, but ssh.

I will pm you a pw to test with
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

14 Sep 2007, 05:31

Sorry was my bad.
Re-download imagevue or just this file:

https://www.photo.gallery/downloads/imagevue ... ckpass.php

and replace in your installations
firedev.com
 
smcveigh
Topic Author
Posts: 2
Joined: 13 Sep 2007, 19:13

Excellent! Thanks for the quick reply...

14 Sep 2007, 06:14

Excellent! Thanks for the quick reply... fix worked fine :-)