[SLE] SuSE and Drupal 4.5.2 problem

From: Johan Nielsen (yep_at_osterbo-net.dk)
Date: 02/27/05

  • Next message: pelibali: "[SLE] Differences... [ .patch / .diff / .dif ]"
    To: SLE <suse-linux-e@suse.com>
    Date: Sun, 27 Feb 2005 20:04:43 +0100
    
    

    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

    -- 
    Check the headers for your unsubscription address
    For additional commands send e-mail to suse-linux-e-help@suse.com
    Also check the archives at http://lists.suse.com
    Please read the FAQs: suse-linux-e-faq@suse.com
    

  • Next message: pelibali: "[SLE] Differences... [ .patch / .diff / .dif ]"