This is a very useful module. It is really what I need!
I use dba with 2 different sites. In the first one I have 2 databases (array defined in settings.php) and in the second one I have 1 database with different prefixes. I only have one problem:
In the first site when I use the "Tables" tab, it is always empty and in the second one I can only see the tables that have one prefix (not all tables). But when I use the "Query Database" tab, everything is OK and I can access all tables.
Any ideas?
Thanks in advance.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | yuimenu.diff | 2 KB | iktaka |
Comments
Comment #1
iktaka commentedWhenever the module is set to admin mode, anonymous user gets warnings that the foreach encounts NULL object.
I've fiixedthat by check the objects are truley seted or not before foreach.
Tested with drupal 6.3.
Comment #2
bakyildiz commentedI have applied your patch on 6.x-1.x-dev version. Thank you
Comment #3
bakyildiz commented