Menu

Creating users trouble ?

Help
Reflex
2005-01-05
2012-10-11
  • Reflex

    Reflex - 2005-01-05

    Thanks for the nice app!
    But when I try to add a user

    Fatal error: Cannot instantiate non-existent class: file_passwd in /home/almering/public_html/phpwiki/lib/WikiUserNew.php on line 2122

    Php 4.3 Mysql 4.1

    Settings:

    DEBUG: ALLOW_ANON_EDIT = true, ALLOW_BOGO_LOGIN = true, ALLOW_USER_PASSWORDS = true USER_AUTH_ORDER: PersonalPage => Db => Forbidden, USER_AUTH_POLICY: old, PASSWORD_LENGTH_MINIMUM: 2

    Could you help me out...?

     
    • Reini Urban

      Reini Urban - 2005-01-05

      So you cannot load the pear lib File::Passwd.

      add
      include_once('lib/pear/File_Passwd.php');
      before that line. or in main.php: line 31

      (you are using 1.3.10 and not using DB_SESSION, I assume.)

       

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.