I hav problem with my CakeFramework: Site does not work. Error log said:
[02-Aug-2016 04:57:45 America/Chicago] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /public_html/lib/Cake/Model/Datasource/Database/Mysql.php on line 185
This is line 185:
} catch (PDOException $e) {
throw new MissingConnectionException(array( --- LINE 185
'class' => get_class($this),
'message' => $e->getMessage()
));
} (!)
public function listSources($data = null) {
This is public function connect().