• Resolved Annika Rathje

    (@annika-rathje)


    Hi,

    When I add the register shortcode, I get this error message on my site:

    Notice: Undefined variable: StylesString in /customers/7/2/3/fb-dw.de/httpd.www/wp-content/plugins/front-end-only-users/Functions/EWD_FEUP_Styling.php on line 11 Notice: Undefined index: Payment_Required in /customers/7/2/3/fb-dw.de/httpd.www/wp-content/plugins/front-end-only-users/Shortcodes/Insert_Register_Form.php on line 40

    Can someone help me, please?

    Thanks

    https://ww.wp.xz.cn/plugins/front-end-only-users/

Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Annika,

    these are just notices. They do not hinder on the functionalities of the plugin. If you are uncomfortable with their display you may do the following:

    Turn off the noticed using:

    <?php
    // Turn off all error reporting
    error_reporting(0);
    ?>

    Which you could add to the Main.php file of the plugin or to your theme’s functions.php file

    Best regards,

    EWD

Viewing 1 replies (of 1 total)

The topic ‘Error message’ is closed to new replies.