Sbarazzarsi di Un altro aggiornamento è attualmente in corso
-
-
Quelmessaggio è stato rimosso automaticamente dopopochiminuti,quindiilproblema è stato risoltoe ho aggiornato con successo lamiainstallazione di wordpressThat message got auto removed after a few minutes, so the problem is now solved an I successfully updated my wordpress installation
- 1
- 2016-04-27
- Sam Provides
-
Potrebbeessere dovuto a una cache (es: WP Object Cache) chepotrebbeessersi cancellata dopopochiminuti.It could be due to some cache (ex: WP Object Cache) that may have cleared itself after a few minutes.
- 0
- 2016-04-28
- Pothi Kalimuthu
-
Aggiungiiltuo commento come rispostae contrassegnalo come completoper chiuderlo.Sono contento chefunzioni.Add your comment as an answer and mark as complete to close it out. Glad you got it working.
- 0
- 2016-05-08
- TomC
-
fornito unpiccolo suggerimento allafine `$> wp option deletemy_option`provided you a little tip at the end `$>wp option delete my_option`
- 0
- 2016-11-29
- prosti
-
Basta "selezionare SELEZIONA * DA` wp_options` WHERE `nome_opzione` COME '% core_update%'" daltuo db. Bastaeliminare questa riga "elimina core_updater.lock" dallatabella wp_optionsedeseguirla dinuovo.AiutaJust "select SELECT * FROM `wp_options` WHERE `option_name` LIKE '%core_update%'" from your db. Just delete this row "delete core_updater.lock" from wp_options table and run it again. It helps
- 7
- 2017-07-01
- Arul
-
Nessuna delle rispostefunzionain Wordpress 4.9.Ecco cosafunzionainvece: https://stackoverflow.com/questions/34929245/wordpress-cant-write-to-db-after-migrationNone of the answers work in Wordpress 4.9. Here's what works instead: https://stackoverflow.com/questions/34929245/wordpress-cant-write-to-db-after-migration
- 0
- 2018-12-29
- che-azeh
-
7 risposta
- voti
-
- 2016-05-08
È unblocco automaticoperimpedire aggiornamenti core simultanei.Sarà sparito dopo 15minuti.Senon vuoi aspettare,eliminail record dallatabella delle opzioni,di solito
wp_options
.Apartire da Wordpress 4.5:
option_name = 'core_updater.lock'
Se hai un'installazione precedente (prima di Wordpress 4.5):
option_name = 'core_updater'
It is an automatic lock to prevent simultaneous core updates. It will be gone after 15 minutes. If you don't want to wait, delete the record from options table – usually
wp_options
.Since Wordpress 4.5:
option_name = 'core_updater.lock'
If you have an older installation (before Wordpress 4.5):
option_name = 'core_updater'
-
Nellamiainstallazionenonesiste una riga di questotiponel databasee ilmessaggio appare ancora.Il veronome dell'opzione è `core_updater.lock` (per Wordpress 4.5.3)In my installation there is no such row in database and the message still appears. The real option name is `core_updater.lock` (for Wordpress 4.5.3)
- 15
- 2016-06-26
- Athlan
-
IDEA MIGLIORE:fallo con WP CLI: `wp option delete core_updater.lock`BEST IDEA: Do this with WP CLI: `wp option delete core_updater.lock`
- 8
- 2017-03-07
- jerclarke
-
Nontrovonessuno di questinellatabella wp_optionse ricevo ancora questomessaggio.I am not finding either 1 of these in the wp_options table, and still getting this message.
- 1
- 2017-07-25
- Solomon Closson
-
Non honiente di similenel database wpI don't have anything like this in wp database
- 0
- 2018-07-21
- user924
-
nientepuòesseretrovato come questonelmio database,non `core_updater.lock`e nemmeno` core_updater`nothing can be found like this at my database, not `core_updater.lock` and not even `core_updater`
- 0
- 2018-10-28
- user924
-
@Athlane dovetrovarlo?Ho 4.9.7e non riesco atrovaretali opzioninelmio database@Athlan and where to find it? I have 4.9.7 and can't find such options in my database
- 0
- 2018-10-28
- user924
-
@ user924 qui https://github.com/WordPress/WordPress/blob/da7a80d67fea29c2badfc538bfc01c8a585f0cbe/wp-admin/includes/class-core-upgrader.php#L119.@user924 here https://github.com/WordPress/WordPress/blob/da7a80d67fea29c2badfc538bfc01c8a585f0cbe/wp-admin/includes/class-core-upgrader.php#L119.
- 0
- 2018-10-29
- Athlan
-
- 2017-08-03
-
- 2018-08-14
Aggiungi questo codice a qualsiasiplugin o alfile functions.php deltuotema.Ricordati di rimuoverlo quando haifinitoperevitare di sfogliareil database senzamotivo.
delete_option( "core_updater.lock" );
Add this code to any plugin or your theme's functions.php file. Remember to remove it when you're done to prevent flicking your database for no reason.
delete_option( "core_updater.lock" );
-
non aiuta WordPress 4.9.7doesn't help WordPress 4.9.7
- 1
- 2018-10-28
- user924
-
questo è ancora disponibilein WP 5+this is still available in WP 5+
- 1
- 2019-03-01
- NickFMC
-
Non sono a conoscenza dinullain 4.9.7 che lo rendanonfunzionante,nonostanteil commento di user924.I am not aware of anything in 4.9.7 that makes this not work, despite user924's comment.
- 0
- 2019-06-19
- John Dee
-
- 2017-07-24
Per @jeremyclarke,eseguirlo sulterminale ha risolto questoproblemaperme:
wp option delete core_updater.lock
Per @jeremyclarke, running this at the terminal resolved this issue for me:
wp option delete core_updater.lock
-
non aiuta WordPress 4.9.7doesn't help WordPress 4.9.7
- 0
- 2018-10-28
- user924
-
- 2016-11-28
Conferma di questo
"core_updater.lock"
. All'iniziopotrebbenonessere ovvio,maguarda la riga771
.File: wp-admin/includes/class-wp-upgrade.php 754:/** 755: * Crea unblocco utilizzando le opzioni di WordPress. 756: * 757: * @ dalla 4.5.0 758: * @accesspublic 759: * @static 760: * 761: * @param string $ lock_name Ilnome di questoblocco univoco. 762: * @paramint $ release_timeout Opzionale. La duratain secondiper rispettare unbloccoesistente. 763: * Predefinito: 1 ora. 764: * @returnbool False senon è statopossibile creare unblocco o seilblocconon èpiù valido. Altrimenti vero. 765: */ 766:funzione staticapubblica create_lock ($ lock_name,$ release_timeout=null) { 767:globale $ wpdb; 768:if (! $ Release_timeout) { 769: $ release_timeout=HOUR_IN_SECONDS; 770:} 771: $ opzione_blocco=$nome_blocco. '.serratura'; 772: 773://Prova abloccare. 774: $ lock_result=$ wpdb- > query ($ wpdb- >prepare ("INSERT IGNORE INTO` $ wpdb- > options` (`option_name`,` option_value`,`autoload`) VALUES (% s,% s,'no')/* LOCK */",$ lock_option,time ())); 775: Ora,se vuoipuoi eliminare questa opzione:
$ > wp opzioneelimina core_updater.lock
Confirming this
'core_updater.lock'
. It may not be obvious at first but look at the line771
.File: wp-admin/includes/class-wp-upgrader.php 754: /** 755: * Creates a lock using WordPress options. 756: * 757: * @since 4.5.0 758: * @access public 759: * @static 760: * 761: * @param string $lock_name The name of this unique lock. 762: * @param int $release_timeout Optional. The duration in seconds to respect an existing lock. 763: * Default: 1 hour. 764: * @return bool False if a lock couldn't be created or if the lock is no longer valid. True otherwise. 765: */ 766: public static function create_lock( $lock_name, $release_timeout = null ) { 767: global $wpdb; 768: if ( ! $release_timeout ) { 769: $release_timeout = HOUR_IN_SECONDS; 770: } 771: $lock_option = $lock_name . '.lock'; 772: 773: // Try to lock. 774: $lock_result = $wpdb->query( $wpdb->prepare( "INSERT IGNORE INTO `$wpdb->options` ( `option_name`, `option_value`, `autoload` ) VALUES (%s, %s, 'no') /* LOCK */", $lock_option, time() ) ); 775:
Now, if you like you may delete this option:
$>wp option delete core_updater.lock
-
non aiuta WordPress 4.9.7doesn't help WordPress 4.9.7
- 0
- 2018-10-28
- user924
-
-
- 2020-04-26
In WordPress ci sono dueblocchi di aggiornamento:
- core_updater
- auto_updater
Quindi,puoi risolvere questoproblemaeliminandoi blocchi di aggiornamento.
Utilizzail codice seguentepereliminareilblocco:
delete_option( 'core_updater.lock' ); delete_option( 'auto_updater.lock' );
Puoieliminarei blocchi di aggiornamento anche conil comando CLI.Scopri come eliminarli conil comando CLI .
Utilizzailplug-in di WordPress inserisci qui la descrizione del link fix-update-in-process chemostranoi blocchiesistentie correggonoproblema con un clic.
In WordPress there are two update locks:
- core_updater
- auto_updater
So, you can fix this by deleting the update locks.
Use below code to delete the lock's:
delete_option( 'core_updater.lock' ); delete_option( 'auto_updater.lock' );
You can delete the update locks with CLI command too. Checkout how to delete them with CLI command.
Use the WordPress pluginenter link description here fix-update-in-process which show the existing locks and fix the issue with one click.
Stavo cercando di aggiornareilmio wordpress core alla 4.5.1ma almio sistemamancavano alcunipermessie ora,dopo aver datoilpermesso corretto,non riesco a sbarazzarmi di quelmessaggioe nonposso aggiornare. Hoprovato a cercare unfile .maintainancemanon c'è.
Come aggiorno adesso?
Grazieper l'aiuto