Quantcast
Channel: Topic Tag: database | WordPress.org
Browsing all 11063 articles
Browse latest View live
↧

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 Article


Samuel 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 Article


AFQ 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 Article

RossMitchell 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 Article

DrProtocols 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 Article


Samuel 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 Article

Error 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 Article

josh_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 Article


peipooh 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 Article


DaltonKey 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 Article

threedogmoon 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 Article

Expanded 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 Article

Simba123 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 Article


asabrasives 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 Article

mewcrazy 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 Article


Simba123 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 Article

josh_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 Article


lorro 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 Article

kcfoodblog 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 Article

asabrasives on "[Plugin: WooCommerce - excelling eCommerce] Remove existing...

Thank you, I will check it out

View Article
Browsing all 11063 articles
Browse latest View live