Cory Lamle on "[Plugin: Duplicator] Deployment Error | Incorrect string value...
Hey Sparkblender, What database build mode are you using 'PHP' or 'mysqldump'? Thanks~
View ArticleSparkblender on "[Plugin: Duplicator] Deployment Error | Incorrect string...
Hi Cory, I was trying to install on MAMP Server when the error occurred. I ended up installing on my host, with no errors. Thanks for following up!
View ArticleCory Lamle on "[Plugin: Duplicator] Deployment Error | Incorrect string value...
That is good to hear! Cheers~
View Articleivailo82 on "Recommended plugin to export database?"
Is there an easy way to extra just the database from Wordpress from within the wp-admin control panel? I tried to use duplicator but I could not extract a full backup because the file size was too...
View Articleraj2005 on "want to link the posts on mywebsite back to it's own website...
I have a website and want to display posts from an external website on to my own website so every times the posts update on the external website, it will update on my website too. I have managed to...
View ArticleMarios Alexandrou on "want to link the posts on mywebsite back to it's own...
There's a plugin called Real-Time Find and Replace (I'm the author) that you might be able to use to change the domain of the links to match your site's domain. This plugin doesn't change the actual...
View Articleraj2005 on "want to link the posts on mywebsite back to it's own website...
Hi Marious, Thanks for your answer but I don't want to change the URL for the whole website just those posts on the homepage.
View Articleraj2005 on "want to link the posts on mywebsite back to it's own website...
Hi I managed to fix this now for anyone else that may have the same error. I just hardlinked the link: <?php $mydb = new wpdb('root','','test','localhost'); $rows = $mydb->get_results("select...
View Articleraj2005 on "how to get medium thumbnail from mysql database"
How do you get a medium sized thumbnail using a sql query. Right now i have managed to get the largest thumbnail out of the database but its too big and want the medium sized one to be displayed. Any...
View Articlewebgirl on "[Plugin: s2Member Framework (Member Roles, Capabilities,...
From my dealings with S2 Member it has a plugin safeguard feature that is on by default. Did you make sure that Plugin Safe Guard was Off prior to deletion under General Options? If not, you can...
View ArticleWill Schmierer on "how to get medium thumbnail from mysql database"
Depending on where you want to display the thumbnail you'll want to follow this for retrieving a that thumbnail. Hope this helps get you started. https://codex.wordpress.org/Post_Thumbnails
View Articlephandolin on "WordPress database error Lost connection to MySQL server during...
I've been troubleshooting this for a week now and have not been able to narrow it down, any help is appreciated. I've been getting these errors often several times per day on a client's site....
View ArticleJustin Greer on "WordPress database error Lost connection to MySQL server...
Sorry for your troubles. I am going to through this out there because I have ran into the issue on stock Centos stacks. The issue I had was caused by the max_conenctions limit being reached set by my...
View Articlephandolin on "WordPress database error Lost connection to MySQL server during...
Thanks for that advice, I see max connections is 151, that seems completely logical that that is the problem. I'm going to increase it and I'll report back.
View Articlephandolin on "WordPress database error Lost connection to MySQL server during...
I think you are probably right. I just ran show status like 'Conn%'; and I see 127 connections, which is very close to 151. I increased to 1000. Thanks!
View ArticleJustin Greer on "WordPress database error Lost connection to MySQL server...
Awesome. Glad I could be of help.
View Articlephandolin on "WordPress database error Lost connection to MySQL server during...
Hmmm...well the errors have continued a few times this afternoon. Any other ideas?
View Articlephandolin on "WordPress database error Lost connection to MySQL server during...
I ran mysql check and got the following results. Could it be wordfence keeping connections open? .wp_bbpp_thankmelater_opens OK .wp_bbpp_thankmelater_opt_outs OK .wp_commentmeta OK .wp_comments OK...
View ArticleJustin Greer on "WordPress database error Lost connection to MySQL server...
Your site just may be query heavy. I have seen this a few times. You probably have logging on in WordFence and your site is being hit by bots causing WF to drain your available connections. You need to...
View Articlephandolin on "WordPress database error Lost connection to MySQL server during...
Great, again I appreciate the tips. I've set up mysql query caching for starters and I'll keep an eye on things today.
View Article