I have a similar problem. I upgraded to see if it would help -- didn't. Before the problem occurred, I upgraded Apache & PHP, so that, plus the following errors that PHPWiki returns, indicates some sort of configuration conflict. Perhaps you have a similar problem?
If I am able to figure it out, I will post about what happened. Meanwhile, anyone else have any ideas?
--
PHP Warnings
D:\inetpub\wwwroot\workspace\phpwiki\lib\WikiUser.php:242: Notice[8]: Use of undefined constant ALLOW_HTTP_AUTH_LOGIN - assumed 'ALLOW_HTTP_AUTH_LOGIN'
D:\inetpub\wwwroot\workspace\phpwiki\lib\WikiUser.php:259: Notice[8]: Use of undefined constant ALLOW_LDAP_LOGIN - assumed 'ALLOW_LDAP_LOGIN'
D:\inetpub\wwwroot\workspace\phpwiki\lib\WikiUser.php:283: Notice[8]: Use of undefined constant ALLOW_IMAP_LOGIN - assumed 'ALLOW_IMAP_LOGIN'
D:\inetpub\wwwroot\workspace\phpwiki\lib\main.php:261: Notice[8]: Use of undefined constant COOKIE_EXPIRATION_DAYS - assumed 'COOKIE_EXPIRATION_DAYS'
D:\inetpub\wwwroot\workspace\phpwiki\lib\main.php:261: Notice[8]: Use of undefined constant COOKIE_DOMAIN - assumed 'COOKIE_DOMAIN'
You are still using the old config.ini, in which you didn't define several vars.
you have
ENABLE_USER_NEW = false
and then the cfg vars for these settings are not defined.
I would suggest to try
ENABLE_USER_NEW = true
and define the other missings vars also.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've installed my phpwiki in a Apache Server 2.0.54 and Windows as the OS. When i try do edit a page, nothing happens.
I can navigate throught all wiki pages, but can't edit.
I've enabled USE_PATH_INFO = true and USE_PATH_INFO = false, but nothing different happened.
Any ideas?
I have a similar problem. I upgraded to see if it would help -- didn't. Before the problem occurred, I upgraded Apache & PHP, so that, plus the following errors that PHPWiki returns, indicates some sort of configuration conflict. Perhaps you have a similar problem?
If I am able to figure it out, I will post about what happened. Meanwhile, anyone else have any ideas?
--
PHP Warnings
D:\inetpub\wwwroot\workspace\phpwiki\lib\WikiUser.php:242: Notice[8]: Use of undefined constant ALLOW_HTTP_AUTH_LOGIN - assumed 'ALLOW_HTTP_AUTH_LOGIN'
D:\inetpub\wwwroot\workspace\phpwiki\lib\WikiUser.php:259: Notice[8]: Use of undefined constant ALLOW_LDAP_LOGIN - assumed 'ALLOW_LDAP_LOGIN'
D:\inetpub\wwwroot\workspace\phpwiki\lib\WikiUser.php:283: Notice[8]: Use of undefined constant ALLOW_IMAP_LOGIN - assumed 'ALLOW_IMAP_LOGIN'
D:\inetpub\wwwroot\workspace\phpwiki\lib\main.php:261: Notice[8]: Use of undefined constant COOKIE_EXPIRATION_DAYS - assumed 'COOKIE_EXPIRATION_DAYS'
D:\inetpub\wwwroot\workspace\phpwiki\lib\main.php:261: Notice[8]: Use of undefined constant COOKIE_DOMAIN - assumed 'COOKIE_DOMAIN'
D:\inetpub\wwwroot\workspace\phpwiki\lib\main.php:267: Notice[8]: Undefined property: _prefs
You are still using the old config.ini, in which you didn't define several vars.
you have
ENABLE_USER_NEW = false
and then the cfg vars for these settings are not defined.
I would suggest to try
ENABLE_USER_NEW = true
and define the other missings vars also.