[SOLVED] Impossible to connect in admin/admin
Moderators: Developers, Moderators
[SOLVED] Impossible to connect in admin/admin
Hello,
I can't connect to cacti with the login/pass : admin/admin
It always reload the login page without error message.
My configuration : IIS6, PHP5.2.4, MySQL5.0.45
I made some trying but it does'nt work :
In php.ini :
register_arg_argv = on
register_globals = on
session.use_cookies=1
session.save_path=/tmp
session.cookie_path=/
I try these command lines in mysql :
update user_auth set password = md5('admin') where username = 'admin';
update settings set value="" where name="global_auth";
Nothing of that does'nt solve the problem.
Thanks for helping me.
Regards
I can't connect to cacti with the login/pass : admin/admin
It always reload the login page without error message.
My configuration : IIS6, PHP5.2.4, MySQL5.0.45
I made some trying but it does'nt work :
In php.ini :
register_arg_argv = on
register_globals = on
session.use_cookies=1
session.save_path=/tmp
session.cookie_path=/
I try these command lines in mysql :
update user_auth set password = md5('admin') where username = 'admin';
update settings set value="" where name="global_auth";
Nothing of that does'nt solve the problem.
Thanks for helping me.
Regards
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Typically this is a problem with sessions not working in PHP.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
I suggest you read my installation guide http://forums.cacti.net/viewtopic.php?t=11747
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
I doubt different versions will change anything -- you have a configuration issue.
Do you see files in the c:/php/tmp or c:/php/session folders?
Fire up Sysinternals FileMon and watch what happens when you attempt to login. Turn highlighting on in filemon's filter settings and set to 'denied'. You'll probably see your problem then.
Do you see files in the c:/php/tmp or c:/php/session folders?
Fire up Sysinternals FileMon and watch what happens when you attempt to login. Turn highlighting on in filemon's filter settings and set to 'denied'. You'll probably see your problem then.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
What cacti version?
Since this is a fresh install, might want to try my beta installer to get things rolling instead.
Since this is a fresh install, might want to try my beta installer to get things rolling instead.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
I have installed the cacti 0.8.7
I resolved my 403 error and I have the same problem with Apache and IIS.
I can't connect to the admin account it always reload the login page......I have this error in my Apache log file :
Mon Nov 12 17:18:46 2007] [error] [client 127.0.0.1] PHP Notice: A session had already been started - ignoring session_start() in C:\\cacti\\include\\global.php on line 119, referer: http://localhost:81/index.php
I resolved my 403 error and I have the same problem with Apache and IIS.
I can't connect to the admin account it always reload the login page......I have this error in my Apache log file :
Mon Nov 12 17:18:46 2007] [error] [client 127.0.0.1] PHP Notice: A session had already been started - ignoring session_start() in C:\\cacti\\include\\global.php on line 119, referer: http://localhost:81/index.php
I'm still sticking by its a permission issue -- or bug with cacti 0.8.7. double check the IUSR_ and IIS_WPG accounts have modify rights to the tmp and session folders.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Thanks for your help BSOD
my last modifications :
I remplace cacti 0.8.7 version by cacti 0.8.6.j version, I drop my cacti database and recreate it.
I apply "total control" rights to IIS_WPG and the IUSR_ and all users to the PHP, the MySQL, the Net-SNMP, the inetpub folders and apply these rights to the childs.
I have the same problem, so I think that's not a right problem....
My versions :
IIS 6
Cacti 0.8.6j
RRDTool 1.25.15
PHP 5.2.4
MySQL 5.0.45
Net-SNMP 5.4.13
Cygwin 1.5
my last modifications :
I remplace cacti 0.8.7 version by cacti 0.8.6.j version, I drop my cacti database and recreate it.
I apply "total control" rights to IIS_WPG and the IUSR_ and all users to the PHP, the MySQL, the Net-SNMP, the inetpub folders and apply these rights to the childs.
I have the same problem, so I think that's not a right problem....
My versions :
IIS 6
Cacti 0.8.6j
RRDTool 1.25.15
PHP 5.2.4
MySQL 5.0.45
Net-SNMP 5.4.13
Cygwin 1.5
Ubuntu 7 | Apache2.2 | Cacti 0.8.6j | RRDTool 1.25.15 | PHP 5.2.4 | MySQL 5.0.45 | Net-SNMP 5.4.13 | Cygwin 1.5 | Spine
Run: php -m at the command prompt and paste the output.
Please start Sysinternals Filemon logging and then attempt to login to cacti. Save the Filemon log file and attach.
Please start Sysinternals Filemon logging and then attempt to login to cacti. Save the Filemon log file and attach.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Who is online
Users browsing this forum: No registered users and 0 guests