• Resolved jarleo

    (@jarleo)


    Hi,
    I created a registration form for a competition but the response of the form loading and submission take very long time. Is there any solution for this.

    thanks
    Leo

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @jarleo

    It seems that there’s an Internal Server Error happening in the page you shared:
    https://monosnap.com/file/AbTtkMImyMPpzlGKXknWWV1uALCNxY

    Can you please enable WP_DEBUG and share the debug log file here?
    How to:
    Access your server via (S)FTP, edit wp-config.php file, find a line like
    define('WP_DEBUG', false);
    and replace it with the following (if the above line doesn’t exist, simply insert next snippet just above the /* That’s all, stop editing! Happy blogging. */ comment)

    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);
    // Enable Debug logging to the /wp-content/debug.log file
    define('WP_DEBUG_LOG', true);
    @ini_set('log_errors', 1);
    // Disable display of errors and warnings
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors', 0);

    When you’re done, try to go to the same page once again until the error comes up again. By doing so, a /wp-content/debug.log file should be created. Simply download it, rename it to debug.txt and attach it here in your next reply. If the size of the text file exceeds the 5MB limit of our blog, please use a service like Dropbox and post the shareable link instead.

    Thank you,
    Dimitris

    Thread Starter jarleo

    (@jarleo)

    Hi Dimitris,

    Thanks for you quick reply and indeed I checked the error in firefox console as well but no error found.

    https://photos.app.goo.gl/RTPcX9qiyMjx4dat5

    You may try again and I also turn the debug mode on and see if I can create the error and get the log for you.

    yrs,
    Leo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formination: slow upload and response’ is closed to new replies.