
drush up drupal
Keywords: Drupal, Drush If you install Drupal fbconnect module, you can meet two problems: Ensure that you entered valid api keys When you click App Settings in fbconnect administration, you can see this message. It's caused by missing Facebook PHP SDK.
Solution is to download it from https://github.com/…book-php-sdk:
cd sites/all/modules/fbconnect
git clone https://github.com/facebook/facebook-php-sdk facebook-php-sdk
Call to undefined method Facebook::getSession() If you have Facebook PHP SDK installed, you can get this error. It's caused by changes in Faceboo
Keywords: Drupal, Facebookupdate users set pass=md5('NEWPASS') where uid = 1;
http://kb.siteground.com/article/How_to_reset_my_Drupal_admin_password.html
Keywords: Drupal, reset drupal password