xzibiz Posted November 2, 2010 Share Posted November 2, 2010 I've had apache2, mysql and php5 installed and fully function. But one day i got an error on all of my pages: Fatal error: strftime() [<a href='function.strftime'>function.strftime</a>]: Timezone database is corrupt - this should *never* happen! in /horde/config/prefs.php on line 321 Warning: Unknown: open(/var/lib/php5/sess_6df4c5647c75b2e6e3f1c3b1b09f676d, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php5) in Unknown on line 0 What do i need to do to fix this ? Link to comment https://forums.phpfreaks.com/topic/217537-php-error-on-debian-system/ Share on other sites More sharing options...
trq Posted November 2, 2010 Share Posted November 2, 2010 I would check that /var/lib/php5/ exists and that it is writable by apache. Link to comment https://forums.phpfreaks.com/topic/217537-php-error-on-debian-system/#findComment-1129323 Share on other sites More sharing options...
xzibiz Posted November 2, 2010 Author Share Posted November 2, 2010 yes there is a /var/lib/php5, but it's emty. I think apache user can read it. (drwx-wx-wt php5) Link to comment https://forums.phpfreaks.com/topic/217537-php-error-on-debian-system/#findComment-1129484 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.