Date: 01/22/01
- Next message: Steve Edberg: "Re: [phplib] Object not found"
- Previous message: A.C.N.S. Information and News: "Re: [phplib] Object not found"
- In reply to: Mauricio Cuenca: "[phplib] Object not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mauricio Cuenca wrote:
> Hello,
>
> I'm new on the list, I tried to solve my problem with the archives but have
> no luck.
>
> I installed PHPLib and it works almost fine. I'm in hosted site, so I have
> no access to the php.ini. The DataBase connection works and the tests that
> come with the library also work. But when try to invoke the following line
> in my code:
>
> <?php $sess->purl("store.php3?section=clothing&cat=1"); ?>
>
> I get The following error:
> Warning: Object sess not found on line XX at /path
> Fatal error: Member function used on a non-object in /path
>
> Con you please help me with this?
>
Did you do a page_open([sess => 'MySessionName']); before trying to use
the sessions functions? Have you ensured that the prepend file is being
loaded?
-n
-- ........ nathan hruby Webmaster: UGA Department of Drama and Theatre Project Maintainer: phpSlash, Carousel nhruby <email protected> ........--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Steve Edberg: "Re: [phplib] Object not found"
- Previous message: A.C.N.S. Information and News: "Re: [phplib] Object not found"
- In reply to: Mauricio Cuenca: "[phplib] Object not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

