Thread Starter
leanda
(@leanda)
Looks like the reason the entries page isn’t showing is because there are 27000 entries!
I can get the data out by exporting as a CSV from the database manually, but it’s unusable as the form field data is all in one column. Any advice on separating the form fields from the single data column?
Thanks
Thread Starter
leanda
(@leanda)
Okay for anyone else having this problem, I solved it by upping the memory limit in wp-congfig.php to define(‘WP_MAX_MEMORY_LIMIT’, ‘2048M’);
I’ll see if there’s a way to optimize that query. It’s pretty simple and there’s also a pagination function that limits the initial number displayed to 25. So, there shouldn’t be any performance issues that I can think of.
Thread Starter
leanda
(@leanda)
That would be great if you could do that!
Just wanted to let you know that I think I found a good solution to this and it’ll be in the next update. When I get the update out, I’ll let you know and it’d be great if you could test it for me.
Should I remove the memory issue Leanda recommended after the upgrade?
By the way, Thanks Leanda
Are any of the entries searchable?
Thread Starter
leanda
(@leanda)
Thanks Matthew. Happy to test for you!
Please update to the latest version and test your Entries page and let me know if you are still having trouble.
Also, tricrown, you can now search the entries 🙂
Thread Starter
leanda
(@leanda)
Updated the plugin, removed the memory limit and it’s all working fine! Thanks Matthew!