I have got to the login screen which is pretty basic and don't seem to be able to create initial user. All blank after login and no uid created in MySQL user db.
My drupal configuration is not very complicated but not quite the default method either. I'm running apache1.3.33+modsecurity+php4+mysql in a chroot jailed environment. I wrote a script to automate the entire process including downloading drupal and themes. My problem is this: when I attempt to register the first user.. after I click the create new user button.. it loads a blank page and reports no errors. The user is created in the
Strange problem with (I think) cache module
Main page returns this error
Warning: gzinflate(): buffer error in .../includes/bootstrap.inc on line 454
Warning: Cannot modify header information - headers already sent by (output started at .../includes/bootstrap.inc:454) in .../includes/bootstrap.inc on line 465
After I clean the cache by "delete from cache" query everything back to work fine until next refresh or other user enter. Then the problem back.