Comment 1 for bug 346626

Revision history for this message
Alex Stansfield (casualgenius) wrote :

How many posts do you have in the Category that caused the problem?

The memory error is caused when calling a wordpress function that fetches the post data for a category. I might need to do things differently to take into account categories with hundreds of large posts.

The function itself does get way more data than I require, but I couldn't find one that would give me just what I needed.

Originally I was just using my own SQL statement to grab the data. I may need to go back to doing it this way, but this is less than ideal.