SuSE and Drupal 4.5.2 problem
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
Op zondag 27 februari 2005 20:04, schreef Johan Nielsen:
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
have you installed the package php4-session? Restart apache after you installed the package. -- Richard Bos Without a home the journey is endless
Søndag 27 februar 2005 20:24 skrev Richard Bos:
Op zondag 27 februari 2005 20:04, schreef Johan Nielsen:
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
have you installed the package php4-session? Restart apache after you installed the package.
Yes scracthing the surface of what keeps the remaining two cells from escaping.
-- Richard Bos Without a home the journey is endless
Op zondag 27 februari 2005 21:11, schreef Johan Nielsen:
Yes scracthing the surface of what keeps the remaining two cells from escaping.
What do you say, what does it mean? Have you already booted the system, after installing php4-session? It may help. -- Richard Bos Without a home the journey is endless
Søndag 27 februar 2005 21:28 skrev Richard Bos:
Op zondag 27 februari 2005 21:11, schreef Johan Nielsen:
Yes scracthing the surface of what keeps the remaining two cells from escaping.
What do you say, what does it mean?
Just expressing my "confusion"
Have you already booted the system, after installing php4-session? It may help.
yes tried and same result
-- Richard Bos Without a home the journey is endless
participants (2)
-
Johan Nielsen
-
Richard Bos