While migrating lpStore to a new server, realized there are a lot of issues with error handling (or lack thereof). If the database doesn't work, or redis isn't found, or pricing data isn't found... etc.
Everything fails silently, including database issues, redis issues. Make overall error handler and display error.
While migrating lpStore to a new server, realized there are a lot of issues with error handling (or lack thereof). If the database doesn't work, or redis isn't found, or pricing data isn't found... etc.
Everything fails silently, including database issues, redis issues. Make overall error handler and display error.