Closed (fixed)
Project:
YUI Menu
Version:
6.x-1.1-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Nov 2007 at 18:42 UTC
Updated:
12 Aug 2008 at 18:01 UTC
Jump to comment: Most recent file
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