Jump to content

dchaffey

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by dchaffey

  1. Thanks for the info. I am shopping for a shopping cart and do not want to get something I cannot use. David
  2. I was wondering if the servers run ASP. I am on a shared hosting and did not see ASP mentioned in the comparison. David
  3. Thanks for all of your input. I pieced it all together from the input from you-all and re-ran everything. It is working!!!!!!!!
  4. Thank you for your input. I tried deleating everything and starting over. I still get to the same place. I will give it one more try.
  5. Thanks GroovyFish, I did not combine the cpanel and datbase username & password. I will give that a try. David
  6. Hi Guys, Thanks for all of the suggestions. I have tried everything I can think of. I will include what I can and see if anyone can make sense of it. // Hostname or ip of server $servername="localhost"; // Username and password to log onto db server $dbusername="XXXXX"; I have tried the database & Cpanel username $dbpassword="XXXXX"; I have tried the database & Cpanel password // Name of database $dbname="sunshop"; // Table prefixes. Do not change the value after the install has been finished! //$dbprefix="ss_"; // Uncomment this line if this is a new install. ?> I am getting this error message: Connect Failed: Unexpected error from the database. Error number: Error description: Please ensure that the database and server is correctly configured and try again I deleted everything in the MySQL and started over. Any Ideas??? David
  7. Thanks for the suggestion, I tried that, too. I am supposed to be on server10. I tried entering that and did not work either. Any other thoughts?
  8. I am trying to get my new shopping cart on line. I am hitting a wall. Below is the current error. I have tried my domain name, server and I.P address where it asks: // Hostname or ip of server $servername="xxxxxxxxxx"; Here is the error I am getting: Warning: mysql_connect(): Unknown MySQL Server Host 'xxxxxxxxxxxxx' (1) in /home/xxxxxxx/public_html/sunshop/admin/db_mysql.php on line 44 Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/xxxxxxx/public_html/sunshop/admin/db_mysql.php on line 49 Connect Failed: Cant make connection to database. Error number: Unknown Error description: None Please ensure that the database and server is correctly configured and try again. Any help would be appreciated. Thanks
×
×
  • Create New...