• Resolved Tim Hyde

    (@livingos)


    After updating to latest version, I now get the following error when trying to access the settings page:

    Briefly unavailable for scheduled maintenance. Check back in a minute.

    All other settings pages and plugins seem to be ok. It is just the Event Organiser settings page, which I need to access to add the API key it is also now asking for.

    https://www.ads-software.com/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    That’s odd. That message is not from Event Organiser. So unless it is from a another plug-in it would have to be this line: https://github.com/WordPress/WordPress/blob/df97f83cb63297a6d830f4daedd9ca1eba5e06f1/wp-includes/load.php#L224 (the only instance in WordPress that text appears).

    That is triggered, under certain circumstances, if wp_maintenance() is called. But that is done so before any plug-ins are run.

    In short, (and unless there’s another plug-in that could be displaying that text), it can only be your WordPress installation and/or server environment that is causing that message. Which does beg the question – why does it only appear for Event Organiser settings?

    Somethings to check, (which you can see in wp_maintenance() ):

    • Is there a .maintenance file in the root of your install?
    • If so, it should define a value for $upgrading. What is it?

    Apart from that, my only suggestion is to add some error logging (i.e. log the value of wp_debug_backtrace_summary() just above where the error message is called.

    Thread Starter Tim Hyde

    (@livingos)

    Ok, started debugging and magically started working.

    Not sure what happened, but working again now.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Settings page not accessible’ is closed to new replies.