As an avid Dreamweaver user, I am too familiar with these issues. It has nothing to do with your database or your connections string but may have to do with how the planets are aligned
Error 1: ”an unidentified error has occurred”
You need to do the following - Remove your connections scripts
In Dreamweaver 8 this is accomplished by accessing
Site/Advanced/Remove Connection Scripts
- Now in the Application Panel, Databases Tab Double Click on your Connection itself. In the window that pops up click Test. This will re-write your connection scripts.
- Which may lead you to....
Error 2: There is no testing server running on the server machine
2) The testing server specified for this site does not map to the
xxxxxxxxxxx URL, Verify that the URL Prefix maps to the root of the site.
You need to define an extra setting in your site manager. Go to Site/Manage Sites and Edit the settings for this site.
In both the Remote Info and Testing Server tabs enter the name of your host directory. For my sites that is usually "public/" without the quotes.
And ta-da. No more lost days hunting obscure sql code that does not fix this annoying glitch.
And yes Virginia this really does happen on sites that were working perfectly yesterday.
I sure hope this helps someone else avoid this headache!
|