Can't connect to local MySQL server
In my DW file, ContactMe3.php , when I try to open the Server Behavior, Universal Email 18 (mail), I get the following error message:
While executing timer in WA Universal Email.htm, the following JavaScrip error(s) occurred:
At line 3205 of file
"C:\Users\PixelDigit\AppData\Roaming\Adobe\Dreamweaver CS5.5\en_US\Configuration\Commands\WA Universal Email.js": noPopulate is not defined
HERE IS WHAT I HAVE DONE SINCE OUR SUPPORT SESSION
Looks like I might have the DB connections to my local server figured out. I followed your tutorial video, Setting up a Database Connection in Dreamweaver, as well as the information in David McFarland's Dreamweaver CS5.5: The Missing Manual, Chapter 24, Getting Started with Dynamic Websites, Connecting to a Database.
With the new database, Connections > connthilldesign.php , did NOT get any error messages similar to the following previous error message:
Fatal error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /data/20/1/125/115/1940604/user/2116827/htdocs/thilldesign/Connections/thilldesign.php on line 9
In my DW file, ContactMe3.php , UE created the table, dw_submit_form , and placed it in my local server, phpMyAdmin, but when I send the email form it does send an email but does not populate the php table. This, I assume, is because of the js error above?
Files attached.