Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2013 at 10:34 UTC
Updated:
20 May 2013 at 11:25 UTC
Jump to comment: Most recent
Comments
Comment #1
vlajos@gmail.com commentedIt was the installers 3-4. step. After the db credentials setup.
And of course this is mysql. (absoulte default)
Comment #2
vlajos@gmail.com commentedOperating system 2013.03.28's debian sid.
Comment #3
Ciprian Oancia commentedHow did I got it fixed.
1. I did enabled mysql.log
2. At each atempt to install Drupal I saw that query stops at user insert (due to created collumn)
3. Checked again phpinfo(); related to the time issue and I saw that _SERVER["REQUEST_TIME"] is in microseconds instead of seconds. (php 5.4.4-14)
4. I did a quick and dirty fix (someone please suggest a better way) by adding in php.ini auto_prepend_file=/somepath/prepend.php and inside that file:
5. restarted apache :)
hope this helps you :)
Comment #4
bailey86 commentedThis looks like it could be related to a bug in the Debian package libapache2-mod-php5filter. I've reported it here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709023
My fix was to install the package libapache2-mod-php5 which then replaced libapache2-mod-php5filter.
In fact the package libapache2-mod-php5 should be used in preference to libapache2-mod-php5filter as on the package page for libapache2-mod-php5filter it even says 'Unless you specifically need filter-module support, you most likely should instead install libapache2-mod-php5.'
This has also been reported as a bug - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709027
It could also be related to https://bugs.php.net/bug.php?id=62507