|
Posted by Tomαs Rodriguez Orta on 09/28/77 11:14
I continue with the error page class not found, this class where can I see?,
in my disk I have the packet DB.php, pear.php and page.php.
somebody can Help me?.
some body worked with this class pager
best regards TOMAS
----- Original Message -----
From: "Richard Lynch" <ceo@l-i-e.com>
To: "TomΓ‘s Rodriguez Orta" <admin@angerona.cult.cu>
Cc: <php-general@lists.php.net>
Sent: Friday, April 22, 2005 3:36 PM
Subject: Re: [PHP] problem with the pager class not found
> On Fri, April 22, 2005 5:25 pm, TomΓ‘s Rodriguez Orta said:
> > Hello friends
> > I try to use the packet pear, but I have a big problem, the IE show me
> > the
> > following Error.
> > Fatal error: Class 'Pager' not found in D:\Angerona\paginas\1.php on
> > line
> > 9
> > require 'Pager.php';
> > the line 9 --->$pager = new Pager($res, $from, $limit);
> > somebody can help me?
> >
> > why the class Pager not found if I include_path at the file php.ini?
> >
> > PD: I use php over windows.
>
> The rest of the error message should be telling you what PHP is using for
> include_path.
>
> Does that match what you expect?
>
> If not, then you don't have php.ini the way it should be. Check the
> location of php.ini in <?php phpinfo();?>
>
> If it *does* match, then maybe your Pager.php file is messed up and the
> class is missing a closing bracket, so your script thinks you're still in
> the middle of your class definition.
>
> --
> Like Music?
> http://l-i-e.com/artists.htm
>
>
> -------------------------------------------------------------------------
> Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
> en el dominio de correo angerona.cult.cu y no se encontro ninguna
coincidencia.
>
-------------------------------------------------------------------------
Este correo fue escaneado en busca de virus con el MDaemon Antivirus 2.27
en el dominio de correo angerona.cult.cu y no se encontro ninguna coincidencia.
[Back to original message]
|