Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 Aug 2006 at 23:31 UTC
Updated:
18 Oct 2006 at 07:16 UTC
Jump to comment: Most recent file
I had a settings.php where both $db_url and $db_prefix is an array. Results were not nice.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | installdbarrayfix_0.patch | 1.71 KB | chx |
| installdbarrayfix.patch | 1.82 KB | chx |
Comments
Comment #1
chx commentedMatt asked whether the other values will be validated. No, that's not the goal of this patch. If you are writing DB arrays in your settings.php then you are advanced and you can take of yourself and your setup. But still you need your database loaded and without this patch it won't happen.
Comment #2
drummIs it possible to see the configuration form with these values set?
Comment #3
chx commentedNope, it won't display a config form because it can connect to the DB.
Comment #4
chx commentedNoone tested besides me but I did and because the changes are so small, I dare to RTBC this. No changes to previous version just rerolled to HEAD.
Comment #5
drummCommitted to HEAD.
Comment #6
(not verified) commented