-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: after upgrade NC to 23.0.2 app external storage support stops working #31510
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
did the ftp use another port than 21? |
My ftp uses the standard port 21. |
Can you try to modify the file:
by replacing the line 358:
with these 2 lines:
and see if it helps? |
@solracsf your suggestion worked great, thank you. Is there a way to keep it working after upgrading NC? Or could you merge the modification? |
just like @michu-pl , I use a custom port, in the "Host" field I used to put "ip":"customPort" and it used to worked when I was running on NextCloud version 22.XX , I upgraded to 24, via a couple of updates and now it errors on trying to the connection, but can't say which version was the breaking version
But if I change the "Host" port to "21" , it works fine and gets a connection, but it does not read the contents of the folder on the ftp server is it possible that a new PHP version does not like to use custom ports for FTP? at least on the nextcloud code I can see that they are using port variables any help on this would be great |
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Hi, do you know which ftp server software is used? |
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Context: #31510 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Hi, please update to 24.0.9 or better 25.0.3 and report back if it fixes the issue. Thank you! My goal is to add a label like e.g. 25-feedback to this ticket of an up-to-date major Nextcloud version where the bug could be reproduced. However this is not going to work without your help. So thanks for all your effort! If you don't manage to reproduce the issue in time and the issue gets closed but you can reproduce the issue afterwards, feel free to create a new bug report with up-to-date information by following this link: https://github.com/nextcloud/server/issues/new?assignees=&labels=bug%2C0.+Needs+triage&template=BUG_REPORT.yml&title=%5BBug%5D%3A+ |
I actually have been running into this same issue. I recently installed 25.0.3 and I am not able to connect with FTP. Error pasted below. I have also made sure that FTP service is turned on (trueNas Scale). I also have been able to verify that I can connect to the external storage through FileZilla. THis all works fine, just cant seem to get it working in NextCloud.
|
Prepackaged VM from hanssonit.se just installed and upgraded to 25.0.8. Going through initial configuration experiences this issue. I was finally trying to upgrade an old v11 instance that was having to use local insecure connections (on non-standard ports). This is throwing a couple of different errors that I was finally able to at least get connected. Found on another thread, I first added the port option to the php, so it could be entered on the settings page in the GUI: /var/www/nextcloud/apps/files_external/lib/Lib/Backend/FTP.php
to
Then for another error having to do with IUser and saving Session Credentials, I had to disable several Apps to get rid of that: Activity, Versions, and I removed several others cleaning things up for the initial install and trying to get it to at least work. |
Bug description
After upgrade to 23.0.2 app external storage support (FTP) stops working and no folders / files are shown in the files panel.
Problem disappears after deactivating the application.
Steps to reproduce
Expected behavior
Files and folders should be displayed.
Installation method
Manual installation
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.0
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: