Skip to content

Error while using sqlite database #82

@sricharanchandrasekar

Description

@sricharanchandrasekar

Encountered the following errors when used sqlite database.
I used the following configuration in the config:

$_xhprof['dbtype'] = 'sqlite:/path_to_folder/db_name';
$_xhprof['dbhost'] = '';
$_xhprof['dbuser'] = '';
$_xhprof['dbpass'] = '';
$_xhprof['dbname'] = 'db_name';
$_xhprof['dbadapter'] = 'Pdo';

There is no username and password for the sqlite.

The following error was returned:

Call to a member function fetch() on a non-object in xhprof_lib/utils/Db/Pdo.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions