-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin fails, runs out of memory, if wp_XXX_options table is selected #130
Comments
Hi @damonbeals, could you write here what version of WP, S&P plugin do you use? |
Thanks @bvdv for your help! ❤️ |
Wordpress 4.9.9, not updated to 5.X yet. And Version 3.2.0 of Search & Replace. |
Still having this issue, is there anything I can provide to help debug this further? |
It is also possible to inform us about your items inside this table? How many lines of entries are inside the table? Maybe is really big for your small memory. The plugin have no fall back if the memory is to small. |
Hi Mister Frank, long time! I was running in circles with the same issue, unselecting wp_xx_options made the plugin work.
The table is really small, 200 items. I'm running on a VPS so I pushed the timeout limits quite high.. Error occurs on main site and subsites. |
I have a older WP multisite, and this plugin has been so helpful in letting me make some major changes. But several of my sites cause the plugin to fail if wp_XXX_options is selected. I enabled debug and see PHP throws an error because it runs out of memory. I upped the PHP memory to 384M and still the plugin fails.
From the debug.log with 256M
[01-Feb-2019 20:50:50 UTC] PHP Fatal error: Allowed memory size of 268435456 by
tes exhausted (tried to allocate 262144 bytes) in /usr/home/wbcci/public_html/wb
cci.net/wp-content/plugins/search-and-replace/inc/Database/Replace.php on line 337
[01-Feb-2019 20:50:50 UTC] PHP Fatal error: Allowed memory size of 268435456 by
tes exhausted (tried to allocate 262144 bytes) in /usr/home/wbcci/public_html/wb
cci.net/wp-includes/load.php on line 679
Let me know if you need anything further to debug.
The text was updated successfully, but these errors were encountered: