Code Monkey home page Code Monkey logo

Comments (4)

iasdeoupxe avatar iasdeoupxe commented on June 18, 2024

Seems the issue tracker for the updater is over there:

https://github.com/owncloud/updater/issues

This specific case looks more like a web server misconfiguration, the "Client error response" to "/owncloud/index.php/occ/config:list" from the screenshot (usually it's better to not use screenshots for error message so that other user can find them but also can copy them for further search) with a 404 status (Not Found) shows that the web server seems to not provide ownCloud on the "localhost" domain which looks like that is mandatory.

But the updater seems to be not the recommended update method anyway:

This is not the recommended upgrade procedure

-> https://doc.owncloud.com/server/10.13/admin_manual/maintenance/upgrading/upgrade.html

from core.

hannesa2 avatar hannesa2 commented on June 18, 2024

This specific case looks more like a web server misconfiguration, the "Client error response" to "/owncloud/index.php/occ/config:list" from the screenshot

Sure, how to solve this misconfiguration ?

usually it's better to not use screenshots for error message so that other user can find them but also can copy them for further search

Ok, I added the plaintext as well

from core.

hannesa2 avatar hannesa2 commented on June 18, 2024

How to solve this misconfiguration ?

my config.php looks like

<?php
$CONFIG = array (
  'updatechecker' => false,
  'instanceid' => 'ocr8mbf8x3zx',
  'passwordsalt' => 't2xxxxx',
  'secret' => 'xxxxxx',
  'trusted_domains' =>
  array (
    0 => 'www.mxxxxx.info',
  ),
  'datadirectory' => '/daten/owncloud/data',
  'overwrite.cli.url' => 'https://www.mxxxxxx.info/owncloud',
  'dbtype' => 'pgsql',
  'version' => '10.5.0.10',
  'dbname' => 'owncloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'owncloud',
  'dbpassword' => 'xxxxxx',
  'logtimezone' => 'UTC',
  'installed' => true,
  'mail_from_address' => 'ha',
  'mail_smtpmode' => 'php',
  'mail_domain' => 'google.com',
  'loglevel' => 2,
  'maintenance' => false,
  'theme' => '',
  'updater.secret' => '$2xxxxxxxxxxxx',
);

from core.

iasdeoupxe avatar iasdeoupxe commented on June 18, 2024

Now that there is owncloud/updater#729 the one here could be closed. :-)

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.