Problem with resetting web.config
-
Hello,
I’ve found a little (but annoying) bug in your plugin. Currently if you’re running the installation process on a Windows IIS server the installer will break the entire site, because the generated web.config file is not a valid XML configuration file for IIS.
If you want to reset the contents of this file, and leave a note there for future reference, the following XML should be used in trunk/installer/build/classes/config/class.conf.srv.php:
<?xml version="1.0" encoding="UTF-8"?> <!-- Reset by Duplicator Installer. Original can be found in web.config.{$timeStamp}.orig --> <configuration> </configuration>This way you won’t break the site on installation.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Problem with resetting web.config’ is closed to new replies.