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.

CommentFileSizeAuthor
#1 yuimenu.diff2 KBiktaka

Comments

iktaka’s picture

Project: Database Administration » YUI Menu
Version: 5.x-1.x-dev » 6.x-1.1-beta2
Status: Active » Needs review
StatusFileSize
new2 KB

Whenever 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.

bakyildiz’s picture

Assigned: Unassigned » bakyildiz

I have applied your patch on 6.x-1.x-dev version. Thank you

bakyildiz’s picture

Status: Needs review » Closed (fixed)