LaravelDaily / laravel-invoices

Laravel package to generate PDF invoices from various customizable parameters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The file "/var/www/pterodactyl/storage/app/invoices/" does not exist

TeamNoxious opened this issue · comments

Describe the bug
Upon customer create of new order, order completes but invoice is not generated. Using both stripe and PayPal gateways and neither are creating an invoice.

To Reproduce
Steps to reproduce the behavior:

  1. Create an order
  2. Upon order complete, click 'View Invoice'
  3. Invoice not created. Throws error saying 'The file "/var/www/pterodactyl/storage/app/invoices/" does not exist'
  4. See error

Expected behavior
Upon new order initialize, invoice should be created whether paid or not.

Screenshots
image

image

image

image

image

Additional context
This is Pterodactyl Panel run on Ubuntu 20.04 VIA ProxMox VM. Invoice is neither created in /storage/app/invoices NOR the SQL database (Refer to IMG 5).