Date: 10/27/00
- Next message: Daniel Bondurant: "RE: [phplib] iis, frames and page_close"
- Previous message: Kristian Koehntopp: "Re: [phplib] tricky installation ?"
- In reply to: c _wyong: "[phplib] y these error are so fatal?"
- Next in thread: Matthew Leingang: "[phplib] Re: y these error are so fatal?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In netuse.lists.phplib you write:
>Fatal error: Cannot instantiate non-existent class: sql_query in Eval code
>on line 1
A class named sql_query is part of your session data, but the
class definition to sql_query has not been included on all pages
(but only on the pages that actually use sql_query). This cannot
work, as the sql_query cannot be instantiated on the other
pages.
Either include sql_query.inc on all pages, or delete sql_query
from your session after use.
Kristian
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Daniel Bondurant: "RE: [phplib] iis, frames and page_close"
- Previous message: Kristian Koehntopp: "Re: [phplib] tricky installation ?"
- In reply to: c _wyong: "[phplib] y these error are so fatal?"
- Next in thread: Matthew Leingang: "[phplib] Re: y these error are so fatal?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

