SolidCP: 1.0.3
We are getting errors during a web application install.
For example WordPress complains about DB User policy but the policy is correct.
Error code:
– ApplicationInstallationError
– Failure: You cannot use the specified value for parameter ‘Database User Name’. The value must match the regular expression ‘^w{1,16}$’.
Our MySQL Policy looks like this
Hello,
I wonder if it's the - value.
It doesn't appear to be part of default allowed and it's not specified.
can you try and change - into _ ?
Regards,
Marco
Yep, that has got further, now I have this error
- ApplicationInstallationError
- Failure: The database 'doesnotee_wordpress' could not be created. Unable to connect to any of the specified MySQL hosts.
And this as well on trying again
- ApplicationInstallationError
- PackageInstallationError:Object reference not set to an instance of an object.; at SolidCP.Server.Code.WpiHelper.InstallApplication(String appId, List`1 updatedValues, String languageId, EventHandler`1 installStatusUpdatedHandler, EventHandler`1 installCompleteHandler, String& log, String& failedMessage) at SolidCP.Providers.Web.WPIWebApplicationGallery.WPIApplicationGallery.InstallApplication(Int32 UserId, String webAppId, List`1 updatedParameters, String languageId, StringResultObject& result) at SolidCP.Providers.Web.IIs60.InstallGalleryApplication(Int32 UserId, String webAppId, List`1 updatedValues, String languageId)
Did you setup localhost and external host in the mysql service settings with the ado .net connector and root user/pass (or equal elivated user) ?