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...?
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.
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...?
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.)