Login problems on newly installed Gallery 2.3
notfol
Joined: 2009-12-31
Posts: 3 |
![]() |
I have newly installed Gallery 2.3 version on server. The main page is accessible alright. When I tried to login, I get an incorrect password message. Tried to upload the login.text file to the install directory to reset my password.. but nothing happens. What I am doing wrong? I tried to create a new username and password but still can't login, getting the same above message. |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Post a link to phpinfo: |
|
notfol
Joined: 2009-12-31
Posts: 3 |
![]() |
Yes, I have created phpinfo page and uploaded it onto the server in the directory of gallery3. I still can not login. LAT |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
notfol
Joined: 2009-12-31
Posts: 3 |
![]() |
here is link sir, http://www.lercheart.com |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Set session.save_path to /tmp or some other valid directory that the webserver can write to. You can do that by adding this line to an .htaccess file in your Gallery directory: php_value session.save_path /tmp If that doesn't work, I can't be of much more help at such a restrictive host. Quote:
disabled_functions = They're not going to let you get much of anything done |
|