FUNCTION handleShutdownErrorFatal Error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4194312 bytes) in
/usr/www/users/endlesg/rezepte/core/classes/DB.php on line 179
175: try {
176:
177: if($this->sql->execute()){
178: $this->lastID = $this->pdo->lastInsertId();
179: $this->results = $this->sql->fetchAll($PDO_FETCH);
180:
181: $this->count= $this->sql->rowCount();
182: }else{
183: $this->error=true;
184: }