mctenold on "Unknown collation: 'utf8mb4_unicode_ci'"
Production to me is the client's server, where the site will be live. A lot of times in my work, there's already a site there, perhaps not Wordpress, but there's already a live production site there...
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
That's fair enough, and I don't disagree with any particular part of it. So, your test or development or staging system should be as close to the actual system as possible. Meaning: Install the same...
View ArticleAFQ on "Get post_id in a function which runs once a day?"
I am creating a plugin for myself which I'll be using in conjunction with two already published in WP repository. I am using WP Web Scrapper (https://wordpress.org/plugins/wp-web-scrapper/) to scrape...
View ArticleRossMitchell on "Get post_id in a function which runs once a day?"
There is a cron function, details here: https://codex.wordpress.org/Function_Reference/wp_cron Be aware that it is not as precise a service as you may expect, I think its resolution is related to the...
View ArticleDrProtocols on "Unknown collation: 'utf8mb4_unicode_ci'"
@Otto - I really think that you and WordPress.org in general are _still_ missing the point. Perhaps an analogy might help you. Suppose you were working on an important document for a client and you...
View ArticleSamuel Wood (Otto) on "Unknown collation: 'utf8mb4_unicode_ci'"
Clearly, this thread no longer is accomplishing anything of value here. This is a support forum. Support has been provided. If all you want to do is complain about the issue, then this is the wrong...
View ArticleError Est DB Connect"">thburkart on "Database Update Fails --> Error Est DB Connect"
Hey guys, I have diagnosed and found a fix for this issue. It was challenging but want to share here for those with big databases who were unable to complete the latest WP update. --- problem: Here is...
View Articlejosh_fester on "[Plugin: Revisr] Managing updates in multiple environments"
The documentation doesn't seem to give many details on how to handle this. Let's say you have the standard environments (dev/stage/prod). There's a new update available for Wordpress. Where do you...
View Articlepeipooh on "Posts not saving after migration (Buddypress)"
Hello, I recently changed hosting website and migrated my buddypress site. Everything seemed to work except for the permalinks that I had to fix, but luckily it went smoothly. I have a new problem now....
View ArticleDaltonKey on "Custom Database"
Something like this: http://www.muthead.com/madden-mobile/15/players http://www.muthead.com/madden-mobile/15/players/6176-adrian-peterson
View Articlethreedogmoon on "WP to Twitter needs to perform a database update. This may...
I'm getting the message: WP to Twitter needs to perform a database update. This may take a few minutes. Update Database When I click on Update Database, I get the message: Processing data migration......
View ArticleExpanded Fronts on "[Plugin: Revisr] Managing updates in multiple environments"
Hi, In the situation described above, you would do something like the following: 1. Backup the database on production 2. Log in to dev and pull down the changes, importing the database (make sure to...
View ArticleSimba123 on "SQL sum of custom field split into months"
Update: The following code works to an extent. It outputs the sum of the custom field 'total_invoice_cost per month ONLY if the custom field 'paid' has a value of 'yes'. (which is what I wanted)...
View Articleasabrasives on "[Plugin: WooCommerce - excelling eCommerce] Remove existing...
deleted a product from the database because of errors within WordPress itself. When I started adding the products back into the system it would say that I needed a unique SKU #. How do I find the SKU...
View Articlemewcrazy on "[Plugin: WP Media Cleaner] Do not work with big database ?"
I have around 260.000 images. For now I only activated Scan files folder. But even with that option it just shows me "Please wait" but no files are being listed or anything. Error logs stay empty.
View ArticleSimba123 on "SQL sum of custom field split into months"
This is my final working code: <?php global $wpdb; $sum = '0'; $results = $wpdb->get_results("SELECT SUM(x.total_invoice_cost) AS final ,CONCAT( YEAR(x.post_date), '-', MONTH(x.post_date) ) AS...
View Articlejosh_fester on "[Plugin: Revisr] Managing updates in multiple environments"
Awesome thanks! I will be working pretty extensively with this plugin so hopefuly I can write a helpful blog post soon that covers this area
View Articlelorro on "[Plugin: WooCommerce - excelling eCommerce] Remove existing SKU #...
If you have access to phpMyAdmin, you can find the skus in the wp_postmeta table.
View Articlekcfoodblog on "Database update hangs (fails)"
When I login to my website through blog/wp-login.php I get a screen that says "Database Update Required WordPress has been updated! Before we send you on your way, we have to update your database to...
View Articleasabrasives on "[Plugin: WooCommerce - excelling eCommerce] Remove existing...
Thank you, I will check it out
View Article