Date: 10/29/99
- Next message: phplib-list <email protected>: "[PHPLIB] problems with session.inc"
- Previous message: Daniel Cunningham: "Re: [PHPLIB] index.php3 test page error..."
- In reply to: Jay Pfaffman: "[PHPLIB] trouble upgrading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jay Pfaffman wrote:
>
> I'm upgrading from 6.1 to 7.2. I managed to find the
> README.migrate_V7 file & have changed my local.inc as (almost)
> recommended in the file, but I'm getting the following error:
>
> Fatal error: Call to unsupported or undefined function query() in
> ct_sql.inc on line 109
>
> I've waded through the code, but don't see anything that I've
> screwed up.
>
> Any help would be appreciated. My local.inc & prepend.inc files are
> appended.
...
> class my_sql extends CT_Sql {
> var $classname = "my_sql";
> var $database_class = "smart_User";
the smart_User class is an extension to User,
i think that should be a DB_Sql extension class
to implement query() method. So it appears it doesn't.
-- CIMPOESU Teodor, Web Programmer@ DIGICOM S.A. Bucharest, Romania @ Internet, site development @ teo <email protected>,+(401)-330.47.28
official home page ~ http://www.digiro.net/ Internet web page ~ http://internet.digiro.net/ - PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.
- Next message: phplib-list <email protected>: "[PHPLIB] problems with session.inc"
- Previous message: Daniel Cunningham: "Re: [PHPLIB] index.php3 test page error..."
- In reply to: Jay Pfaffman: "[PHPLIB] trouble upgrading"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

