Hi,
to fix a warning I was being shown at the foot of each phpwiki page about the dsn index in $DBParams not being found, I changed line 400 to:
if ($DBParams['dbtype'] == 'SQL' and ALLOW_USER_LOGIN and empty($DBAuthParams['auth_dsn']) and empty($DBAuthParams['auth_user_file']))
Hope this helps someone ;-)
dang. that should read line 400 of lib/config.php
sorry :-(
Log in to post a comment.
Hi,
to fix a warning I was being shown at the foot of each phpwiki page about the dsn index in $DBParams not being found, I changed line 400 to:
if ($DBParams['dbtype'] == 'SQL' and ALLOW_USER_LOGIN and empty($DBAuthParams['auth_dsn']) and empty($DBAuthParams['auth_user_file']))
Hope this helps someone ;-)
dang. that should read line 400 of lib/config.php
sorry :-(