phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #1093] Can't go to setup: phpgroupware/setup


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1093] Can't go to setup: phpgroupware/setup/inc/class.schema_proc.inc.php
Date: Tue, 04 Mar 2003 12:33:46 -0500

=================== BUG #1093: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1093&group_id=509

Changes by: Anonymous user        Date: Tue 03/04/03 at 12:33

------------------ Additional Follow-up Comments ----------------------------
This bug seems to be caused by the variable $dbms not being defined, which 
causes the include file names to not be set properly.  When I add:

$dbms='mysql';

it works.


Noel Hunter (address@hidden)



=================== BUG #1093: FULL BUG SNAPSHOT ===================


Submitted by: skimmilk                Project: phpGroupWare                 
Submitted on: Wed 08/28/02 at 11:51
Category:  API - Setup                Bug Group:  0.9.14 RC3                
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  None                     Assigned to:  None                    
Status:  Closed                       Component Version:  None              
Platform Version:  Linux - Debian     Reproducibility:  Every Time          

Summary:  Can't go to setup: phpgroupware/setup/inc/class.schema_proc.inc.php

Original Submission:  I'm a groupware newbie attempting to install.
When I got to /phpgroupware/setup

I get the following message:

Warning: Failed opening './inc/class.schema_proc_.inc.php' for inclusion 
(include_path='.:/etc/phpgroupware') in 
/usr/share/phpgroupware/setup/inc/class.schema_proc.inc.php on line 24

Fatal error: Cannot instantiate non-existent class: schema_proc_ in 
/usr/share/phpgroupware/setup/inc/class.schema_proc.inc.php(25) : eval()'d code 
on line 1

Follow-up Comments
*******************

-------------------------------------------------------
Date: Tue 03/04/03 at 12:33         By: None
This bug seems to be caused by the variable $dbms not being defined, which 
causes the include file names to not be set properly.  When I add:

$dbms='mysql';

it works.


Noel Hunter (address@hidden)

-------------------------------------------------------
Date: Tue 01/28/03 at 15:54         By: miguelcruz
Changing those values (DEBUG_DATATYPES and DEBUG_LEVEL) doesn't solve the 
problem for me. So I suspect it's something else.

-------------------------------------------------------
Date: Mon 10/28/02 at 12:28         By: olberger
I think I have ran through the same problem when setting :
  define('DEBUG_DATATYPES',  false);
  define('DEBUG_LEVEL',  8);
in headers.inc.php

I think that resetting to the defaults : 
        define('DEBUG_DATATYPES',  True);
        define('DEBUG_LEVEL',  3);
helps solve the problem....

But I'm not sure actually that it's the cause of the bug...

-------------------------------------------------------
Date: Tue 09/03/02 at 21:06         By: skwashd
Hey skimmilk,

What did you edit in the source?  Can you please post a patch to the patch 
manager, so we are aware of what the problem was and what you did to fix it.

See http://docs.phpgroupware.org/patches.php more info submitting patches.

Cheers

skwashd

-------------------------------------------------------
Date: Thu 08/29/02 at 00:26         By: skimmilk
Fixed by editing phps


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1093&group_id=509




reply via email to

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