You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
I set the config file as specified in the readme to:
DOLILAB,
'username' => '',
'password' => '',
'server' => 'localhost',
'port' => 8889,
'type' => 'mysql',
'table_blacklist' => array('cache', 'passwords'),
'column_blacklist' => array('password_hint'),
);
register_db_api( 'ilab', $args );
When I look up http://localhost:8889/ilab/good.json, I get the error that can be seen here https://drive.google.com/file/d/0B0bPjGaTVcWed1lrb1dGVlpuck0/view?usp=sharing
Running into what seems like it should be a minor issue.
I am using a MySQL DB outlined here https://github.com/tyronegrandison/DOL-ILAB/blob/master/CREATE%20DATABASE%20DOLILAB
I set the config file as specified in the readme to:
DOLILAB, 'username' => '', 'password' => '', 'server' => 'localhost', 'port' => 8889, 'type' => 'mysql', 'table_blacklist' => array('cache', 'passwords'), 'column_blacklist' => array('password_hint'), ); register_db_api( 'ilab', $args ); When I look up http://localhost:8889/ilab/good.json, I get the error that can be seen here https://drive.google.com/file/d/0B0bPjGaTVcWed1lrb1dGVlpuck0/view?usp=sharing