phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] Installation problems


From: Forrest Aldrich
Subject: [Phpgroupware-users] Installation problems
Date: Sat, 08 Jun 2002 23:59:33 -0400

I double checked the "files" directory permissions, and it's writable by the httpd server, so that's not the problem.

I am getting this error when trying to log in with the passwords I set in the header.inc.php file:

Warning: Failed opening '/usr/local/apache/htdocs/phpgroupware/phpgwapi/inc/class.db_.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/local/apache/htdocs/phpgroupware/setup/inc/phpgw_setup.inc.php on line 177

Fatal error: Cannot instantiate non-existent class: db in /usr/local/apache/htdocs/phpgroupware/setup/inc/phpgw


Note that it's not processing a variable there somewhere. It looks like "class.db_.inc.php" should have something else in it.

Honestly, I have followed the directions to a "t" the best I can, and this error keeps occuring. I don't have problems with any of the other php-related software I'm running. Does this need a different "include" directive?



Forrest





<<<<<<<<<<<
previous post
<<<<<<<<<<<


You have to make sure the user and permissions are the same as the one you use in mysql. As in the installation documentation http://docs.phpgroupware.org/12-docs/html/admin/.

------------------------------------------------------------------------ ---- 2.3.4.1. MySQL Ensure that you have a working MySQL installation and that MySQL is running.

Mandrake or Redhat: /etc/rc.d/init.d/mysqld start other: /usr/local/mysql/bin/safe_mysqld &

Create the phpgroupware Database and give permissions to the phpgroupware user

# mysqladmin -u someuser -p create phpgroupware (enter password when prompted) # mysql -u someuser -p mysql> grant all on phpgroupware.* to address@hidden identified by "somepassword";

For more detailed user documentation on MySQL see their website: [http://www.mysql.com] ------------------------------------------------------------------------ -----

I noticed that sometimes I have to go back in and run the permission command again

Also I think phpgw is up 0.9.14RC3 would be the latest version.


-----Original Message----- From: address@hidden [mailto:address@hidden On Behalf Of Forrest Aldrich Sent: Saturday, June 08, 2002 1:25 PM To: address@hidden Subject: [Phpgroupware-users] Installation problems


I just downloaded the latest version of PhpGroupware (phpGroupWare-0.9.10.tar.gz) and am having difficulty with the installation processes.

Following the directions, I created the mysql database and granted access rights to the phpgroupware user. I am able to get to the setup/index.php page and write out the header.inc.php file; however, beyond that point, I am unable to log in or do anything else.

It appears that the system is not adding tables to the mysql database.

I noted that the entry created in the mysql database for access rights is in the DB table, but the USER table has all options marked as N; is this

the cause of the problem?


thanks, Forrest


_______________________________________________ Phpgroupware-users mailing list address@hidden http://mail.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]