Problem with external storage

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version ( 27.1.1)
Operating system and version ( Linux 4.18.0-425.10.1.lve.el7h.x86_64 x86_64)
Apache or nginx version (Apache 8.2.4)
PHP version ( 8.2.4)

The issue you are facing:

I decided to change the location of ftp storage from FTP to / so that by default it was uploaded to it, but it was not changed in the location of the account

Is this the first time you’ve seen this error? (Y):

Steps to replicate it:

  1. create ftp storage
  2. change the path of the ftp storage folder

The output of your Nextcloud log in Admin > Logging:

no app in context Unable to get last modified date for ftp folder (), folder contents doesn't include current folder

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '*******',
  'passwordsalt' => '*******',
  'secret' => '*******',
  'trusted_domains' => 
  array (
    0 => '*******',
  ),
  'datadirectory' => '/var/www/s224444/data/www/*******/data',
  'dbtype' => 'mysql',
  'version' => '27.1.1.0',
  'overwrite.cli.url' => '*******',
  'dbname' => 'cloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '*******',
  'dbpassword' => '*******',
  'installed' => true,
  'app_install_overwrite' => 
  array (
    0 => 'customproperties',
    1 => 'sharepermissions',
    2 => 'workflow_media_converter',
    3 => 'flowupload',
    4 => 'transfer',
    5 => 'files_frommail',
    6 => 'ransomware_protection',
    7 => 'transmission',
    8 => 'printer',
    9 => 'gpxedit',
    10 => 'epubreader',
    11 => 'gpxmotion',
  ),
  'twofactor_enforced' => 'false',
  'twofactor_enforced_groups' => 
  array (
  ),
  'twofactor_enforced_excluded_groups' => 
  array (
  ),
  'maintenance' => false,
);

The output of your Apache/nginx/system log in /var/log/____:



Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.


Can you clarify what you’re experiencing and what you changed? I’m unclear.

Also please post the entire log entry (using Raw copy if you’re viewing it via the Web UI).

I wanted to make sure that it was uploaded not to the main server but via ftp to a separate server, I changed the location of the storage location for everyone so that it was not in the folder but in the root, but my personal storage did not change, but only changed for everyone and now there is supposedly no folder