• Resolved cam

    (@buckerooni)


    Hi There, have been printing invoices fine up until today (we get orders every day). I upgraded woocommerce and related plugins but problem still remains. here’s the error message with the debug on, thanks!

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 188416 bytes) in /home/thulrmbcbnsy/public_html/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/vendor/dompdf/dompdf/lib/Cpdf.php on line 1718
    There has been a critical error on your website.
    
    Learn more about debugging in WordPress.
    
    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /home/thulrmbcbnsy/public_html/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-functions.php on line 481
    • This topic was modified 5 years ago by Jan Dembowski. Reason: Formatting, don't use blockquote for log data

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hi @buckerooni

    Try to increase the PHP memory limit in WordPress. Put this in your wp-config.php:

    define( 'WP_MEMORY_LIMIT', '256M' );

    Let me know if it works.

    Thread Starter cam

    (@buckerooni)

    fantastic! that was it. appreciate the fast response, cheers!

    Plugin Contributor alexmigf

    (@alexmigf)

    Hi @buckerooni

    Glad it worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allowed memory size error’ is closed to new replies.