[TYPO3-english] error message

tom typostudy at gmail.com
Fri Dec 21 06:32:52 CET 2012


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
>


More information about the TYPO3-english mailing list