-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration help #15
Comments
Did you use composer to install this bundle? |
No, tried it by hand. Will try to do it with composer. |
ok, got it via bundle. have setup config.yml with the customer connection and params customer: But configuring doctrine give me another error. Could not create database for connection named [NNNN] |
@fesor @adriavidal I have the same issue |
Notice: Undefined property: Doctrine\DBAL\Connection::$options ....... Same problem ..... :( someone can help us... |
Which version of Doctrine DBAL you use? |
this one "doctrine/dbal": "<2.5", |
when i try >php app/console doctrine:database:create --connection=mssql , i have this message: Notice: Undefined property: Doctrine\DBAL\Connection::$options in C:...projectName\vendor\isoft\mssql-bundle\Realestate\MssqlBundle\Schema\DblibSchemaManager.php on line 65 //***************parameter.yml database_driver: pdo_mysql
//**********Config.yml default connection is fine, i can do everything in mysql. |
I've tried to install without exit these bundle,
have some detailed install how-to with the right directory's for every file?
I get these error trying to run a second database connection with
root@extranet:/var/www/extranet# php app/console doctrine:database:create --connection=customer
PHP Fatal error: Class 'Realestate\MssqlBundle\RealestateMssqlBundle' not found in /var/www/extranet/app/AppKernel.php on line 23
The text was updated successfully, but these errors were encountered: