Fatal error: Allowed memory size of 8388608 bytes exhausted

On January 2, 2012, in CakePHP, Concentrate, LAMP, Learning, PHP, Tips, by Sandeep Verma

Hits: 232  PHP Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y) in file.php 1. memory_limit globally from php.ini memory_limit = 64M 2. memory_limit using .htaccess php_value memory_limit 64M 3. memory_limit inside a php script. ini_set(‘memory_limit’, ’64M’); To change the memory limit for one specific script by including a line such as [...]

PHP Debug Log – Trace Errors

On April 24, 2010, in Fedora, LAMP, PEAR, PHP, Tips, Tricks, Web Application, by Sandeep Verma

Hits: 304  Hello Friends, I read some where “Quality is not a product.. it is a process ” I think process is hard-work we do and product is final result we get. But how we make our process to get a good product, as a LAMP developer I think track processes “Debug Log” is good sort [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...