I installed the kloudspeaker and done the configurations. The admin user is created successfully But when i try to login with the username and password, it keeps saying request failed and username or password were incorrect. Please advice what is wrong here.
i tried resetting the password - still same error
Tried with mollify version - still same error
my configuration.php
TRUE,
"debug_log" => "C:/Apache24/htdocs/mollify/debug.log", // CHANGE THIS
"enable_mail_notification" => TRUE,
"mail_notification_from" => "admin@plus.net",
"enable_change_password" => TRUE,
"enable_limited_http_methods" => TRUE,
"db" => array(
"type" => "mysql",
"user" => "********_8",
"password" => "**_***************_",
"host" => "**_*******", // optional
"port" => "3307", // optional
"database" => "kloudspeaker", // optional
"table_prefix" => "kloudspeaker_",// optional
"charset" => "utf8",// optional
// "engine" => "innodb" // optional, used only in installation
),
"plugins" => array(
"LostPassword" => array(),
),
);
?>
I installed the kloudspeaker and done the configurations. The admin user is created successfully But when i try to login with the username and password, it keeps saying request failed and username or password were incorrect. Please advice what is wrong here.
i tried resetting the password - still same error
Tried with mollify version - still same error
my configuration.php
TRUE, "debug_log" => "C:/Apache24/htdocs/mollify/debug.log", // CHANGE THIS "enable_mail_notification" => TRUE, "mail_notification_from" => "admin@plus.net", "enable_change_password" => TRUE, "enable_limited_http_methods" => TRUE, "db" => array( "type" => "mysql", "user" => "********_8", "password" => "**_***************_", "host" => "**_*******", // optional "port" => "3307", // optional "database" => "kloudspeaker", // optional "table_prefix" => "kloudspeaker_",// optional "charset" => "utf8",// optional // "engine" => "innodb" // optional, used only in installation ), "plugins" => array( "LostPassword" => array(), ), ); ?>