ansonphong / postworld

Wordpress Theme Development Framework
GNU General Public License v2.0
7 stars 0 forks source link

Errors All Over #66

Closed ansonphong closed 10 years ago

ansonphong commented 10 years ago

Hi Haidy, I just noticed that whenever there is error reporting on, the page won't load and all I get is :

Warning: mysql_connect(): Access denied for user 'haidy'@'localhost' (using password: YES) in /Users/phong/Projects Clients/Reality Sandwich/_WEB/RSV2/WORDPRESS/wp-includes/wp-db.php on line 1142
hmikhail commented 10 years ago

This is related to RSV2-data-migration. In order to get images and thumbnails, I create connection to drupal DB . You can change this connection to your credentials.

Explanation in https://github.com/phongmedia/RSV2-data-migration/issues/11

ansonphong commented 10 years ago

ok that makes sense - thanks.