Cakephp shows a fatal error about "allow memory size of 268435456 bytes exhausted" when trying to upload a CSV file. The CSV file size is quite big about 100mb per file. My Cakephp applicati
Hi,Is there a way to see latest SQL logs in CakePHP's controllers? I'd like to do this checking in my controller before rendering a view. Like: <?php echo $this->element('sql_dump'); ?