Hi,
thanks for your post, and sorry for the trouble.
Are you saying that you have 100,000 tables? That’s pretty much, and most likely the reason for these issues. The site is reaching the PHP memory limit.
You could try increasing that by setting the WP_MEMORY_LIMIT constant to a higher value in the wp-config.php file, e.g. to 1024M, with the help of http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
If you are really using 100,000 tables, you might need to consider other options in the future, however.
Regards,
Tobias
hi,
after i changed PHP memory limit, i can see this message below.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 123667 bytes) in /home/zstarpower/public_html/test/wp-content/plugins/w3-total-cache/lib/W3/ObjectCache.php on line 211
could you please advise me?
Thank you.
Hi,
thanks for your post, and sorry for the trouble.
Ok, the actual limit did not increase from what I can see. So, it might be possible that your server host is limiting the memory. You might therefore have to get in touch with them, so that they allow a higher limit.
Otherwise, I’m out of ideas here. The problem basically is that your site is using so many plugins that manage so much data so that the PHP memory limit is reached.
Regards,
Tobias
hi,
i fixed it.
problem is plugin “W3 Total Cache”.
after i remove that plugin, tablepress works.
Thank you for your help.
Hi,
good to hear that you found a solution!
Note that this doesn’t mean that there’s a bug or something in that plugin. It’s just that the sum of all plugins and their data that you use reached the memory limit. W3 Total Cache just happened to be the one plugin that broke the limit.
Best wishes,
Tobias