https://bugs.koozali.org/show_bug.cgi?id=11668
--- Comment #14 from John Crisp <[email protected]> ---
Here's the phpki issue:
cat -n setup.php-presetup
863 if (! $store_dir) {
864 $store_dir =
dirname($_SERVER['DOCUMENT_ROOT']).'/phpki-store';
865 }
866
Duplicate sections!
867 if (! $base_url) {
868 $base_url = $config['base_url'];
869 }
870 if (! $base_url) {
871 $base_url = 'http://www.somewhere.com/phpki/';
872 }
873
874 if (! $crl_distrib) {
875 $crl_distrib = 'index.php?stage=dl_crl';
876 }
So clean up, install again, and then BEFORE you run the setup remove these
lines from setup.php-presetup
870 if (! $base_url) {
871 $base_url = 'http://www.somewhere.com/phpki/';
872 }
--
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/