• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Unable to delete a Host/Network in File Server extension

Polsys

New Pleskian
When I attempt to delete an existing Network or host address from the section "Access" in the File Server Extension, a 500 error appears and the Network remains activated. The Repair Kit doesn't help in any way.

delete.pngerror.png
 
This is known issue PPPM-11383.

As a temporary fix for Plesk Obsidian, replace modules.fileserver.user.delete.php file:
  1. Connect to the server via SSH.
  2. Backup the modules.fileserver.user.delete.php file:
# cp /usr/local/psa/admin/plib/modules/fileserver/ui/modules.fileserver.user.delete.php /usr/local/psa/admin/plib/modules/fileserver/ui/modules.fileserver.user.delete.php.bk
  1. Download the hotfix file (attached):
# unzip modules.fileserver.user.delete.zip
  1. Replace the file with the fixed one:
# mv /root/modules.fileserver.user.delete.php /usr/local/psa/admin/plib/modules/fileserver/ui/modules.fileserver.user.delete.php
 

Attachments

  • modules.fileserver.user.delete.zip
    2.8 KB · Views: 2
Thanks @IgorG for your answer. This file doesn't fix the problem with deleting Networks (inside Access label) but for removing Users. I suppose it's a similar issue. Could you share a version for Networks?

Besides, I have made another test trying to delete a Share and this problem also appears.

Thanks!
 
I have updated mentioned bugreport with your case. Let's wait fix in one of the nearest Plesk updates.
 
Back
Top