Delicious Brains Support
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Search Replace] Can you search where field “contains”?Hi there,
Better Search Replace Support Team here, Thanks for reaching out with your query we would be happy to assist!
What you’re describing is done best when doing a search/replace using regular expressions (regex). Currently, Better Search Replace doesn’t support regex searches. However, our other product, WP Migrate, has this functionality:
https://deliciousbrains.com/wp-migrate-db-pro/doc/find-and-replace/#regex-find-replace
https://deliciousbrains.com/better-search-replace/upgrade/
Please let us know if you have more questions!Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] Deprecation Warning on PHP 8.4Hi there!
WP Migrate Support Team here, Thanks for reaching out with your query we would be happy to assist!
This has been fixed on version 2.7.5:
https://ww.wp.xz.cn/plugins/wp-migrate-db/#developers
https://deliciousbrains.com/wp-migrate-db-pro/doc/changelog/
Can you please check if you have the latest version of the plugin (2.7.7) installed?
Hi there!
Better Search Replace Support Team here, Thanks for reaching out with your query we would be happy to assist!
The short answer is yes, Better Search Replace can update URLs for Elementor and other page builders, as it searches and replaces data across your entire WordPress database.
However, the plugin can only find and replace exact string matches. Some page builders including Elementor, sometimes store URLs with escaped forward slashes in certain database rows (for example:
https:\/\/yourdomain.com\/subdirectory\/). If a standard search doesn’t catch everything, you may need to run a second pass using that escaped format.We recommend reaching out to Elementor’s support to verify how they store URLs on the database so our plugin can find the exact keyword and replace it.
Before running any search and replace, we strongly recommend creating a database backup just in case.
Hope this clarifies!
WP Offload Media Support Team here, Thanks for reaching out with your query we would be happy to assist!
We noticed you’ve created a ticket. Please refer to that for our response / updates.
Thank you!
Hi there,
WP Offload Media Support Team here, Thanks for reaching out with your query we would be happy to assist!
This is the expected behavior of that tool/setting. Only the files are removed, but the Media Library database records are retained. The plugin works closely with the Media Library records in the database.
https://deliciousbrains.com/wp-offload-media/doc/developer-guide/#automatic-offloadThe file you see on the Media Library is due to the Media Library records found on your database.
Rest-assured, if you enabled Remove Local Media, the files should automatically be removed from server after being offloaded. You can verify this by checking your “
wp-content/uploads” directory and checking whether the file you uploaded via your WordPress Media Library is still there.Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] wp migrate multipleHi there,
WP Migrate Support Team here, Thanks for reaching out with your query we would be happy to assist!
I’m afraid migrating multiple subsites at once without replacing a multisite network is currently not possible with WP Migrate. WP Migrate can migrate between multisites and you can opt to push/pull the entire network. However, this will then replace the entire multisite network on the target site.
Alternatively, you can use the Multisite Tools to migrate your subsites individually to another new multisite. This means you can opt to migrate each subsites to another multisite but can only do it one at a time.
https://deliciousbrains.com/wp-migrate-db-pro/doc/multisite-tools-addon/#migrate-between-multisites
Please note that Multisite Tools is only available on Premier license.
Hi @nishant541,
WP Offload Media Support Team here, Thanks for reaching out with your query we would be happy to assist.Please note that WP Offload Media works closely with your WordPress site’s Media Library.
Therefore for your files to be offloaded to the S3 Bucket, you would need to make sure that they are added to the Media Library first.You could also check our Developer’s Guide here, to try and see how the automatic offloading works –
https://deliciousbrains.com/wp-offload-media/doc/developer-guide/#automatic-offload
Thank you.Forum: Plugins
In reply to: [Better Search Replace] The test run cannot be dismissed.Hi @pilsbier1111!
Better Search Replace Support Team here. Thanks for reaching out with your query! We would be happy to assist.
Could you please try setting the Max Page Size to 1000, to see if it helps? If the issue persists, can you try editing your wp-config.php file on your server to replace this line –
define( ‘WP_DEBUG’, false );
With these lines –
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
This will cause all runtime errors, warnings, and notices to be written to/wp-content/debug.log, which will hopefully yield some better information about what’s going on.
Can you try the process again and then share thedebug.logcontents, if created. Feel free to redact any sensitive info. More details about that at https://ww.wp.xz.cn/support/article/editing-wp-config-php/#wp_debug
Once we have finished troubleshooting you should revert that config change and delete the debug.log file.As for the checkbox in the test run window, could you kindly share a screenshot or screen recording when the issue happens? Thank you!
Forum: Plugins
In reply to: [Better Search Replace] Dry run results unclearHi there,
Better Search Replace Support Team here, Thanks for reaching out with your query we would be happy to assist!
This is possible with the pro version of the plugin. You can view the exact changes that will be made during a search/replace in easy-to-read diffs. More info here.
Hi @kellyoswald!
WP Offload SES Support Team here. Thanks for reaching out with your query! We would be happy to assist.
If you close the notice, does it pop back again eventually? If so, would you be able to send the debugging information from the Support tab on the site you’re having trouble with?
- Go to the Support tab of your install
- Scroll down to the “Diagnostic Info”
- Copy the contents and paste in your next response here (please redact any sensitive info)
Forum: Plugins
In reply to: [Better Search Replace] Dry Run QuestionHi there!
Better Search Replace Support Team here, Thanks for reaching out with your query we would be happy to assist!
Yes, it’ll update the same rows if you run the search and replace with the “Dry run” option un-checked.
The dry run will show the number of changes that will be done on the selected database table. With the pro version, you can view those exact changes on each row that will be affected. When you run the actual search and replace, those words/texts on those rows will be replaced.
But if you’re asking whether it’ll be the exact number on the “changes found” and “rows updated” when you run the actual replace then it depends. Some rows may contain more than one instance of the word you searched.
Let’s say 10 changes are found on your database table but 1 of those rows contains two instance of the word you searched. If you run the actual search and replace, the changes found will be 10 but the rows updated will only be 9.
Hope this clarifies! Please let us know if you have any other questions!
Hi there!
WP Offload Media Support Team here, Thanks for bringing this to our attention!
We have reported this internally for review and investigation.
Though i don’t have any immediate updates for you on this, any new releases will be released accordingly and the change log can be reviewed here –
https://ww.wp.xz.cn/plugins/amazon-s3-and-cloudfront/#developers
Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] Find / Replace tools not workingHi @kurtnuimage!
WP Migrate Support Team here. Thanks for reaching out with your query! We would be happy to assist.
_mig_wp_options is a temporary table WP Migrate creates used in migration. It is a copy of your site’s wp_options.
Could you check for us if your site’s wp_options table has a primary key (option_id) and does option_id have
AUTO_INCREMENTenabled? Adding those settings to the wp_options table should help with the issue.Let us know how it goes!
Hi there!
WP Offload Media Support Team here, Thanks for bringing this to our attention!
We have reported this internally for review and investigation.
Though i don’t have any immediate updates for you on this, any new releases will be released accordingly and the change log can be reviewed here –
https://ww.wp.xz.cn/plugins/amazon-s3-and-cloudfront/#developers
Hi Kevin,
WP Offload Media Support Team here, Thanks for reaching out with your query we would be happy to assist!
The plugin works closely with WordPress’ Media Library. As long as WordPress supports a file type for uploading, WP Offload Media will also be able to offload it.
Can you please check whether your newly uploaded AVIF files are uploaded to your Media Library?
Maybe there were new changes on your site that prevented new AVIF files from being uploaded to the Media Library.
Can you also please send me the debugging information from the Support tab on the site you’re having trouble with?
- Go to the Help tab of your install
- Scroll down to the “Diagnostic Info & Error Log”
- Copy the contents and paste it on your reply.