[PhenyxException]

SQLSTATE[HY000]: General error: 1525 Incorrect DATETIME value: '1'
at line 135 in file vendor/phenyxdigitale/digitalcore/src/classes/db/DbPDO.php

130.      * @since 1.9.1.0
131.      * @version 1.8.1.0 Initial version
132.      */
133.     protected function _query($sql) {
134. 
135.         return isset($this->link) ? $this->link->query($sql) : null;
136.     }
137. 
138.     /**
139.      * Returns the next row from the result set.
140.      *