• Resolved KoolPal

    (@koolpal)


    Hi,

    The plugin looks very promising!

    Version: 0.19

    Upon activation got a series of errors as shown below. Perhaps related to Many WP_DEBUG errors upon initial plugin activation (some due to PHP 7)

    Deprecated: Function create_function() is deprecated in installation/wp-content/plugins/ultimate-wp-mail/Functions/EWD_UWPM_Widgets.php on line 67
    
    Notice: update_usermeta is deprecated since version 3.0.0! Use update_user_meta() instead. in installation/wp-includes/functions.php on line 4435
    
    Notice: update_usermeta is deprecated since version 3.0.0! Use update_user_meta() instead. in installation/wp-includes/functions.php on line 4435
    
    Notice: Undefined variable: Custom_Element_Object in installation/wp-content/plugins/ultimate-wp-mail/Functions/uwpm_register_custom_element_section.php on line 23
    
    Notice: Undefined index: EWD-UWPM-Options in installation/wp-content/plugins/ultimate-wp-mail/Main.php on line 57

    Please review.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @koolpal,

    Could you let us know what version of PHP you are using? It sounds like you are either using a very new version or a very old version.

    Thread Starter KoolPal

    (@koolpal)

    @etoilewebdesign My Current PHP version:??7.2.16

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @koolpal,

    Did you recently made any changes that might have caused the error or a conflict with UWPM plugin? If yes, please roll back the changes and then see if it works fine. Also, if you installed any new plugins then disable them momentarily. You could disable all other plugins and then re-activate them one-by-one to see which one is causing the issue.

    Thread Starter KoolPal

    (@koolpal)

    @etoilewebdesign All the errors & notices seem to point to your plugin. I am not clear how could some other plugin generate these messages?

    Please review.

    Thanks

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @koolpal,

    Sometimes plugins conflict with each other. That is why I had asked you to activate the plugin one by one and see if more information can be discovered. Could you try that?

    Thread Starter KoolPal

    (@koolpal)

    @etoilewebdesign

    I rechecked this with version 0.20 and I still encountered the below errors in my debug.log files

      First I de-activated ALL plugins
      Then I started activating each plugin one-by-one
      The first error I encountered was when I activated this plugin.

    The error seen:

    PHP Notice:  update_usermeta is <strong>deprecated</strong> since version 3.0.0! Use update_user_meta() instead. in F:\laragon\www\iGMS\wp-includes\functions.php on line 4435
    PHP Notice:  update_usermeta is <strong>deprecated</strong> since version 3.0.0! Use update_user_meta() instead. in F:\laragon\www\iGMS\wp-includes\functions.php on line 4435
    PHP Notice:  Undefined variable: Custom_Element_Object in F:\laragon\www\iGMS\wp-content\plugins\ultimate-wp-mail\Functions\uwpm_register_custom_element_section.php on line 23
    PHP Notice:  Undefined index: EWD-UWPM-Options in F:\laragon\www\iGMS\wp-content\plugins\ultimate-wp-mail\Main.php on line 57

    Please let me know in case you need any other details.

    I would really love to use your plugin.

    Thanks

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    We did indeed remove the deprecated function in the new version. For the notices, they are just that, notices, and not errors. We’ll look to remove them in a future update, but, in the meantime, when you go live and disable debug mode, they will not show and will have no effect on the functionality of your site.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Multiple errors on activation’ is closed to new replies.