• On clicking Save changes displays Error

    An error occurred while saving the settings. Please try again

Viewing 1 replies (of 1 total)
  • Thread Starter Malae

    (@malae)

    Further to my earlier posting, I assume from the original release date, that this plugin has been recently resurrected, but it seems to run ok with PHP 8.3. However, I checked the code and changed line 47 from
    dirname(plugin_basename(__FILE__)) . '/languages/'
    to
    dirname((string) plugin_basename(__FILE__)) . '/languages/'
    This seems to have fixed the saving issue.

    On running the plugin I found that it is not implementing the following:
    Strict-Transport-Security X-Content-Type-Options Referrer-Policy Permissions-Policy
    There seems to be no choices available for the attributes for them.

    I would appreciate it if you can fix these issues.

Viewing 1 replies (of 1 total)

The topic ‘Cannot save’ is closed to new replies.