Make WordPress Core

Opened 9 months ago

Closed 9 months ago

Last modified 7 months ago

#61813 closed defect (bug) (invalid)

Plugins dont show the enable/disable auto update links

Reported by: mkservice's profile mkservice Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.6.1
Component: Plugins Keywords: reporter-feedback
Focuses: ui, administration Cc:

Description

I have been using WordPress for a long time. Earlier there used to be an option to enable auto plugins update but now this option is unavailable. What is the reason?

https://corenewsnow.com/wp-content/uploads/2024/08/Screenshot-2024-08-03-184705.png

I have added an image but still, if it is not showing here then I will give it to you separately, the issue coming inside the image will be shown

Attachments (4)

Screenshot 2024-08-03 184705.png (56.8 KB) - added by mkservice 9 months ago.
auto-updates.png (108.8 KB) - added by brobken 9 months ago.
automatic-updates-enabled
Screenshot 2024-08-17 012525.png (132.0 KB) - added by mkservice 9 months ago.
fix.png (157.3 KB) - added by mkservice 9 months ago.

Download all attachments as: .zip

Change History (15)

#1 follow-up: @pbiron
9 months ago

There are a few reasons why the "enable/disable auto-updates" links wouldn't appear:

  1. in multi-site, they only appear on the Network > Plugins screen (not the "normal" Plugins screen)
  2. there are several constants that you (or your hosting company) could define in your wp-config.php file:
    1. AUTOMATIC_UPDATER_DISABLED
    2. DISALLOW_FILE_MODS
  3. and then there are the filter hook that plugins/themes could use
    1. automatic_updater_disabled

Have you ruled all of those out?

#2 in reply to: ↑ 1 @mkservice
9 months ago

I have not tampered with my website in any way that would cause me any harm or anything

Replying to pbiron:

There are a few reasons why the "enable/disable auto-updates" links wouldn't appear:

  1. in multi-site, they only appear on the Network > Plugins screen (not the "normal" Plugins screen)
  2. there are several constants that you (or your hosting company) could define in your wp-config.php file:
    1. AUTOMATIC_UPDATER_DISABLED
    2. DISALLOW_FILE_MODS
  3. and then there are the filter hook that plugins/themes could use
    1. automatic_updater_disabled

Have you ruled all of those out?

#3 follow-up: @NekoJonez
9 months ago

  • Summary changed from auto plugins update issue to Plugins dont show the enable/disable auto update links

I have various pro plugins that dont have the feature too.
I think this is something on their end, not coding in that feature.

It has nothing to do with if its hosted on wp.org or not. Its a lot of plugins from outside of wp.org that can have this problem.

So, for those 4... Did these options show up in previous versions? Maybe reach out to the mod devs. Since a lot changed about mods and auto updates since 6.5 and 6.6. To double check its not on their end.

#4 in reply to: ↑ 3 @mkservice
9 months ago

This wp.org hosts this plugin "Site Kit by Google" but that option is not available in it either

Replying to NekoJonez:

I have various pro plugins that dont have the feature too.
I think this is something on their end, not coding in that feature.

It has nothing to do with if its hosted on wp.org or not. Its a lot of plugins from outside of wp.org that can have this problem.

So, for those 4... Did these options show up in previous versions? Maybe reach out to the mod devs. Since a lot changed about mods and auto updates since 6.5 and 6.6. To double check its not on their end.

#5 follow-up: @NekoJonez
9 months ago

Lets double check if we dont have the column unchecked in the screen options.

Also, is that the version from wp.org or external?

#6 in reply to: ↑ 5 @mkservice
9 months ago

I have installed it from the Plugins Install section of WordPress

Replying to NekoJonez:

Lets double check if we dont have the column unchecked in the screen options.

Also, is that the version from wp.org or external?

@brobken
9 months ago

automatic-updates-enabled

#7 follow-up: @brobken
9 months ago

  • Component changed from General to Plugins
  • Focuses administration added

as @NekoJonez already mentioned and based on your provided screenshot, please check 'Screen Options' to have the 'Automatic Updates' displayed and active.
https://core.trac.wordpress.org/raw-attachment/ticket/61813/auto-updates.png
Can you confirm this is enabled?

Last edited 9 months ago by brobken (previous) (diff)

#8 in reply to: ↑ 7 @mkservice
9 months ago

I don't see what you want to show me

I have also given you a screenshot so you can check it out https://core.trac.wordpress.org/attachment/ticket/61813/Screenshot%202024-08-03%20184705.png

Replying to brobken:

as @NekoJonez already mentioned and based on your provided screenshot, please check 'Screen Options' to have the 'Automatic Updates' displayed and active.
https://core.trac.wordpress.org/raw-attachment/ticket/61813/auto-updates.png
Can you confirm this is enabled?

#9 follow-up: @brobken
9 months ago

  • Resolution set to invalid
  • Status changed from new to closed

Hi @mkservice,
Thanks for providing this screenshot, as I think it contains useful information that could help us out finding your issue.
Are you hosting with Hostinger, something I saw in the screenshot?
Please read into this forum post, where they potentially identify a must use plugin of your host which removes this functionality:
https://wordpress.org/support/topic/automatic-update-settings-hostinger/

Can you check and verify?

@mkservice
9 months ago

#10 in reply to: ↑ 9 @mkservice
9 months ago

Sir, I did as you mentioned in the forum so my problem got fixed.

https://core.trac.wordpress.org/attachment/ticket/61813/fix.png

Replying to brobken:

Hi @mkservice,
Thanks for providing this screenshot, as I think it contains useful information that could help us out finding your issue.
Are you hosting with Hostinger, something I saw in the screenshot?
Please read into this forum post, where they potentially identify a must use plugin of your host which removes this functionality:
https://wordpress.org/support/topic/automatic-update-settings-hostinger/

Can you check and verify?

#11 @desrosj
7 months ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.