• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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