Menu

Fatal error: Allowed memory (indilist.php)

Help
matthys
2010-09-24
2013-05-30
  • matthys

    matthys - 2010-09-24

    I did a list on family name and contains ONLY 386 persons, which I think is very small.
    In the output I receive the following error message at the end (not sure if this is the real end or just broke off):

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 75 bytes) in /var/www/familie/htdocs/includes/classes/class_gedcomrecord.php on line 809
    

    I check the database and nothing wrong with it, also no gedcom error's.
    Is this again some setting in php which needs to be adjust?
    How come that so small list generates this error?

    Thanks for any advise,

    Matthijs

     
  • Stephen Arnold

    Stephen Arnold - 2010-09-24

    Matthys
    the program has given you the specific issue

    Fatal error: Allowed memory size of 33554432 bytes exhausted

    regardless of why (collation, special configuration, characters or more), you will be unable to use some or all of the features of PGV when you have only 34mb of RAM allocated (both php.ini and config.php). Get your ISP to provide at least 64mb and you'll be a "much happier camper".
    -Stephen

     
  • matthys

    matthys - 2010-09-24

    Okay Thanks! …. just found the problem in the PhpGedView config.php where $PGV_MEMORY_LIMIT was still set to 32MB.

    Was to focused on the php.ini part…

    SOLVED,
    Matthijs

     

Log in to post a comment.