Hi guys,
I have just added a 10KB logo png file into settings → Business Logo. When I now try to email or PDF an order, I receive the below error message.
DirectoryNotFoundException: Could not find a part of the path “/tmp/\Apitron/036f55d9-5287-4d05-b69d-961f5e4e547d”.
If I remove the logo from settings → Business Logo, the email sends and PDF is generated.
I’m running Manger (server version - 16.12.0) under CentOS 7 with Mono.
The workaround until resolved is: (we’re using a user called accounts)
cd /tmp
mkdir '\Apitron'
chown accounts.accounts '\Apitron'
chmod 775 '\Apitron'
Kind regards
James