owncloud no encuentra servidor
#19
mientras tanto voy subiendo informacion
el archivo status dice
<?php
/**
 * @author Andreas Fischer <bantu@owncloud.com>
 * @author Christopher Schäpers <kondou@ts.unde.re>
 * @author Frank Karlitschek <frank@karlitschek.de>
 * @author Joas Schilling <nickvergessen@owncloud.com>
 * @author Jörn Friedrich Dreyer <jfd@butonic.de>
 * @author Lukas Reschke <lukas@statuscode.ch>
 * @author Masaki Kawabata Neto <masaki.kawabata@gmail.com>
 * @author Morris Jobke <hey@morrisjobke.de>
 *
 * @copyright Copyright © 2016, ownCloud, Inc.
 * @license AGPL-3.0
 *
 * This code is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License, version 3,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License, version 3,
 * along with this program.  If not, see <http://www.gnu.org/licenses/>
 *
 */

try {

    require_once 'lib/base.php';

    $systemConfig = \OC::$server->getSystemConfig();

    $installed = (bool) $systemConfig->getValue('installed', false);
    $maintenance = (bool) $systemConfig->getValue('maintenance', false);
    $values=array(
        'installed'=>$installed,
        'maintenance' => $maintenance,
        'version'=>implode('.', \OCP\Util::getVersion()),
        'versionstring'=>OC_Util::getVersionString(),
        'edition'=>OC_Util::getEditionString());
    if (OC::$CLI) {
        print_r($values);
    } else {
        header('Access-Control-Allow-Origin: *');
        header('Content-Type: application/json');
        echo json_encode($values);
    }

} catch (Exception $ex) {
    OC_Response:ConfusedetStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
    \OCP\Util::writeLog('remote', $ex->getMessage(), \OCP\Util::FATAL);
}


saludos
por cierto solo he copiado y pegado el texto lo del emoticon no es mio
  Responder


Mensajes en este tema
owncloud no encuentra servidor - por gonac58 - 29-12-2016, 06:16 PM
RE: owncloud no encuentra servidor - por Qnapero - 30-12-2016, 09:50 AM
RE: owncloud no encuentra servidor - por gonac58 - 30-12-2016, 10:07 AM
RE: owncloud no encuentra servidor - por DonPeter - 31-12-2016, 08:12 PM
RE: owncloud no encuentra servidor - por gonac58 - 31-12-2016, 09:12 PM
RE: owncloud no encuentra servidor - por DonPeter - 02-01-2017, 11:28 AM
RE: owncloud no encuentra servidor - por gonac58 - 02-01-2017, 07:46 PM
RE: owncloud no encuentra servidor - por DonPeter - 02-01-2017, 08:11 PM
RE: owncloud no encuentra servidor - por gonac58 - 19-01-2017, 01:24 PM
RE: owncloud no encuentra servidor - por DonPeter - 19-01-2017, 09:46 PM
RE: owncloud no encuentra servidor - por txipiron_ - 19-01-2017, 08:53 PM
RE: owncloud no encuentra servidor - por gonac58 - 20-01-2017, 09:06 PM
RE: owncloud no encuentra servidor - por gonac58 - 22-01-2017, 09:11 AM
RE: owncloud no encuentra servidor - por DonPeter - 23-01-2017, 11:21 PM
RE: owncloud no encuentra servidor - por DonPeter - 23-01-2017, 11:26 PM
RE: owncloud no encuentra servidor - por gonac58 - 24-01-2017, 11:17 AM
RE: owncloud no encuentra servidor - por gonac58 - 24-01-2017, 03:39 PM
RE: owncloud no encuentra servidor - por DonPeter - 25-01-2017, 01:43 AM
RE: owncloud no encuentra servidor - por gonac58 - 25-01-2017, 07:30 AM
RE: owncloud no encuentra servidor - por TS251A - 22-01-2017, 01:56 PM
RE: owncloud no encuentra servidor - por gonac58 - 22-01-2017, 02:11 PM
RE: owncloud no encuentra servidor - por gonac58 - 25-01-2017, 07:49 PM
RE: owncloud no encuentra servidor - por DonPeter - 25-01-2017, 08:30 PM
RE: owncloud no encuentra servidor - por gonac58 - 27-01-2017, 05:47 PM
RE: owncloud no encuentra servidor - por txipiron_ - 27-01-2017, 08:41 PM
RE: owncloud no encuentra servidor - por gonac58 - 29-01-2017, 11:13 AM
RE: owncloud no encuentra servidor - por KILERFER - 06-02-2018, 11:00 PM
RE: owncloud no encuentra servidor - por gonac58 - 07-02-2018, 06:11 AM



Usuarios navegando en este tema: 1 invitado(s)