Do you have any defines in wp-config.php that block updates?
See https://codex.wordpress.org/Configuring_Automatic_Background_Updates for examples.
Hi
I would like to see the file via ftp but (after trying some solution) now I cannot download the file!
I think to have some permission problem on FTP now…
wait… I used the WP File Manager Plugin to download the file and it works
Filezilla instead has problems….
anyway
inside the wp-config there is this line:
define(‘AUTOMATIC_UPDATER_DISABLED’, true);
I just removed the line but at the moment nothing changes on the admin panel.
I also reinstalled WordPress via dashboard
I also have this 2 lines inside the wp-config:
define(‘FS_METHOD’,’direct’);define(‘FS_CHMOD_DIR’,0755);define(‘FS_CHMOD_FILE’,0644);
define(‘WP_TEMP_DIR’,dirname(__FILE__).’/wp-content/uploads’);
After removing the line, did you upload the modified file to your host?
Yes I uploaded in the root folder
This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
yes!
I activate the Them Twenty
Deactivated one by one the plugins and after the deactivation of one plugin the updates happeared
thanks for help!
all the best