Details
Description
Fatal error: Call to undefined method Doctrine\DBAL\Platforms\MySqlPlatform::quote() in /srv/abf/trunk/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php on line 1181
I think you should use quoteIdentifier instead of quote
Fatal error: Call to undefined method Doctrine\DBAL\Platforms\MySqlPlatform::quote() in /srv/abf/trunk/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php on line 1181
I think you should use quoteIdentifier instead of quote
Version 2.0.4
Fatal error: Call to undefined method Doctrine\DBAL\Platforms\MySqlPlatform::quote() in \Doctrine\DBAL\Platforms\MySqlPlatform.php on line 373
There is no such function implemented in MySqlPlatform or AbstractPlatform.