Getting this error: Fatal error: Call to undefined function: session_set_save_handler() in /srv/www/htdocs/drupal/includes/session.inc on line 9 Did I miss anything in my checklist Checklist ----------------------- Made the drupal database Done the "GRANT" for the proper user (drupal is placed in "localhost/drupal" $db_url = "mysql://dba_user:password@localhost/drupal"; $db_prefix = ""; $base_url = "http://localhost/drupal"; changed to these values in .htaccess: # If you are using Apache 2, you have to use # instead of . php_value session.save_handler files php_value session.cache_limiter none And "told" in .htaccess that it's apache2 IfModule sapi_apache2.c Loaded the drupal "script": $ mysql -u nobody -p drupal < database/database.mysql Any suggestions to what will make this work ?? TIA Johan