Well I tried it tonight and got the following error; Server 2008 R2, SQL Server 2008, IIS 7.5 -
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'INSTALL_APPLICATION' task on 'Joomla! 1.5.15' APP_INSTALLER ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> MySql.Data.MySqlClient.MySqlException: BLOB/TEXT column 'description' can't have a default value
at MySql.Data.MySqlClient.MySqlStream.OpenPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(UInt64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.MySqlDataReader.GetResultSet()
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
at DotNetPanel.Providers.Database.MySqlServer.ExecuteNonQuery(String commandText, String connectionString)
at DotNetPanel.Providers.Database.MySqlServer.ExecuteSqlNonQuerySafe(String databaseName, String username, String password, String commandText)
at DotNetPanel.Server.DatabaseServer.ExecuteSqlNonQuerySafe(String databaseName, String username, String password, String commandText)
--- End of inner exception stack trace ---
at DotNetPanel.EnterpriseServer.WebApplicationsInstaller.RunScenario(String scenarioPath, InstallationInfo inst, Boolean throwExceptions)
at DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallWebApplication(InstallationInfo inst)
--- End of inner exception stack trace ---
at DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallWebApplication(InstallationInfo inst)
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[ parameters)
at DotNetPanel.EnterpriseServer.esApplicationsInstaller.InstallApplication(InstallationInfo inst)
at DotNetPanel.Portal.InstallerInstallApplication.InstallApplication()