• 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.

Resolved Error Creating Domains

Aokiji

New Pleskian
good day im getting this error when trying to create domains on my server

Error: ProtDir_IIS::update() failed: Add Protected Directory failed: Filename: \\?\C:\Inetpub\vhosts\clanzt.com\httpdocs\web.config Error: The configuration section 'system.webServer/pleskProtectedUrls' cannot be read because it is missing a section declaration In module Exception type: System.Runtime.InteropServices.COMException at Microsoft.Web.Administration.Interop.IAppHostAdminManager.GetAdminSection(String bstrSectionName, String bstrPath) at Microsoft.Web.Administration.Configuration.GetSectionInternal(ConfigurationSection section, String sectionPath, String locationPath) at ServerManagerFactory.getSectionInternal(String sectionPath, Type sectionType, String location) at ServerManagerFactory.getProtectedUrlsSection(String location) at ProtectedUrls.getUrls(ProtectedUrls* ) at ProtectedUrls.add(ProtectedUrls* , shared_ptr<IProtectedUrl>* , basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t> >* path) at addProtectedUrl(clanzt.com, /plesk-stat, Welcome to Domain statistics)(WebServerManager::addProtectedUrl line 576) at execute console command --add-protected-url(vconsoleapp::start line 93) at execute "C:\Program Files (x86)\Plesk\admin\bin64\websrvmng" --add-protected-url "--vhost-name=clanzt.com" "--path=/plesk-stat" "--realm=Welcome to Domain statistics"(vconsoleapp::run line 110) (Error code 1)
 
There are missing registries In applicationHost.config file due to incorrect plesk-urlprotection package installation.
Open the C:\Windows\System32\inetsrv\Config\applicationHost.config file and add the missing lines (in bold) into respective sections:

CONFIG_TEXT:
<system.webServer>
...
<globalModules>
...
<add name="PleskUrlProtectionModule" image="%windir%\System32\inetsrv\pleskurlprotection.dll" />
...
</globalModules>
...
</system.webServer>
...
<configuration>
<configSections>
...
<sectionGroup name="system.webServer">
...
<section name="pleskProtectedUrls" overrideModeDefault="Deny" />
...
</sectionGroup>
...
</configSections>
...
</configuration>

Then re-install microupdates - How to reinstall Plesk micro-updates (MU)
 
good day got the same error again ..

with the repatch i get this

WARNING: Command line option '--repatch' is deprecated and will be ignored.
 
Back
Top