Skip Navigation

[Resolved] OTGS_DISABLE_AUTO_UPDATES warning

This support ticket is created 5 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 5 years, 9 months ago.

Assisted by: Christian Cox.

Author
Posts
#1223501

I am trying to: Troubleshoot an error OTGS_DISABLE_AUTO_UPDATES warning and slow dashboard as per https://toolset.com/forums/topic/otgs_disable_auto_updates-warning/

Link to a page where the issue can be seen: Delay in loading admin.

I expected to see: Normal speed loading admin.

Instead, I got: The error message and slow access to admin.

Is the answer to add "define("OTGS_DISABLE_AUTO_UPDATES", true);" to wp-config.php or is there a more up to date solution?

#1223558

Is the answer to add "define("OTGS_DISABLE_AUTO_UPDATES", true);" to wp-config.php or is there a more up to date solution?
Hi, yes this is still the best way to disable automatic updates. If you add this code to wp-config.php and the wp-admin performance does not improve significantly, there may be another issue to consider.