Beiträge von HydrexHD

    Hi OMV Community,


    i have upgrade from PhP7.0 to PhP7.1. When i will acces the OMV Web Controll pannel i can't acces it. i have run omv-engined -d -f


    It comes an Error:


    root@nas:~# omv-engined -d -f
    PHP Fatal error: Uncaught Error: Call to undefined function posix_access() in /usr/share/php/openmediavault/globals.inc:129
    Stack trace:
    #0 /usr/share/php/openmediavault/environment.inc(24): require_once()
    #1 /usr/share/php/openmediavault/autoloader.inc(30): include_once('/usr/share/php/...')
    #2 [internal function]: {closure}('OMV\\Environment')
    #3 /usr/sbin/omv-engined(356): spl_autoload_call('OMV\\Environment')
    #4 {main}
    thrown in /usr/share/php/openmediavault/globals.inc on line 129
    omv-engined[2304]: PHP Fatal error: Uncaught Error: Call to undefined function posix_access() in /usr/share/php/openmediavault/globals.inc:129
    Stack trace:
    #0 /usr/share/php/openmediavault/environment.inc(24): require_once()
    #1 /usr/share/php/openmediavault/autoloader.inc(30): include_once('/usr/share/php/...')
    #2 [internal function]: {closure}('OMV\\Environment')
    #3 /usr/sbin/omv-engined(356): spl_autoload_call('OMV\\Environment')
    #4 {main}
    thrown in /usr/share/php/openmediavault/globals.inc on line 129
    PHP Fatal error: Uncaught Error: Call to undefined function posix_access() in /usr/share/php/openmediavault/globals.inc:129
    Stack trace:
    #0 /usr/share/php/openmediavault/environment.inc(24): require_once()
    #1 /usr/share/php/openmediavault/autoloader.inc(30): include_once('/usr/share/php/...')
    #2 [internal function]: {closure}('OMV\\Environment')
    #3 /usr/sbin/omv-engined(356): spl_autoload_call('OMV\\Environment')
    #4 {main}
    thrown in /usr/share/php/openmediavault/globals.inc on line 129


    thank you in advance.


    i have backup the PhP7.0 files


    HydrexHD

    Hallo Openmediavault Community,


    Ich habe Nextcloud auf einem Vhost auf meinem NAS Server mit OMV 4 installiert. Momentan läuft die Website auf dem Nginx Vhost auf Port 81 und dem SSL Port 444 und das Openmediavault Webinterface auf port 80 und dem SSL Port 443. Wie kann ich die Website so umstellen, dass ich sie wie folgt aufrufen kann und das sie mit auf port 80 und 443 läuft:


    https://<meine-domain>/nextcloud


    Danke im voraus und Frohe Weihnachten.

    Somewhere in your NextCloud Nginx is incorrect.
    Perhaps delete entire NC folder, and start a fresh installation.
    Re-read the tutorial.


    Everybody NAS' setup is different, so you have to do a little research on your own.

    i have start a fresh installation but it doesn't works :( it's the same error before new installation: This page does not work 192.168.178.36 has redirected you too many times.


    i send you my Config.php:


    <?php
    $CONFIG = array (
    'instanceid' => 'ock9mc2afquu',
    'passwordsalt' => 'Afnxih4sUaqRXyWae+WkNCvQ5h9NPZ',
    'secret' => 'joyU2bOBxHgJrn0at6IGyWCXPeEGxTAW6N5JwU+vTFf2Ktvb',
    'trusted_domains' =>
    array (
    0 => 'localhost',
    1 => '192.168.178.36:90',
    2 => 'mynasserver.ddns.net:90',
    ),
    'datadirectory' => '.',
    'overwrite.cli.url' => 'https://192.168.178.36:90',
    'dbtype' => 'mysql',
    'version' => '12.0.3.3',
    'dbname' => 'nextcloud',
    'dbhost' => 'localhost',
    'dbport' => '',
    'dbtableprefix' => 'oc_',
    'dbuser' => 'oc_admin',
    'dbpassword' => 'dbpassword',
    'installed' => true,
    'memcache.local' => '\OC\Memcache\APCu',
    'memcache.locking' => '\OC\Memcache\Redis',
    'redis' => array(
    'host' => 'localhost',
    'port' => 6379,
    ),
    );

    Hi i have followed the steps from the tutorial. When i open the page of the nginx Webserver it comes an Error: 502 (Bad Gateway). How i can fix it?


    ----------------------------------------------------------------------------------------------------------------------------------------------------------------
    Hallo ich habe die Schritte aus dem Tutorial befolgt. Jedoch, wenn ich die Seite aufrufe kommt ein 502 Error Code (Bad Gateway).
    Wie kann ich das Problem beheben?


    Danke im Voraus :)