• I have a website hosted on VIP, when I updated the plugin I started receiving the following error:

    PHP message: PHP Fatal error: Uncaught RuntimeException: This plugin only supports the direct filesystem method. in /var/www/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/wpo-ips-functions.php:1023

    Any plans to add VIP support?

Viewing 1 replies (of 1 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hi @jucaduca

    Sorry to hear that!

    Would you be willing to try this beta version? If so, please add the following code snippet just before replacing the plugin:

    add_filter( 'wpo_wcpdf_filesystem_method', function( $method ) {
    return 'php';
    } );

    You can add the code snippet using a third-party plugin. We’d love to hear your feedback!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.