sgpatil / oriquent

Orientdb Eloquent driver for Laravel 5
MIT License
47 stars 15 forks source link

undefined index #30

Closed camel-chased closed 8 years ago

camel-chased commented 8 years ago

after fresh install

in OrientdbServiceProvider.php line 60
at HandleExceptions->handleError('8', 'Undefined index: ', '/vagrant/cloud_gen/vendor/sgpatil/oriquent/src/Sgpatil/Orientdb/OrientdbServiceProvider.php', '60', array('app' => object(Application), 'databases' => array('sqlite' => array('driver' => 'sqlite', 'database' => 'cloud_net', 'prefix' => ''), 'mysql' => array('driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => ':P', 'username' => ':P', 'password' => ':P', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', 'strict' => false, 'engine' => null), 'pgsql' => array('driver' => 'pgsql', 'host' => '127.0.0.1', 'port' => '3306', 'database' => 'cloud_net', 'username' => ':P', 'password' => ':P', 'charset' => 'utf8', 'prefix' => '', 'schema' => 'public'), 'orientdb' => array('driver' => 'orientdb', 'host' => 'localhost', 'port' => '2480', 'database' => 'cloud_net', 'username' => 'root', 'password' => ':P')), 'defaultConnection' => null)) in OrientdbServiceProvider.php line 60
at OrientdbServiceProvider->Sgpatil\Orientdb\{closure}(object(Application), array()) in Container.php line 731
at Container->build(object(Closure), array()) in Container.php line 629
at Container->make('orientdb.database', array()) in Application.php line 697
at Application->make('orientdb.database') in OrientdbServiceProvider.php line 64
at OrientdbServiceProvider->Sgpatil\Orientdb\{closure}(object(Application), array()) in Container.php line 731
camel-chased commented 8 years ago
'default_nosql'=>'orientdb',