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):
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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):
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
Matthys
the program has given you the specific issue
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
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