I enabled maintainance mode from general > advance option but now not able to login with /index.php?passwd=password
Is there any alternative way to disable maintainance mode
Maintainanc mode
Re: Maintainanc mode
Hi,
the syntax you quoted seems correct to me. Rather, are you sure that the password you used is "password"? By default, it is "maintenance".
So the url would normally be /index.php?passwd=maintenance
the syntax you quoted seems correct to me. Rather, are you sure that the password you used is "password"? By default, it is "maintenance".
So the url would normally be /index.php?passwd=maintenance
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
Re: Maintainanc mode
No, the default psw is "manutenzione", so the url may be:
http://www.yourplatform.com/index.php?p ... nutenzione
If you changed and forgot it you can turn the maintenance off from the db, in the table core_setting change the value for field "maintenace" to off
http://www.yourplatform.com/index.php?p ... nutenzione
If you changed and forgot it you can turn the maintenance off from the db, in the table core_setting change the value for field "maintenace" to off
Re: Maintainanc mode
To turn off "maintainance mode" out of FormaLms configuration panel , you must change the setting in the db.
With a db administration tool as phpmyadmin, you must apply this sql statement:
With a db administration tool as phpmyadmin, you must apply this sql statement:
You can check the maintainance default password in the database with this query:UPDATE `core_setting` SET `param_value` = 'off' WHERE `core_setting`.`param_name` = 'maintenance';
SELECT *FROM `core_setting` WHERE `param_name` LIKE 'maintenance%'
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology
http://www.joint-tech.com
---------------