Notice: Use of undefined constant DB_USER - assumed 'DB_USER' in /home/cataly39/public_html/blog/wp-includes/load.php on line 332
So I was in the process of domain mapping my wordpress.com hosted account to my new host... and then I ended up having an internal redirect loop issue... that is now resolved, and everything should be unhooked from each other, but now when I try to access my wp db via fantastico or via catalystacupuncture.com/blog/wp-admin, I am unable to reach my login. Instead I get:
Notice: Use of undefined constant DB_PASSWORD - assumed 'DB_PASSWORD' in /home/cataly39/public_html/blog/wp-includes/load.php on line 332
Notice: Use of undefined constant DB_NAME - assumed 'DB_NAME' in /home/cataly39/public_html/blog/wp-includes/load.php on line 332
Notice: Use of undefined constant DB_HOST - assumed 'DB_HOST' in /home/cataly39/public_html/blog/wp-includes/load.php on line 332
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'DB_HOST' (1) in /home/cataly39/public_html/blog/wp-includes/wp-db.php on line 1036
Where do I fix this? php? Is there a certain bit of code (like a robot file) that I need to delete or reset? Thanks for any ideas.
I don't know php but can figure things out with directions pretty well.