Britt Malka
Member
I get the white screen of death when I click on subscribers in one of my lists and this error message when I enable debug:
That list contains all subscribers, and I've made it by exporting subscribers from my three main lists and importing it into this one.
When I use the "All subscribers" button from the MW, it shows me the full list without problems.
So I assume it's the custom fields that cause the problem. I have 93 fields for that list.
This is how I use them, and I wonder if there's a better and less memory demanding way to do it:
I use those fields to create segments so I promote Product A only to those who haven't already bought it.
Should I have done it differently?
Code:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 16777224 bytes) in /home/malkafox/public_html/voopti.com/apps/common/framework/logging/CLogRoute.php on line 98
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 16777224 bytes) in /home/malkafox/public_html/voopti.com/apps/common/framework/logging/CLogRoute.php on line 98
That list contains all subscribers, and I've made it by exporting subscribers from my three main lists and importing it into this one.
When I use the "All subscribers" button from the MW, it shows me the full list without problems.
So I assume it's the custom fields that cause the problem. I have 93 fields for that list.
This is how I use them, and I wonder if there's a better and less memory demanding way to do it:
- When I create a new product, Product A, I create a field "PRODUCTA". When people buy, they get tacked with the value "PRODUCTA".
- Then I create another product, Product B, create a field called "PRODUCTB", and tag buyers with the value "PRODUCTB" in that field.
I use those fields to create segments so I promote Product A only to those who haven't already bought it.
Should I have done it differently?