I am getting the following memory error when I try to run some reports in Prosper:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/p202/public_html/202-config/ReportSummaryForm.class.php on line 2534
I never had any memory related errors after using Prosper for several months...until yesterday.
Has anyone else ran into similar errors? If so, how did you resolve the issue?
It's a problem with setting on your host
Increase the memory_limit setting in your php.ini file. Try 64M
I increased the php.ini file to 128M and that seems to have solved the problem. Thanks!