Closed (fixed)
Project:
Drupal core
Version:
4.7.0-beta3
Component:
database system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jan 2006 at 13:42 UTC
Updated:
7 Feb 2006 at 18:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
chx commentedGood catch.
Comment #2
chx commentedTo explain: drupal_set_title was moved out from bootstrap because it's not needed for a cached page. Running a
grep -B1 drupal_set_title *incin includes showed me that every such call is preceded by adrupal_maintance_themecall. So I added path.inc to that and that's it.Comment #3
drakemazzy commentedThanks for patch! :)
Now I see only the maintenance, and blocks, that and all rest - I do not see: (
Comment #4
chx commentedif you see the maintance then you have a broken setup.
Comment #5
drakemazzy commentedBroken setup? hmmm...
Yesterday's CVS worked perfectly. After I have established today's CVS there was this problem. Here a log updated files.
cvs checkout: Updating drupal/includes
U drupal/includes/database.mysql.inc
U drupal/includes/database.mysqli.inc
U drupal/includes/database.pgsql.inc
U drupal/includes/form.inc
U drupal/includes/path.inc
cvs checkout: Updating drupal/misc
U drupal/misc/drupal.css
cvs checkout: Updating drupal/modules
U drupal/modules/block.module
U drupal/modules/book.module
U drupal/modules/node.module
U drupal/modules/system.module
U drupal/modules/watchdog.module
What to me to return back?
Comment #6
chx commentedDo me a favor.
run this two liner for me and report back whether you get a 0 or a 1. We will proceed from there. I suspect what's broken.
Comment #7
drakemazzy commentedTo help you, i made these scripts
1. :) your's 2 lines - http://watbfb.com/chx1.php
2. phpinfo - http://watbfb.com/chx2.php
:)
Comment #8
chx commentedDoh! I should have checked that line 27 -- and phpinfo also tells that you do not have mysqli.
Nevertheless, http://drupal.org/node/46183#comment-68126 needs a commit.
Comment #9
drakemazzy commented:) I know, that my hosting does not support mysqli. Now in a file/sites/default/settings.php it is established simply mysql. But I see only the maintenance! And all rest I do not see blocks! :(
please, see my site http://watbfb.com. how i fix this problrm? :'(
Comment #10
Stefan Nagtegaal commentedEhmmm.... Maybe login to your site and setup a 4.7 theme?
Comment #11
dries commentedCommitted.
Comment #12
drakemazzy commentedYES!
I do not know why, but after installation today's CVS in adjustments installation of my theme has flied!
Well and a error in line 27 :)
Many thanks to all!
Comment #13
(not verified) commented