Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. OS:Windows 10 pro
  2.  
  3. PHP: 7.3.5
  4.  
  5. Laravel: 5.8
  6.  
  7. "barryvdh/laravel-snappy": "^0.4.4",
  8. "h4cc/wkhtmltopdf-i386": "0.12.4",
  9. "wemersonjanuario/laravelpdf": "1.1.*",
  10. "wemersonjanuario/wkhtmltopdf-windows": "0.12.2.3"
  11.  
  12. 'pdf' => array(
  13. 'enabled' => true,
  14. 'binary' => '"C:Program Fileswkhtmltopdfbinwkhtmltopdf"',
  15. 'timeout' => false,
  16. 'options' => array(),
  17. 'env' => array(),
  18. ),
  19.  
  20. "The exit status code '-1073741819' says something went wrong:↵stderr: "Loading pages (1/6)
  21. ↵[> ] 0%
  22. [======> ] 10%
  23. QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files
  24. ↵QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files
  25. ↵[========> ] 14%
  26. [=============> ] 23%
  27. "↵stdout: ""↵command: "C:Program Fileswkhtmltopdfbinwkhtmltopdf" --lowquality "C:UsersDELL~1.DESAppDataLocalTempknp_snappy5d2ee6e73b39b3.84603457.html" "D:workwwwmyapp/public/job-cards/job-card-1-07-17-2019_0914am.pdf"."
  28. trace: [{file: "D:workwwwmyappvendorknplabsknp-snappysrcKnpSnappyAbstractGenerator.php",…},…]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement