Gallery remote hangs on login

batkiwi

Joined: 2003-01-12
Posts: 3
Posted: Sun, 2003-01-12 21:15

http://www.happychinchilla.com/gallerylog.txt
(i edited out password to "password")

The only thing I can think of is that I upgraded to php 4.3.0, but I'm using the same php.ini, and I used the same ./configure line.

Gallery remote used to work, but now just hangs on login, and does nothing after that last line.

http://www.happychinchilla.com/test.php has my phpinfo()

 
shiafu

Joined: 2003-01-17
Posts: 1
Posted: Fri, 2003-01-17 23:27

Same problem here. I just installed Gallery and PHP 4.3.0 so maybe it's an issue with that version of PHP. The site works fine, however Gallery Remote just hangs at login. If it's a PHP issue, does anyone have any suggestions for downgrading? I'm running SunOS 5.7 which I'm pretty familiar with, but I'm always wary of doing such things.

Gallery Remote log file:
http://student.skidmore.edu/shiafu/log.txt

 
nukestud
nukestud's picture

Joined: 2003-03-25
Posts: 114
Posted: Fri, 2003-04-04 12:15

Oof what a terrible program this GR 1.0 is. I have tried several times to get it to work but nothin. I am going back to .3, it doesn't have the features but atleast it works......

 
ajdotcom

Joined: 2003-04-03
Posts: 8
Posted: Fri, 2003-04-04 19:29

atleast yours lets you login.. my remote gallery wont let me login at all.. says invalid password :sad: shoulda never upgraded.. even tried removing it and installing the old one.. but somehow my computer winxp is saving information.. cant even remove the whole program.. says it does but yet magicly it is remebering my login and so forth information.. i am offering $ via paypal to help

Aj

 
nukestud
nukestud's picture

Joined: 2003-03-25
Posts: 114
Posted: Sat, 2003-04-05 21:26

ajdotcom, after you uninstalled via add remove, delete the "gallery remote" folder from program files. That should clear it so you can reinstall older version. Also I found the latest version of Java from sun didn't go to well with older versions of gallery so I had to reinstall the older 1.3.1.

Goodluck!

 
ajdotcom

Joined: 2003-04-03
Posts: 8
Posted: Sun, 2003-04-06 21:28

i have removed it and all files and same thing persists... i want to avoid re installing my actuall gallery on my server..

Aj

 
Gambit

Joined: 2003-04-23
Posts: 1
Posted: Wed, 2003-04-23 21:47

Mine locks up as soon as I enter the URL. It seems that everything is fine until the URL goes in and I click on login. Afterwards it can take from a minute to eternity for it to come back up. Windows doesn't show it to be "not Responding" but nevertheless it's frozen solid indefinetly. Where can I download this older version? All I care is for it to work - features mean nothing if I can't use the program at all.

 
jr1001

Joined: 2003-05-04
Posts: 13
Posted: Wed, 2003-05-07 12:14

try accessing your gallery outside your PHP portal and see if you can login directly - thats where the problem seems to be.

If I access it vie http://www.mysite.com/modules/gallery and try to login - no chance

When I pull it up from within Postnuke - it authenticates me as "Admin"

The password I set during setup does not work - period - if not using PN. That seems to be the root-cause for GR errors too.

 
jr1001

Joined: 2003-05-04
Posts: 13
Posted: Wed, 2003-05-07 14:30

OK - I think I solved the mystery - or maybe I didnt - but mine works now. Maybe a tech can review and substanciate one or both of my theories.

Here's what I did to fix it:
When I setup the Gallery, I used the same Admin password as I did for the Postnuke site. So thinking there was a conflict, I reset my .htaccess, config.php to chmod 777 and the setup dir to 755 and reran the setup utility. When I did - the pw was blank and I saw the note that said that the password resets itself each time setup is run. So I changed the password - to something else, finished the setup, reset my files to chmod 644 and 0 on the setup dir - and voila! it worked! I could log in on the http://www.mysite.com/modules/gallery page, as well as in 0.3 Gallery Remote, as well as GR 1.0.

What fixed it? Here are my theories:

1) It's true that the password in Gallery needs to be different than in the main PN page - or

2) When setting up the Galery the first time - before I could finish, I had to "backtrack" to the first setup page where the password is located. In doing so, the password I originally entered was probably removed, so that when I finished the setup, the Admin account had no valid "password" to lookup.

Anyway, those are my theories. Maybe someone with a little more technical expertise can validate or refute them. Thanks.

Hope this helps anyone with the same problem.