Login problems on newly installed Gallery 2.3

notfol

Joined: 2009-12-31
Posts: 3
Posted: Thu, 2009-12-31 11:37

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.
I hope there is some one to help me. Thanks in advance.

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2009-12-31 20:17

Post a link to phpinfo:
FAQ: How do I create a phpinfo page?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
notfol

Joined: 2009-12-31
Posts: 3
Posted: Mon, 2010-01-04 09:51

Yes, I have created phpinfo page and uploaded it onto the server in the directory of gallery3. I still can not login.

LAT

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Mon, 2010-01-04 14:43

And post a link to it so I can see that information.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
notfol

Joined: 2009-12-31
Posts: 3
Posted: Sat, 2010-01-09 03:00

here is link sir, http://www.lercheart.com

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Sat, 2010-01-09 04:30

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 =
system,passthru,exec,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,highlight_file,escapeshellcmd,
define_syslog_variables,posix_uname,posix_getpwuid,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,
posix_setuid,escapeshellarg,posix_uname,ftp_exec,ftp_connect,ftp_login,ftp_get,ftp_put,ftp_nb_fput,ftp_raw,ftp_rawlist,
ini_alter,ini_restore,inject_code,syslog,openlog,define_syslog_variables,apache_setenv,mysql_pconnect,

They're not going to let you get much of anything done
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here