Menu

Can't edit page

Help
2005-05-19
2012-10-11
  • Daniel Wildt

    Daniel Wildt - 2005-05-19

    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?

     
    • Thomas P Kiehne

      Thomas P Kiehne - 2005-06-15

      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

       
      • Reini Urban

        Reini Urban - 2005-06-15

        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.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.