Wartungsmodus (Maintenance mode)

elochso

Joined: 2007-02-06
Posts: 10
Posted: Thu, 2009-03-12 00:53

Was mus ich ändern um aus den Wartungsmodus rauszukommen???

/*
* Maintenance mode. You can disable access to the site for anyone but
* site administrators by setting this flag. Set value below to:
* true (without quotes) - to use a basic notification page; themed
* view with admin login link when codebase is up to date, but a
* plain unstyled page when codebase has been updated but upgrader
* has not yet been run.
* url (with quotes) - provide a url where requests are redirected in
* either case described above. Example: '/maintenance.html'
* false (without quotes) - maintenance mode off
*/
$gallery->setConfig('mode.maintenance', false);

/*
* Embedded mode. You can disable direct access to main.php (standalone G2)
* by setting this flag. Set value below to:
* true (without quotes) - block direct requests
* url (with quotes) - redirect requests to this url
* false (without quotes) - allow direct requests

 
oceco

Joined: 2007-10-22
Posts: 666
Posted: Sun, 2009-03-29 13:25

Unter Site-Admin -> Wartungsaufgaben -> Haken entfernen bei "Schränken Sie den Zugang zur Gallery ein während Wartungsaufgaben ausgeführt werden können. "

Darauf achten, dass in config.php der Wert $gallery->setConfig('mode.maintenance', false); (ust Standard) gesetzt ist.

___________________________________________________
Top Secret: Tipps, Tricks und mehr
The Most Secret Gallery2 Treasure: Quick Start Guide