• When trying to activate, I got fatal error, I was not able to login, had to manually rename plugin directory to continue. Never ever happened with any other plugin.

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function opsd_recheck_plugin_locale()….

Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Its seems that this issue exist only in the PHP 7.2, when conflicting with some other plugin. Please try to make this fix.

    Please open this file ../wp-content/plugins/secure-downloads/core/opsd-translation.php

    ( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )

    then find this code:

    function opsd_recheck_plugin_locale( $locale, $plugin_domain ) {

    and replace it to this code:

    function opsd_recheck_plugin_locale( $locale, $plugin_domain = '' ) { //FixIn: 1.1.2.2

    Test it.

    this fix will be available in next update of plugin.

    Kind Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Totaly messed with my site’ is closed to new replies.