Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom 713 posts 954 karma points
    Mar 04, 2016 @ 02:08
    Tom
    0

    UPGRADE WOES - Not allowed to connect to MySQL Server?@#!

    Hi! We've upgraded from 7.0.1 -> 7.1 (FINALLY!)

    And when trying to save and publish are getting "Host

    Our connection string is pointing to an existing SqlServer DB and hasn't changed pre or post upgrade.

    Any idea why umbraco is using mysql (I'd suspect examine)?

  • Kasper Holm 47 posts 180 karma points
    Mar 04, 2016 @ 14:31
    Kasper Holm
    105

    Hi Tom

    I suspect that you're missing something like

    <siteMap>
      <providers>
        <remove name="MySqlSiteMapProvider" />
      </providers>
    </siteMap>
    

    it's placed in the

    <system.web>
    

    tag :)

    Hope this helps, cheers

  • Christopher Pascual 25 posts 273 karma points
    Jun 22, 2017 @ 10:59
    Christopher Pascual
    0

    This solved my problem as well. (upgrade of 7.1.3 to 7.3.0)

  • Proxicode 127 posts 323 karma points
    Aug 19, 2017 @ 20:35
    Proxicode
    0

    I've seen a lot of obscure Umbraco errors since version 4.01 when I first started, but this is the first that I've ever seen of this. I appreciate you taking the time to share this solution. Thank you!

    -Roger

  • Tom 713 posts 954 karma points
    Mar 06, 2016 @ 22:20
    Tom
    0

    It did thank you very much :)

  • Kasper Holm 47 posts 180 karma points
    Mar 07, 2016 @ 08:38
    Kasper Holm
    0

    Np. did quite some head banging on that the first time encountered it ;)

Please Sign in or register to post replies

Write your reply to:

Draft