Has anyone got this to work? I get the following error (DNP 2.4.2 PHP 5 MySQL 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.2' APP_INSTALLER --->
System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server was unable to
process request. ---> MySql.Data.MySqlClient.MySqlException:
#42000BLOB/TEXT column 'description' can't have a default value
at MySql.Data.MySqlClient.PacketReader.CheckForError()
at MySql.Data.MySqlClient.PacketReader.ReadHeader()
at MySql.Data.MySqlClient.PacketReader.OpenPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadResult(Int64& affectedRows, Int64& lastInsertId)
at MySql.Data.MySqlClient.CommandResult.ReadNextResult(Boolean isFirst)
at MySql.Data.MySqlClient.NativeDriver.SendQuery(Byte[ bytes, Int32 length, Boolean consume)
at MySql.Data.MySqlClient.MySqlCommand.GetNextResultSet(MySqlDataReader reader)
at MySql.Data.MySqlClient.MySqlCommand.Consume()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
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)
at DotNetPanel.EnterpriseServer.WebApplicationsInstaller.InstallApplication(InstallationInfo inst)
at DotNetPanel.EnterpriseServer.esApplicationsInstaller.InstallApplication(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()