Details
Description
The following errors appear in the warning log:
[2023-01-18T18:50:28.481909+00:00] general.WARNING: E_WARNING: opendir(/home/blestau/public_html/561/cache/1/plugins/order/): failed to open dir: No such file or directory
It appears that /cache/1/plugins/order/ does not exist. It may be that the order plugin is trying to create /cache/1/plugins/order and failing because /cache/1/plugins does not exist. So, probably the plugin should check that /cache/COMPANYID/plugins exists first, and if not create that first, then create /cache/COMPANYID/plugins/order