On Mon, April 25, 2005 3:47 pm, Tomás Rodriguez Orta said: > 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. Install more of PEAR so you have Pager.php? > somebody can Help me?. Show us the FULL error message. Tell us *WHERE* the DB.php file is. > some body worked with this class pager Never have. Probably never will. You could write your own pager in the time it has taken you do fight with this one. :-) > best regards TOMAS > ----- Original Message ----- > From: "Richard Lynch" <ceo@xxxxxxxxx> > To: "Tomás Rodriguez Orta" <admin@xxxxxxxxxxxxxxxx> > Cc: <php-general@xxxxxxxxxxxxx> > Sent: Friday, April 22, 2005 3:36 PM > Subject: Re: 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. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php