forked from phacility/xhprof
-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
Description
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