[TYPO3-english] error message
Mark Boland
mark.boland at boland.de
Fri Dec 21 08:25:26 CET 2012
Hi Tom,
that's obviously not the php.ini that PHP is using. Your current setting 128M was not considered, but set to 64M (= 67108864). Look into Install Tool "phpinfo()" which php.ini is actually read.
Mit freundlichen Grüssen
BOLAND WERBUNG
Mark Boland
T: +49-2150-919930 | M: +49-176-23711155 | www.boland.de
Am 21.12.2012 um 07:46 schrieb Christian Platt <christian.platt at pharmaline.de>:
> Did you restart your webserver?
>
> Check in install tool with phpinfo, wether the change really took place
>
> Christian
> Am 21.12.2012 um 06:32 schrieb tom:
>
>> Hi Christian,
>>
>> I found php.ini in /home/thejobco/public_html.
>> And I saw below line:
>> memory_limit = 128M ; Maximum amount of memory a script may consume
>> (32MB)
>> I changed it to memory_limit = 256M ;
>> but I still got the error message:
>> *Fatal error*: Allowed memory size of 67108864 bytes exhausted (tried to
>> allocate 2097152 bytes) in*
>> /home/thejobco/public_html/city/t3lib/class.t3lib_parsehtml.php* on line *
>> 950*
>>
>> Tom
>> On Fri, Dec 21, 2012 at 1:16 PM, Christian Platt <
>> christian.platt at pharmaline.de> wrote:
>>
>>> Hi Tom,
>>>
>>> you run out of memory when php tries to allocate more memory.
>>>
>>> Adjust your php.ini
>>>
>>> Look for
>>> ; Maximum amount of memory a script may consume (128MB)
>>> ; http://php.net/memory-limit
>>> memory_limit = 128M
>>>
>>> and then increase the memory limit.
>>> Restart your Webserver and try again
>>>
>>> Christian
>>>
>>> Am 21.12.2012 um 06:01 schrieb tom:
>>>
>>>> Hi,
>>>>
>>>> I got this message on my typo3 site:
>>>> *Fatal error*: Allowed memory size of 67108864 bytes exhausted (tried to
>>>> allocate 2097152 bytes) in *
>>>> /home/thejobco/public_html/city/t3lib/class.t3lib_parsehtml.php* on line
>>> *
>>>> 950*
>>>> **
>>>> *what may cause this problem? and how to fix it? Thanks.*
>>>> **
>>>> *Tom*
>>>> _______________________________________________
>>>> TYPO3-english mailing list
>>>> TYPO3-english at lists.typo3.org
>>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>>
>>> _______________________________________________
>>> TYPO3-english mailing list
>>> TYPO3-english at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list