Memory exceeds if custom post type count is greater then 10000 in admin
-
Hi,
I used this plugin for one of my clients where I was in need to create a custom post type and fields. After creating, I migrated the old website content to wordpress( custom post type ) which counts more then 10000.
After data migration I went onto check the admin side(CMS) to view the list of the migrated custom post but it displayed internal server error message.
The front end was working fine.When I enabled the wordpress debugger it showed me that the allocated memory was not sufficient.
I tried to allocate more memory via code,php.ini and .htaccess in wp-admin folder of no use.
But when I checked the database all the data where there for the given custom post type.
First I thought this to be wordpress issue but I found that wordpress has the capability to handle million posts.
When I remigrated the data from custom post type to wordpress default post type(post), it was working very good.
Is this really a plugin issue in listing the custom post type in the admin?
- The topic ‘Memory exceeds if custom post type count is greater then 10000 in admin’ is closed to new replies.