[ciapug] Fatal Error Message
Barry Von Ahsen
ciapug@cialug.org
Thu, 01 Jul 2004 12:06:54 -0500
You could also do an ini_set() in the specific file rather than a
site-wide or directory-wide change
-barry
Chris Hettinger wrote:
> After looking at the line it indicated, that possibility could certainly
> exist. I have followed that suggested solution, though rather than using
> a htaccess file I modified php.ini to increase the memory_limit to 16M.
>
>
> Dave J. Hala Jr. wrote:
>
>> You could have a query that is returning a extremely large number of
>> rows...
>>
>>
>>
>>
>>
>> On Thu, 2004-07-01 at 10:13, Chris Hettinger wrote:
>>
>>>> Fatal error: Allowed memory size of 8388608 bytes exhausted at
>>>> (null):0 (tried to allocate 12 bytes) in ...
>>>
>>>
>>> I've seen this suggested solution a couple times when I researched it
>>> online...
>>>
>>>
>>>> To correct this, add the following line to the .htaccess file that
>>>> comes with deanspace:
>>>>
>>>> php_value memory_limit 16M
>>>
>>>
>>> So other than just raising the bar, is there anything else I should
>>> be looking at to trouble shoot it? Could anyone shed some light on
>>> this error message for me?
>>>
>>> -ch
>>> _______________________________________________
>>> ciapug mailing list
>>> ciapug@cialug.org
>>> http://cialug.org/mailman/listinfo/ciapug
>
> _______________________________________________
> ciapug mailing list
> ciapug@cialug.org
> http://cialug.org/mailman/listinfo/ciapug