Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix for Fatal error: Call to undefined method Doctrine\DBAL\Connectio…
…n::setCharset()
  • Loading branch information
jakoch committed Sep 23, 2012
1 parent 2cba8cb commit e81e8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Installation/Steps/Step4.php
Expand Up @@ -179,6 +179,7 @@ public function processValues()
'host' => $_POST['config']['database']['host'],
'driver' => $_POST['config']['database']['driver'],
'prefix' => $_POST['config']['database']['prefix'],
'charset' => 'utf8',
);

$entityManager = Helper::getDoctrineEntityManager($connectionParams);
Expand Down

0 comments on commit e81e8ef

Please sign in to comment.