Re: memory allocation- no pages will load

2011-01-06 Thread kevkevz
This is due to a bad recursive value. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@google

Re: memory allocation- no pages will load

2011-01-05 Thread AD7six
On Jan 5, 2:35 am, roundrightfarm wrote: > Would this explain why a even a static page will not load?  Literally > none of my pages would load. > > Actually, the problem fixed itself, with me doing nothing.  I first > encountered the problem, walked away for about 2 hours, came back, the > probl

Re: memory allocation- no pages will load

2011-01-05 Thread vikram sharma
i think you need to increase the memory in php.ini file in xampp>>> xampp\php\php.ini file incease memory . On Wed, Jan 5, 2011 at 7:05 AM, roundrightfarm wrote: > Would this explain why a even a static page will not load? Literally > none of my pages would load. > > Actually, the problem fixed

Re: memory allocation- no pages will load

2011-01-04 Thread roundrightfarm
Would this explain why a even a static page will not load? Literally none of my pages would load. Actually, the problem fixed itself, with me doing nothing. I first encountered the problem, walked away for about 2 hours, came back, the problem was still there. I posted on the forum, then came b

Re: memory allocation- no pages will load

2011-01-04 Thread cricket
On Tue, Jan 4, 2011 at 7:42 PM, roundrightfarm wrote: > I was working with a script that had given me memory issues in the > past, which I had fixed by ini_set('memory_limit', 128M) and then a > few weeks later, when mempry became an issue again I bumped it up to > 256M. > > Now, several months la

memory allocation- no pages will load

2011-01-04 Thread roundrightfarm
I was working with a script that had given me memory issues in the past, which I had fixed by ini_set('memory_limit', 128M) and then a few weeks later, when mempry became an issue again I bumped it up to 256M. Now, several months later I wanted to tweak the script a little and wa running into more