todo esto me salio cuando me quise registrar
Código:
500 | Internal Server Error | Doctrine_Connection_Mysql_Exception
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'algo' GROUP BY u.id LIMIT 1' at line 1
stack trace
- at ()
in SF_SYMFONY_LIB_DIR\plugins\sfDoctrinePlugin\lib\vendor\doctrine\Doctrine\Connection.php line 1076 ...
- $name = 'Doctrine_Connection_' . $this->driverName . '_Exception';
- $exc = new $name($e->getMessage(), (int) $e->getCode());
- if ( ! isset($e->errorInfo) || ! is_array($e->errorInfo)) {
- $e->errorInfo = array(null, null, null, null);
- }