hmorandell wrote:
I installed right now a fresh Cacti 1.0 on a test system (Ubuntu LTS).
After a few attempts everything went fine, I really appreciate the mysql suggestions you give during installation process, but once I get to the login mask i try to enter with admin/admin as username and password but I can not login.
In the cacti.log it results that the login went fine:
06/03/2016 05:32:04 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:35:19 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:38:31 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:38:34 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:38:39 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:38:40 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:38:41 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:38:42 PM - AUTH LOGIN: User 'admin' Authenticated
06/03/2016 05:38:43 PM - AUTH LOGIN: User 'admin' Authenticated
but nothing... I' always stuck at the login site.
Is it possible that this is a problem with the CSRF Code in include/global.php? I had problem with that already in the version 0.8.8, some plugins wouldn't work at all with this code loaded...
Yes, you need to change session name in config.php from "cacti1.0.0" to "cacti".