Closed malavolti closed 9 months ago
Merging #13 (f3638e8) into master (cfb21bb) will not change coverage. The diff coverage is
0.00%
.
Hi @malavolti ! Where exactly did it throw this error at you? I'd much rather fix the actual problem
@tvdijen, I simply tried to use the default configuration of the module provided by "module_statistics.php
" where the statdir
is /tmp/stats.
I've created the /tmp/stats
dir and provide the "www-data
" owner with read/write permission and exec the "[Run cron: daily]
" link on the browser under the /simplesaml/module.php/cron/info
Location.
And would it say 'not exist' or 'not writable'? Because the former seems illogical to me
And would it say 'not exist' or 'not writable'? Because the former seems illogical to me
@tvdijen , It says 'not exists'. :(
Likely you are using systemd per-process tmp dir so what you create is not in apache’s own tmpdir.
I have changed the default 'statdir' path because if it is used, SimpleSAMLphp v2.0.0 IdP says that
/tmp/stats
does not exist also if exists and has the right permissions.