• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Application Vault Error

V

vruiz

Guest
I install an APS on the aplication Vault (i'm using Plesk 8.6 on CentOS Server) and it seems to be unsupported because i get the error message:

Warning: Unable to register the package located in the directory "BV Commerce-5.0-4": ASP.NET packages are not supported. You should remove the package from the server because it will not function properly.

So now how can i remove this package? The aps is doesn't listed in the application vault so i try removing all files and folders of the package physically from the folder of Application Vault (/usr/local/psa/var/cgitory) but the error stills.

Any help please?
 
Hello,

I hope you solved the problem by now, if not:

- edit /usr/local/psa/var/cgitory/BV\ Commerce-5.0-4/APP-META.xml
and delete allmost all "aspnet" lines:

<aspnet:version>2.0</aspnet:version>

<aspnet:handler/>
<mapping url="web.config"><aspnet:permissions writable="true"/></mapping>
<mapping url="Files" path="htdocs/Files"><aspnet:permissions writable="true"/></mapping>
<mapping url="Images" path="htdocs/Images"><aspnet:permissions writable="true"/></mapping>

- as admin go to Application Vault, find BV Commerce, wait 5 minutes before remove BV Commerce (or the warning remain)

- if not worked you can wait, add again BV Commerce package and try again above steps or you can simply hide BV Commerce from clients after edited APP-META.xml
 
The way I had to do it was delete the APP-META.xml file completely and then remove the sub folders of BV Commerce-5.0-4. If you just remove the APP-META.xml file and then delete the VM Commerce-5.0-4 folder it will come back.
 
Back
Top