D
Asked
When I try to send the receipt to email, i get the error “ajax request failed”
Reproduce: https://komododecks.com/recordings/sRBfEo7A4y2eCPl3iYQD
Failed to load resource: the server responded with a status of 500 () jQuery-2.1.4.min.js:4
POST https://pos.DOMAIN.be/pos/email_receipt 500 (Internal Server Error)
- MSAnswered
Hello,
Please check your php error logs and let me know the error detail so that I can suggest.
If you are not sure about server error logs, please enable app logs by changing the
log_threshold
to 1 in theapp/config/config.php
and then try to send email. Lastly check the latest logs file in theapp/logs/
folder.Thank you
- Login to Reply