• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk - IIS vhost path + File manager issue

D

DeepakKhandare

Guest
Hello,

Recently I used PP Reconfigurator and change vhost path from c:\Inetpub\vhosts TO D:\Domains
After that Filemnager in plesk is not working and giving following error -

----------------------
FileList::init() failed: Invalid file name.
---------------------- Debug Info -------------------------------
0: FileManagerUIPointer.php:182
FileManagerUIPointer->accessItem(string 'GET', NULL null)
1: client.domain.hosting.file-manager.php:87
plesk__client__domain__hosting__file_manager->accessItem(string 'GET', NULL null)
2: UIPointer.php:600
UIPointer->access(string 'GET')
3: plesk.php:50

-------------------------------------------------

Also after creating new account /subscription the vhost path still using old one and not new one D:\Domains in IIS

How to resolve these 2 issues?
 
Check that the following values:

FTP_ROOT_D,
HTTPD_VHOSTS_D,
WWW_ROOT_D

were changed in Registry in \PSA Config\Config\ key. Also check 'home' field in sys_users table of psa database. For example:

mysql> select * from sys_users where login = '747ftp';
+----+---------------+--------+------------+-------------------------------+----------------+-------+
| id | serviceNodeId | login | account_id | home | shell | quota |
+----+---------------+--------+------------+-------------------------------+----------------+-------+
| 15 | 1 | 747ftp | 22 | E:/inetpub/vhosts//747ftp.com | Login Disabled | 0 |
+----+---------------+--------+------------+-------------------------------+----------------+-------+
1 row in set (0.00 sec)
 
Hello,

Thank you for your quick reply to this post.
I did check the registry setting as per your reply but path has been changed there with new location D:\Domains

Also I did try to execute mysql query but I didn't find PSA database in mysql.

How we can resolve this issue?
 
Hello,

My IIS VHOST issues has been resolved but Filemanager issue is still pending .

In plesk ,for some domain Filemanager work fine but for some domain getting following error -

------------------
FileList::init() failed: Invalid file name.
---------------------- Debug Info -------------------------------
0: FileManagerUIPointer.php:182
FileManagerUIPointer->accessItem(string 'GET', NULL null)
1: client.domain.hosting.file-manager.php:87
plesk__client__domain__hosting__file_manager->accessItem(string 'GET', NULL null)
2: UIPointer.php:600
UIPointer->access(string 'GET')
3: plesk.php:50

--------------------------------------------------

Please help me to resolve this issue.
 
Back
Top