PHP is configured and working.....FastCGI on x64 enterprise edition. PHPinfo shows MySQL/Mysqli extensions loaded.
MySQL is working - can manually create DB/User in DNP.
On installing the 2.3 App Pack I get error in DNP (app pack unpacks and is in the directory although the MySQL DB/user isnt created):
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: Error executing 'INSTALL_APPLICATION' task on 'WordPress' APP_INSTALLER ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> MySql.Data.MySqlClient.MySqlException: #22007Incorrect datetime value: '${InstallDate}' for column 'comment_date' at row 1
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()
I can browse to wp-admin/install.php and it says no DB - on browsing root directory page cannot be found (index.php is default doc in dnp website config)