TinyPortal

Development => Support => Servers & hosts => Topic started by: LLannLLann on April 14, 2007, 10:24:18 AM

Title: Error: Load.php(1735) : eval()'d code on line 1224
Post by: LLannLLann on April 14, 2007, 10:24:18 AM
how can i fix this error?

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1572864 bytes) in C:\wamp\www\Sources\Load.php(1735) : eval()'d code on line 1224

i can't access the setting of TP....

please help me. tnx!
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: G6Cad on April 14, 2007, 10:44:21 AM
This is something you need to contact your host about.
The error say that the memory you have been dedicated by your host is to little. They need to change it so you have more memory avaliable.

If you are your own host, you need to make the changes your self in php.ini

To learn more about this, please read the documentations on simplemachines.org about server settings.
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: LLannLLann on April 14, 2007, 10:50:07 AM
thank you so much... it works now...
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: G6Cad on April 14, 2007, 11:15:25 AM
Your welcome :)
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: enigma007 on May 20, 2007, 05:13:00 PM
may i ask sometin' ? i have the same problem and i've been to simplemachines.org and read all about server settings - core config ,  Feature Config , and chaching but i still dont know how to manage this to work........which php.ini file were you talking about when u said that needs to be changed ?
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: G6Cad on May 20, 2007, 06:33:11 PM
if you dont have root access to your host you wont see that file.
It a settings file your host have access to. you need to contact them to change the settings for you.
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: enigma007 on May 20, 2007, 06:34:48 PM
i have a server on my own comp im using wamp im using winxp so which file is it and what to change ?
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: G6Cad on May 20, 2007, 06:40:49 PM
the file is called php.ini and should be located in your server php folder (not 100% where its located in wamp)
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: enigma007 on May 20, 2007, 06:47:47 PM
yup found it but can you tell me what to change ? i have the exact error as the dude from above had
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: G6Cad on May 20, 2007, 06:49:45 PM
the mem limit. On most server configurations it's set to 8mb so see if you can find some string there with memmory 8 mb or similar and change the value there.
I cant remember what the strings were called  :-\
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: enigma007 on May 20, 2007, 06:58:15 PM
thanks..............i hought it was an error....but had 2 php.ini-s 1 was in c\wamp\php.ini and other was in c\wamp\apache2\php.ini  ....had to change in both plasez and reload server.......thanks man !
Title: Re: Error: Load.php(1735) : eval()'d code on line 1224
Post by: cybertormentor on November 11, 2007, 09:01:18 PM
ing php.ini search memory_limit = 8mb and replace memory_limit = 10M

Aqui funcionou hehe