• Resolved lukios

    (@lukios)


    After upgraded the version 6.02 to 6.03 or higher the print of pdf order doesn’t work anymore. I discovered that it only works with php version 7.4 but it is obsolete. When i upgrade the php to newest 8.0 the system generate an php error and do not print the pdf order. To take the newest php version and make the pdf order working, i made this:

    • Downgrade booster to 6.02
    • replace tcpdf.php with last version 6.6.2

    Any advice to use the last version of booster without make any changement in the file system?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support David G

    (@gravid7)

    Hello @lukios ,

    We have released a new version of booster v6.0.6.
    Can you please upgrade the plugin and confirm whether your issue is fixed or not?

    Thread Starter lukios

    (@lukios)

    Hello David

    Yes, I already attempted with booster v6.06 and it doesn’t work. It is NOT fixed. Infact it only need to check the tcpdf library in the above package to see that it is the old version 6.3.2 of 2019-09-20. Last version of tcpdf library is the 6.6.2 of 2022-12-06

    Thread Starter lukios

    (@lukios)

    Hello David

    I also think that the new versions of booster (above 6.02) have some other components which are in conflict with new version of PHP version. So, tcpdf library is not the only to change in the package

    Plugin Support David G

    (@gravid7)

    Hello @lukios ,

    Thanks for reaching out to us.

    Can you please give some details about the issue and module configuration so I can replicate and check which module/option causes the issue here?

    Please share below details. It will help me to recreate and fix the issue.

    PHP version
    WooCommerce version
    WordPress version
    Screenshot of the issue

    Thread Starter lukios

    (@lukios)

    Hello

    Below the versions. There is no screenshot to show. The issue and solution are explained in the first post. Obviously with booster 6.0.2 version all works good

    WC Version: 7.7.2

    PHP Version: 8.0.28

    WP Version: 6.2.2

    Booster for WooCommerce: by Pluggabl LLC – 6.0.2

    Plugin Support David G

    (@gravid7)

    Hi @lukios

    If possible you can add the below code to wp-config.php file. This will not show this kind of warning. And if still showing an error you can share the screenshot where it’s showing so, we can check and help you.

    define( ‘WP_DEBUG’ , false );
    define( ‘WP_DEBUG_LOG’ , false );
    define( ‘WP_DEBUG_DISPLAY’ , false );

    Thread Starter lukios

    (@lukios)

    My dear David

    i already solved the problem by making what described in the first post. to the contrary I think that i could help you to make a better booster packaging which works better with php 8.0

    To show you the error in debug mode I need to reinstall the last booster version . Than i have to remake all the process to the contrary which include to replace the tcpdf.php version and this to make it working again; this is frustrating. I think that i gave you all necessary to understand where is the problem. May be, you only need to replace in the booster package the package of tcpdf.php with last version 6.6.2

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘PDF Invoicing does not work from booster version 6.0.3’ is closed to new replies.