Date: 06/26/01
- Next message: Matt Williams: "RE: [phplib] Shared server help for PHPLIB and mySQL"
- Previous message: Mike Green: "Re: [phplib] Error: Non-existant class User"
- Next in thread: Mike Green: "Re: [phplib] Error: Non-existant class User"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Okay, here's the error I've hit. It's a brick wall;
> I can't seem to get past it. What does this mean?
> How can I debug this? What am I missing?
>
> I'm trying to use the template engine only....no
> auth, perm, sessions or even db connection (the
> latter will come later).
>
> Here's the error:
>
> Fatal error: Cannot extend non existant class User in
> /nfs/WWW_pages/source/new_site/phplib-7.2b/php/local.inc on line 62
The local.inc file extends the base PHPLIB classes for your website - on
line 62 you will find something like
class my_User extends User {
Remove or comment out that class extension.
Layne Weathers
Ifworld, Inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Matt Williams: "RE: [phplib] Shared server help for PHPLIB and mySQL"
- Previous message: Mike Green: "Re: [phplib] Error: Non-existant class User"
- Next in thread: Mike Green: "Re: [phplib] Error: Non-existant class User"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

