Back to News & Newsletter Support

nullpointer
nullpointer

Create table syntax is not compatible with Postgres. The last version properly installing on Postgres is 1.7.8. Fo 1.8.0 I got errors

In Connection.php line 669:

  SQLSTATE[42804]: Datatype mismatch: 7 ERROR:  column "send" cannot be cast automatically to type boolean                 
  HINT:  You might need to specify "USING send::boolean". (SQL: ALTER TABLE indikator_news_posts ALTER send TYPE BOOLEAN)  

In Exception.php line 18:

  SQLSTATE[42804]: Datatype mismatch: 7 ERROR:  column "send" cannot be cast automatically to type boolean  
  HINT:  You might need to specify "USING send::boolean".                                                   

In PDOStatement.php line 117:

  SQLSTATE[42804]: Datatype mismatch: 7 ERROR:  column "send" cannot be cast automatically to type boolean  
  HINT:  You might need to specify "USING send::boolean".  

1-1 of 1