PDO::setAttribute() expects parameter 1 to be integer, string given

This is a regression bug affecting v0.9.0. It has been fixed in newer versions of the application.

To apply a fix, simply follow these instructions:

Open app/System/EnvironmentChecks.php, on line 218, replace:

$pdo->setAttribute("PDO::ATTR_ERRMODE", PDO::ERRMODE_EXCEPTION);

with

$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);

Notice that the quotes around PDO::ATTR_ERRMODE have been removed in the new code.

¡Gracias por tu voto!
¿Este artículo fue de utilidad?

¿Quieres hablar con alguien?

Siempre puedes ponerte en contacto si no encuentras lo que estás buscando en nuestro centro de ayuda. ¡Te responderemos tan pronto sea posible!

Siempre puedes ponerte en contacto si no encuentras lo que estás buscando en nuestro centro de ayuda. ¡Te responderemos tan pronto sea posible!

Contáctenos
Woman messaging on mobile phone