https://bugs.contribs.org/show_bug.cgi?id=11397
--- Comment #1 from Jean-Philippe Pialasse <[email protected]> ---
also seen there
[25-Feb-2021 01:55:46 America/Toronto] PHP Warning: Use of undefined constant
private_dir - assumed 'private_dir' (this will throw an Error in a future
version of PHP) in /opt/phpki/html/ca/main.php on line 143
[25-Feb-2021 01:55:46 America/Toronto] PHP Warning: Use of undefined constant
private_dir - assumed 'private_dir' (this will throw an Error in a future
version of PHP) in /opt/phpki/html/ca/main.php on line 151
[25-Feb-2021 01:55:50 America/Toronto] PHP Warning: Use of undefined constant
private_dir - assumed 'private_dir' (this will throw an Error in a future
version of PHP) in /opt/phpki/html/ca/main.php on line 143
[25-Feb-2021 01:55:50 America/Toronto] PHP Warning: Use of undefined constant
private_dir - assumed 'private_dir' (this will throw an Error in a future
version of PHP) in /opt/phpki/html/ca/main.php on line 151
fix:
$config[private_dir]
to
$config['private_dir']
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/