On my localhost I have a drupal site installed and it was up and running. But since yesterday I get the following error when I go to my site:
( ! ) Warning: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2002] Een verbindingspoging is mislukt omdat de verbonden party niet correct heeft geantwoord na een bepaalde tijd, of de gemaakte verbinding is mislukt omdat de verbonden host niet heeft geantwoord. ' in C:\wamp\www\basis\includes\database\database.inc:304 Stack trace: #0 C:\wamp\www\basis\includes\database\database.inc(304): PDO->__construct('mysql:host=loca...', 'root', '', Array) #1 C:\wamp\www\basis\includes\database\mysql\database.inc(51): DatabaseConnection->__construct('mysql:host=loca...', 'root', '', Array) #2 C:\wamp\www\basis\includes\database\database.inc(1686): DatabaseConnection_mysql->__construct(Array) #3 C:\wamp\www\basis\includes\database\database.inc(1476): Database::openConnection('default', 'default') #4 C:\wamp\www\basis\includes\database\database.inc(2567): Database::getConnection() #5 C:\wamp\www\basis\includes\cache.inc(344): db_escape_table('cache_bootstrap') #6 C:\wamp\www\basis\includes\cache.inc(325): DrupalDatabas in C:\wamp\www\basis\includes\database\database.inc on line 304
Call Stack
# Time Memory Function Location
1 0.0007 249960 {main}( ) ..\index.php:0
I'm sure that it will quickly become apparent that I am a beginner to drupal
I'm having trouble moving an existing drupal 6 site to a localhost on my computer. I plan to update this site to drupal 7 and then upload it back to the host server when I've completed all the module updates and theming. I have successfully downloaded and uploaded the database again to the localhost, have put the site files in a folder named after my database in the "htdocs" folder and altered my settings.php file so that it appropriately reads this format:
For several years I’ve had a running (friendly argument) with a friend who swears by Drupal.
I always felt most of your time in Drupal is spent searching through files and troubleshooting, with little time focused on design.
Sure Drupal can offer more but if you have not designed every element of something how are you supposed to easily fix any problems.
To this day I still use Dreamweaver designing every element of the website.