phpgroupware-users
[Top][All Lists]
Advanced

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

[Phpgroupware-users] BUG phpgw .9.14 Setup Weirdness: Tables are created


From: Eric Sean Webber
Subject: [Phpgroupware-users] BUG phpgw .9.14 Setup Weirdness: Tables are created yet phpgw does not see them ?
Date: Fri, 13 Sep 2002 10:18:38 -0700 (PDT)

environment:

postgres (PostgreSQL) 7.2.1
Red 7.3
phpGroupWare version 0.9.14.000 Setup III - Domain:
default(pgsql)   with CVS update from today...

SYMPTOMS:

Setup seems to work fine, header.inc.php created.
Tables all created in Postgres and all are actually
there, even admin user and demo accounts are created
successfully via setup.

But when I come back in via the url:
http://domain.com/phpgroupware 
I get the following message:

   "Fatal Error: It appears that you have not created
the database tables for phpGroupWare. Click here run
for setup"

Whereupon, clicking setup brings me back into the
setup screen, which indicates everything is already
setup in terms of tables, and upon a psql query all
tables are in fact present in the database.

So I traced the error message to the following file:

phpgwapi/inc/functions.inc.php

and the code that preceded the error message's display
reads:

 @$GLOBALS['phpgw']->db->query("select
count(config_name) from phpgw_config");

which when I execute MANUALLY in psql, I get 19 rows
!!

So what gives here ?  setup itself can communicate
well enough with postgres to create the tables yet
just trying to bring up root page in phpgroupware and
all of a sudden the db communication fouls up somehow
someway ?

here are the manual query results.

phpgroupware=> select config_name from phpgw_config;
     config_name
----------------------
 useframes
 temp_dir
 files_dir
 webserver_url
 hostname
 daytime_port
 auth_type
 account_repository
 file_repository
 auto_create_expire
 acl_default
 ldap_encryption_type
 mcrypt_algo
 mcrypt_mode
 site_title
 showpoweredbyon
 countrylist
 sessions_checkip
 tz_offset
(19 rows)

phpgroupware=> select count(config_name) from
phpgw_config;
 count
-------
    19
(1 row)

phpgroupware=>


very frustrated.

address@hidden



__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com




reply via email to

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