Expanded Fronts
Forum Replies Created
-
Forum: Plugins
In reply to: [Revisr] Restoring a database backed up in Revisr HELP!!!Also feel free to shoot an email to [email protected] if you want me to take a closer look and help you get back up and running.
Thank you.
Forum: Plugins
In reply to: [Revisr] Restoring a database backed up in Revisr HELP!!!Hi,
That’s strange, I’ve never seen this issue before. Did you have any automatic backup or auto-pull functionality enabled?
Revisr backs up the database to the wp-content/uploads/revisr-backups directory.
Forum: Plugins
In reply to: [Better Search Replace] Replaces the word in the title but post gets a 404Great! Marking this as resolved.
Forum: Plugins
In reply to: [Revisr] Trying to connect to bitbucket failsHi S?ren,
Can you try a “git pull” manually through terminal and see if that generates any errors?
Forum: Plugins
In reply to: [Better Search Replace] Found some copy but not allHi, how big is the database? Is there any affect when you change/lower the “Max Page Size” setting?
Forum: Plugins
In reply to: [Better Search Replace] Does not work with & charactersHi,
I tested and was not able to replicate this. Can you paste the search string here?
Forum: Plugins
In reply to: [Better Search Replace] _postmeta false findsThanks – I’ve been unable to replicate this so far in a few different installs but will look into this further.
Forum: Plugins
In reply to: [Better Search Replace] looking to replace the "html" at the end of addressesThanks for the info – I’ve tested and was unable to replicate, but I will try on some larger databases and see if that affects anything.
Marking this as resolved, please let me know you run into any further issues.
Forum: Plugins
In reply to: [Better Search Replace] finding, but not replacingHi,
I tested and wasn’t able to replicate this issue on several different installs.
Can you please try decreasing the “max page size” limit and seeing if the issue persists?Forum: Plugins
In reply to: [Better Search Replace] _postmeta false findsHi,
Can you please try decreasing the “Max Page Size” value and seeing if the issue persists?
Forum: Plugins
In reply to: [Better Search Replace] looking to replace the "html" at the end of addressesHi,
What did the URL’s look like after the replace? It’s hard to tell what the issue may be without actually seeing the problem.
Forum: Plugins
In reply to: [Better Search Replace] Need to search and replage image urlsHi,
I haven’t heard of this issue before – Can you please provide some further details on how it broke the website completely?
Did you see what happened in the DB after the search/replace?
Forum: Plugins
In reply to: [Better Search Replace] Issue with many MU blogsHi Cyrill,
I don’t think this is a bug – this is actually a feature designed to make it easier to run a search/replace on multiple multisite blogs.
You can go to the dashboard of any subsite to run a search/replace on just the tables for that subsite, or you can to the dashboard of the main/base site to run a search/replace on all tables.
Let me know if you have any other questions, thanks!
Forum: Plugins
In reply to: [Zoho Campaigns] Hardcoded wp_options callsNo worries, thanks!
Forum: Plugins
In reply to: [Zoho Campaigns] Hardcoded wp_options callsThe issue is with this line:
foreach( $wpdb->get_results('SELECT option_name,option_value FROM wp_options WHERE option_name like "zc4wp_a_%";') as $key => $row) {
(Line 15 of shortcode-adder-php.php). “wp_options” needs to have a dynamic table prefix.
See here- https://codex.www.ads-software.com/Creating_Tables_with_Plugins#Database_Table_Prefix