I tried to install the groupware "PHProjekt 2.0" on my e-smith server.
Brandon Friedman gave that tip on the followed topic:
http://forums.contribs.org/index.php?topic=10301.msg38825#msg38825--------------------------------------------------
I did exact what was explained, but I get some errors.
1) I have created a web-accessible i-bay called groupware with these settings:
Group: normal users
User access: Write = Group, Read = Group
Pub. access: Local network (no password required)
2) I've extracted the phprojekt.tar.gz with tar -zxvf phprojekt.tar.gz in the groupware html directory.
Then I moved the files from /home/e-smith/files/ibays/groupware/html/phprojekt-2.0/ to
/home/e-smith/files/ibays/groupware/html/ because the tar created a directory (/phprojekt-2.0).
3) I've created a database with mysql and a user to control with the followed commands:
mysql> create database groupware;
mysql> grant all on groupware.* to groupware@localhost indentified by '123456';
mysql>exit
mysqladmin reload
4) I run the setup php - from my browser:
http://192.168.1.1/groupware/setup.php5) I can connect to the mysql database with the first 2 screens.
On the third screen the default settings were all ok and I get on with the installation.
All tables were created but I get these errors:
Warning: Supplied argument is not a valid File-Handle resource in /home/e-smith/files/ibays/groupware/html/setup.php on line 1096
Warning: Supplied argument is not a valid File-Handle resource in /home/e-smith/files/ibays/groupware/html/setup.php on line 1097
6) I closed all browser windows and started a new browser with
http://192.168.1.1/groupware/admin.php Now I get these error message:
Fatal error: Failed opening required 'config.inc.php' (include_path='.:/usr/share/php') in /home/e-smith/files/ibays/groupware/html/admin.php on line 21
----------------------
I don't know what I can do to get phprojekt working.
Where is the 'config.inc.php'. In /home/e-smith/files/ibays/groupware/html/ or /usr/share/php/ I can't find it.
Can someone help me with these errors.
Thank you for all help.
Dominik S.