[Phplib-trackers] [ phplib-Bugs-452346 ] DB_Generic_Sql not defined...
Brought to you by:
nhruby,
richardarcher
From: <no...@so...> - 2001-08-20 21:30:55
|
Bugs item #452346, was opened at 2001-08-17 20:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=452346&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Guillaume Desclaux (gdesclaux) >Assigned to: Richard Archer (richardarcher) Summary: DB_Generic_Sql not defined... Initial Comment: Hi, In phplib/php-lib/php/db/db_mysql and in phplib/php- lib/php/db/mysql/db_mysql : DB_MySQL_Sql extends DB_Generic_Sql BUT : where is defined this DB_Generic_Sql ??? Moreover : in phplib/php-lib/php/prepend.php3 : require($_PHPLIB["libdir"] . "auth/auth.inc"); should be replace by : require($_PHPLIB["libdir"] . "auth/auth" . (($_PHPLIB["version"] == "4") ? "4" : "") // use user4.inc if PHP4 . ".inc"); And finally... require($_PHPLIB["libdir"] . "local.inc"); should be replace by : require($_PHPLIB["libdir"] . "local" . (($_PHPLIB["version"] == "4") ? "4" : "") // use user4.inc if PHP4 . ".inc"); Guillaume ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=452346&group_id=31885 |