• I’m getting error after install and test run.
    it shows :

    Notice: Undefined variable: i in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 777
    
    Notice: Undefined index: name in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 777
    
    Notice: Undefined index: name1 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name1 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name2 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name2 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name3 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name3 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name4 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name4 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name5 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: name5 in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php on line 779
    
    Notice: Undefined index: reqtelephone in /home/lli/html/wp-content/plugins/quick-event-manager/legacy/quick-event-register.php

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alan Fuller

    (@alanfuller)

    Hi,

    Sorry you are experiencing this however these are notices and warnings not errors.

    A production site should be set to not display warnings and notices.

    Notices and Warnings are to help developers clean up code issues e.g. the Notice might be that a function is deprecated in a future release. Or a Warning may be that a variable has not been set before being used.

    In general – on a production site – you should have Notices and Warning set not to display.

    This is easy to do, you can edit your wp-config.php file and set

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);

    Or if that is too technical – just raise a support ticket to your host to ask them to suppress PHP Notices and Warnings.

    Thread Starter seanazim

    (@seanazim)

    Thank you very much for quick response.
    On the registration form the field name doesn’t show.
    Like for Example
    Email …
    It just shows the field.
    How do I ensure it shows the field name?

    Plugin Author Alan Fuller

    (@alanfuller)

    You will need to share your settings and the outcomes as screen shots as until you do I’m unclear what you are seeing.

    You can link images here to any reputable image sharing service.

    Plugin Author Alan Fuller

    (@alanfuller)

    Have you sorted it?

    Plugin Author Alan Fuller

    (@alanfuller)

    Any progress?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘getting error’ is closed to new replies.