installed mysql on the standalone server, Mysql5.5 (installed the SQL connector)
on SOLIDCP > servers > Mysql > entered the password for mysql.
Error SOLIDCP error
Opening locally i get
As per the error, im guessing SQL the server is now trying to run Mysql as the default database?
Any thoughts on how to either disable mysql while i investigate or resolve the issue through configs?
Cheers
Dean
Happy to wait in that case, im pretty sure its just a SQL application lookup (WebURL)
Ill send an update if i solve things in this version.
Cheers
Dean
Ah i think i also misread your solution.
Actually the solution for an asp.net site is to remove the SQL driver in it's web.config:
https://solidcp.com/kb/update/manual-update/
scroll down to the "Updating the SolidCP Portal" and at the bottom you will see 1 minor provider change in the portal web.config
This will make sure the Portal is not affected by the mysql asp.net driver.
This one im guessing, ill give it a go this evening.
<providers>
<remove name="MySqlSiteMapProvider" /> <add name="SolidCPSiteMapProvider" type="SolidCP.WebPortal.SolidCPSiteMapProvider, SolidCP.WebPortal" securityTrimmingEnabled="true" />
</providers>
Thanks Marco