Maintainanc mode

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
sachintholia
FormaLms User
Posts: 35
Joined: Fri May 31, 2013 10:29 am

Maintainanc mode

Post by sachintholia »

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
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Maintainanc mode

Post by max »

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
---------------------
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
User avatar
alberto
FormaLms Guru
Posts: 1135
Joined: Fri Mar 02, 2012 9:18 am
Contact:

Re: Maintainanc mode

Post by alberto »

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
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: Maintainanc mode

Post by canelli »

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:
UPDATE `core_setting` SET `param_value` = 'off' WHERE `core_setting`.`param_name` = 'maintenance';
You can check the maintainance default password in the database with this query:
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
---------------
Post Reply