05-13-2020, 02:41 PM
When you check in a file from a browser, it first uploads to the tactic_temp directory which you said you changed in the config file. Your error suggests it is in:
D:/Tactic_Asset/Southpaw/tactic_temp/upload/f656d84842ec709dbd07109f0ac71913/CH_PiLiHuo_Fin.png
which seems to be the folder you set it to in your config. Is this the path that is currently in your config? Or is it still the old one (C:\ProgramData etc)? Normally, it doesn't matter where the temp folder it is writable. It seems like it is uploading the file to one path (either a different path or failing due to permissions and not reporting) and checking in from another.
I don't think the TACTIC processes cache the temp file, but to make sure, shut down all of the python processes and see if the same problems happens.
D:/Tactic_Asset/Southpaw/tactic_temp/upload/f656d84842ec709dbd07109f0ac71913/CH_PiLiHuo_Fin.png
which seems to be the folder you set it to in your config. Is this the path that is currently in your config? Or is it still the old one (C:\ProgramData etc)? Normally, it doesn't matter where the temp folder it is writable. It seems like it is uploading the file to one path (either a different path or failing due to permissions and not reporting) and checking in from another.
I don't think the TACTIC processes cache the temp file, but to make sure, shut down all of the python processes and see if the same problems happens.