Date: 10/29/99
- Next message: LRJ: "[PHPLIB] PHPLIB and MySQL"
- Previous message: phplib-list <email protected>: "[PHPLIB] problems with session.inc"
- In reply to: phplib-list <email protected>: "[PHPLIB] problems with session.inc"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] problems with session.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What did you do for your local.inc file? If you just used the old one, that won't work. Use the one that comes with
7.2 and go through it and make changes. Make sure you read the migrate doc to understand what the difference is.
phplib-list <email protected> wrote:
> Ok I am trying to upgrade from phplib 6.? to 7.2 and I get the following error when I try to use my existing pages:
> Fatal error: Cannot instanciate non-existant class: in /usr/local/apache/php-7.2/session.inc on line 377
>
> This works fine under the existing version of php lib.
>
> Line 377 is:
> $this->that = new $name;
>
> and is part of the function:
> function set_container(){
> $name = $this->that_class;
> $this->that = new $name;
>
> $this->that->ac_start();
> }
>
> any help would be appreciated.
>
> and my system into is
> Apache 1.3.9
> mod_perl 1.21
> php 4b2
> RedHat 6.0
>
> Regards,
> Vince
>
> -
> 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.
-
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: LRJ: "[PHPLIB] PHPLIB and MySQL"
- Previous message: phplib-list <email protected>: "[PHPLIB] problems with session.inc"
- In reply to: phplib-list <email protected>: "[PHPLIB] problems with session.inc"
- Next in thread: Kristian Koehntopp: "Re: [PHPLIB] problems with session.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

