2006-07-25 20:20:42 UTC
Hi All
I installed cwfm on php5 and apache22.
I was able to log on as user: system, password: manager and go to Options. How I am not able to log on as the user I created. I get Wrong Username or Passsword error. I also get the following error:
Warning: include_once(lang/.php) [function.include-once]: failed to open stream: No such file or directory in /usr/local/www/cwfm/index.php on line 70
Warning: include_once() [function.include]: Failed opening 'lang/.php' for inclusion (include_path='.:') in /usr/local/www/cwfm/index.php on line 70
I noticed that the Cwfmini.php is only 600 permissions, and that Language is not defined there even though I had selected English in Options. Also the files mentioned in Cwfmini.php : data/user.dat.php,data/desc.idx.php,data/desc.dat.php and tmp/user.tmp are nowhere to be found in data and tmp directories - (the dirs are writeable).
Can somebody help?
Thank you very much in anticipation.
gui
P.S.
Also, when I first went to
http://www.myserver.com/cwfm, I got this :
Fatal error: Cannot redeclare UserRecordV9::$rmdir in /usr/local/www/cwfm/Userdb.php on line 34
I had to comment out line 34 which is a re-declaration of the rmdir variable.