Re: [phplib] y these error are so fatal? From: Kristian Koehntopp (kris <email protected>)
Date: 10/27/00

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>