fbpx

Home Forums Booster Plus Customer Forum Download Invoice / Packing Slip causing fatal error

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #52672
    Ryan Delane
    Participant

    Error logs indicate a PHP error, but we’re running 8.1. Not sure what’s going on… Able to generate invoice/packing slip without issue. Unable to download.

    Has anybody seen anything like that before? Thank you!

    #52673
    David G
    Participant

    Hi @delaner,

    Thanks for reaching out to us.

    If possible can you please share screenshots of your configuration settings and screenshots of your issue? So, we can check and help you.

    #52674
    Ryan Delane
    Participant

    Heck yeah! “Screenshots of my configuration”: what exactly do you need? The issue is easy to screenshot. Thank you!

    #52676
    Ryan Delane
    Participant

    Hm. I tried to upload some links to screenshots, but they don’t appear in this thread. Here’s another:

    https://1nt3rstg.greatcoins.com/wp-content/uploads/2024/06/booster-pdf-error-log-samples-240614-2208pst.png

    -RD

    #52678
    Ryan Delane
    Participant

    I’m not sure if you’re getting my screen caps or not… If not, please instruct. Thank you!

    #52692
    Ryan Delane
    Participant

    Standing by… Thanks again for your help!

    #52695
    Ryan Delane
    Participant

    Just a quick update @David G, I put the site in troubleshooting mode and left nothing but the theme (Astra Pro), Woo and Booster on and I still got a critical error on invoice view. Hope that helps!


    @davidg

    #52697
    David G
    Participant

    Hi @delaner,

    PDF invoices cannot be opened properly on some servers due to an error log conflict. So please added below code on your wp-config.php. The query plugin also follows this method. that’s why it will work when you activate it.

    @ini_set( ‘log_errors’, ‘On’ );
    @ini_set( ‘display_errors’, ‘Off’ );
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );

    #52708
    Ryan Delane
    Participant

    @davidg – Done!

    #52717
    Ryan Delane
    Participant

    @davidg – I’m not sure if I should be standing by, but this change to wp-config did not resolve the issue.

    Thanks again for your help!

    #52767
    Ryan Delane
    Participant

    @davidg

    This screen cap generated when trying to view pdf on staging today looks the same to me as the previous version, but perhaps there’s something in it that’s helpful to you.

    https://1nt3rstg.greatcoins.com/wp-content/uploads/2024/06/booster-pdf-generated-on-order-240624-1048pst.png

    Again, thanks for your help!

    – RD

    #52858
    Ryan Delane
    Participant

    @DavidG – any updates or any actions I should take to resolve this issue?

    Thank you!

    #52872
    Ryan Delane
    Participant

    @DavidG – just wondering – is this being worked on for the next release, or … what’s the status?

    It’s been over a week since I last heard from you, I’m just trying to get a handle on realistic expectations with this issue, please.

    Thanks again for your help!

    #52878
    David G
    Participant

    Hi @delaner,

    Thanks for your message.

    Can you please provide the error log file so we can check and help you?

    #52885
    Ryan Delane
    Participant

    Submitted here and on the WP forum. Thank you @davidg !

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.