• Resolved marijn1887

    (@marijn1887)


    Plugin was working fine but suddenly this weekend a blank page shows in checkout. When de-activating the plugin checkout page shows fine. Everything is up-to-date.

    blank page

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    Hello,

    do you see any errors in the log file? Here is an article on how to turn the PHP error logs on if it isn’t already.

    Thread Starter marijn1887

    (@marijn1887)

    Hi, I have a error log but nothing there

    Plugin Author Diana Burduja

    (@diana_burduja)

    Maybe there is an error log file, but you need to have the logging turned on in order for the website to write the errors there.

    If you have the following lines in the wp-config.php file:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    then the logs will be written in the /wp-content/debug.log file.

    I’m insisting on the error log because the blank page definitely generates a PHP error and without it I cannot find out what is the issue.

    Thread Starter marijn1887

    (@marijn1887)

    Yup thanks found the php error in forms-tab.php because of that. Thanks!

    Plugin Author Diana Burduja

    (@diana_burduja)

    Could you also tell me what is the error? I would like to solve this in the plugin, if it’s possible.

    Thread Starter marijn1887

    (@marijn1887)

    Ofcourse but there’s no need for you to change anything. It was a change I made in the plugin (removed the & in label multi step) which resulted in a fatal error:

    Fatal error: Uncaught ArgumentCountError: Too few arguments to function esc_html(), 0 passed in /home/536780jb/domains/dietcity.com/public_html/wp-content/plugins/wp-multi-step-checkout/includes/form-tabs.php on line 39

    Plugin Author Diana Burduja

    (@diana_burduja)

    Still this shouldn’t lead to a PHP error and a blank page.

    I’ll address this in the next plugin’s version.

    Thank you for helping me out finding this bug.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blank page checkout’ is closed to new replies.