[turba] create_default_histories.php error

Josh Kelley joshkel at gmail.com
Tue May 30 12:14:17 PDT 2006


On 5/30/06, Michael Rubinsky <mike at theupstairsroom.com> wrote:
> Can you insert the following on line 73 and post the output (comments
> to help with context):
> <code>
> //foreach block for getting shared sources...
>
> print_r(array_keys($sources));
>
> //foreach block for creating drivers
> </code>

Array
(
    [0] => localsql
    [1] => localldap
    [2] => :user1
    [3] => :user2
    [4] => :user3
... (repeat for a bunch of additional usernames)
)

The "Unable to load the definition of Turba_Driver_." message that I
posted references the first username (subscript 2 in the sources
array).

Josh Kelley


More information about the turba mailing list