Closed Beherith closed 3 years ago
I tried looking through the source, and it seems that the catdir func is not getting anything for instanceDir, so it is trying to create a temp directory in root (which naturally wont succeed :) ). InstanceDir is defined in my main spads.conf as:
https://github.com/Yaribz/SPADS/blob/e258204ffc1d84b7e8865c47b1e73a8c79275d92/src/SpadsPluginApi.pm#L54
My spads.conf:
etcDir:etc varDir:var instanceDir:spads_host14 logDir:log
the spads_host14 folder exists and is rwxrwxrwx
Thank you for looking into this!
fixed in SPADS 0.12.31, thanks for the report !
I tried looking through the source, and it seems that the catdir func is not getting anything for instanceDir, so it is trying to create a temp directory in root (which naturally wont succeed :) ). InstanceDir is defined in my main spads.conf as:
https://github.com/Yaribz/SPADS/blob/e258204ffc1d84b7e8865c47b1e73a8c79275d92/src/SpadsPluginApi.pm#L54
My spads.conf:
SPADS files
etcDir:etc varDir:var instanceDir:spads_host14 logDir:log
the spads_host14 folder exists and is rwxrwxrwx
Thank you for looking into this!