vikash002 / rock-php

Automatically exported from code.google.com/p/rock-php
0 stars 0 forks source link

can't login #143

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use the correct username and password not show login error just return back 
the login page.
2.use the bad username or password just a login error show.

What is the expected output? What do you see instead?

RockMongo Version (1.0.1, ...)

1.1.0

Operation System (Windows/CentOS, ...)

Gentoo

PHP Version (5.1.6, ...)

PHP 5.3.6-pl0-gentoo (cli) (built: Jun  2 2011 03:26:35) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies

php_mongo Version (1.0.1, ...)

dev-php5/pecl-mongo 1.1.4

MongoDB version (1.5.5, ...)

1.8.0

Please provide any additional information below.

Original issue reported on code.google.com by Rory...@gmail.com on 2 Jun 2011 at 5:13

GoogleCodeExporter commented 9 years ago
Please check your session configuration in php.ini:

session.save_path = xxx

If xxx is not writeable,  you should specify a new one.

Original comment by iwind....@gmail.com on 3 Jun 2011 at 8:48

GoogleCodeExporter commented 9 years ago
the session configuration is 

session.save_path = "/tmp"

the user nginx can write files.

Original comment by Rory...@gmail.com on 9 Jun 2011 at 2:45

GoogleCodeExporter commented 9 years ago
I think it's not the rockmongo's bug but my php config.

so please close this bug. sorry.

Original comment by Rory...@gmail.com on 9 Jun 2011 at 3:31

GoogleCodeExporter commented 9 years ago
I got the same problem.
I have changed the session folder & files into writable.
and set it in the php.ini.
but not work at all...

Original comment by laiqi...@gmail.com on 18 Jul 2011 at 11:57