Fatal error: Allowed memory size

Results 1 to 9 of 9
  1. #1
    Elite Member Goodbook is offline
    Member +Rank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Fatal error: Allowed memory size

    Hello i'm new and i have a problem.

    I have this error.

    Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 27

    What can i do to fix it?


  2. #2
    [̲̅$̲̅(̲̅1̲̅)̲̅$ ̲̅] leenster is offline
    Grand MasterRank
    May 2008 Join Date
    KanaadaLocation
    992Posts

    Re: Fatal error: Allowed memory size

    Change memory_limit in your PHP.ini.

  3. #3
    Elite Member Goodbook is offline
    Member +Rank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: Fatal error: Allowed memory size

    Nothings happens

  4. #4
    [̲̅$̲̅(̲̅1̲̅)̲̅$ ̲̅] leenster is offline
    Grand MasterRank
    May 2008 Join Date
    KanaadaLocation
    992Posts

    Re: Fatal error: Allowed memory size

    Quote Originally Posted by Goodbook View Post
    Nothings happens
    What is it set as? and you might need to restart.

  5. #5
    Elite Member Goodbook is offline
    Member +Rank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: Fatal error: Allowed memory size

    Quote Originally Posted by leenster View Post
    What is it set as? and you might need to restart.
    ; Maximum amount of memory a script may consume (128MB)
    ; PHP: Description of core php.ini directives - Manual
    memory_limit = 12M

    Now i gonna chance it to 64M?

  6. #6
    Elite Member Goodbook is offline
    Member +Rank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: Fatal error: Allowed memory size

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 27

    I have chance the memory_limit = 12M

    Now its 64M

    Fixed

  7. #7
    Member hooked4life is offline
    MemberRank
    Feb 2007 Join Date
    OntarioLocation
    58Posts

    Re: Fatal error: Allowed memory size

    Quote Originally Posted by Goodbook View Post
    ; Maximum amount of memory a script may consume (128MB)
    ; PHP: Description of core php.ini directives - Manual
    memory_limit = 12M

    Now i gonna chance it to 64M?
    I am having the same problem, only i cant fix it with your method. and it also says its on a different line


    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65488 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 55


  8. #8
    Elite Member Goodbook is offline
    Member +Rank
    Nov 2012 Join Date
    The NetherlandsLocation
    229Posts

    Re: Fatal error: Allowed memory size

    Quote Originally Posted by hooked4life View Post
    I am having the same problem, only i cant fix it with your method. and it also says its on a different line


    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 65488 bytes) in C:\xampp\htdocs\app\tpl\class.html.php on line 55

    Go to C:\xampp\htdocs\app\tpl\class.html.php and open it with Notepad++ than you search line 55, and delete the $get('404)

  9. #9
    Member hooked4life is offline
    MemberRank
    Feb 2007 Join Date
    OntarioLocation
    58Posts

    Re: Fatal error: Allowed memory size

    Quote Originally Posted by Goodbook View Post
    Go to C:\xampp\htdocs\app\tpl\class.html.php and open it with Notepad++ than you search line 55, and delete the $get('404)
    Thanks :)



Advertisement