There's a file config.php in /owncloud/config/ which should look like
something:

<?php
$CONFIG = array (
  'instanceid' => 'XXX',
  'passwordsalt' => 'XXXX',
  'datadirectory' => '/media/hdd/owncloud/data',
  'dbtype' => 'mysql',
  'version' => '5.0.6',
  'installed' => true,
  'loglevel' => '2',
  'dbname' => 'XXXXXXX',
  'dbhost' => 'XXXXXX',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'XXXXXX',
  'dbpassword' => 'XXXXX',
  'maintenance' => false,
);

In your case maintenance would be set to 'true'. Just set this to 'false'
vai ssh or ftp.

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag
von Chris Green
Gesendet: Sonntag, 21. April 2013 15:01
An: [email protected]
Betreff: [Owncloud] My owncloud seems to be stuck in maintenance mode

I'm running Owncloud on my xubuntu 12.10 system, after the last update via
the automatic updates it seems to have got stuck in maintenance mode.  It's
updated to version 5.0.5.

When I try and open it with Firefox I just get:-

    ownCloud is in maintenance mode

How do I get it out of maintenance mode?


--
Chris Green
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to