Re: [PHP] Re: intalling pear:db

2004-12-04 Thread [EMAIL PROTECTED]
Ryan, Your suggestion led me to the solution. I was having the same problem with php returning a fatal error made me think DB.php was to blame. But it ended up being an include problem after all... I use php 4.3.8 and my include path to the PEAR libraries was already set. The actual problem

Re: [PHP] Re: intalling pear:db

2004-11-25 Thread Jason Wong
On Thursday 25 November 2004 15:56, Merlin wrote: I successfully upgraded with this command. However the system still says: Fatal error: Call to undefined function: fetchrow() The error message will say which line caused the error. Examine that line and see how fetchrow() is being called.

Re: [PHP] Re: intalling pear:db

2004-11-25 Thread Merlin
Hi Jason, All the pear stuff are just files that you include. I do not understand?! How come the pear site provides a command line installer: http://pear.php.net/manual/en/installation.cli.php When I call pear list it tells me that pear:db is installed. I also tried to compile php '--with-PEAR',

Re: [PHP] Re: intalling pear:db

2004-11-25 Thread Greg Beaver
Merlin wrote: that did not help. The pear manual says that this can be installed via command line, plus pear list tells me that the package is installed. However if I call phpinfo() there is no mentioning about pear in any way?! Do I have to enable it first anyhow?` I assume you have very little

Re: [PHP] Re: intalling pear:db

2004-11-25 Thread Ryan King
On Nov 25, 2004, at 1:56 AM, Merlin wrote: Hi, that did not help. The pear manual says that this can be installed via command line, plus pear list tells me that the package is installed. However if I call phpinfo() there is no mentioning about pear in any way?! Do I have to enable it first

[PHP] Re: intalling pear:db

2004-11-24 Thread Greg Beaver
Merlin wrote: Hi there, I am trying to get a class running which requires pear:DB. I downloaded the package and executed: # pear install DB-1.6.8.tgz DB already installed pear upgrade DB-1.6.8.tgz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: intalling pear:db

2004-11-24 Thread Merlin
Greg Beaver wrote: Merlin wrote: Hi there, I am trying to get a class running which requires pear:DB. I downloaded the package and executed: # pear install DB-1.6.8.tgz DB already installed pear upgrade DB-1.6.8.tgz Hi, I successfully upgraded with this command. However the system still says:

Re: [PHP] Re: intalling pear:db

2004-11-24 Thread Jeffery Fernandez
Merlin wrote: Greg Beaver wrote: Merlin wrote: Hi there, I am trying to get a class running which requires pear:DB. I downloaded the package and executed: # pear install DB-1.6.8.tgz DB already installed pear upgrade DB-1.6.8.tgz Hi, I successfully upgraded with this command. However the system

Re: [PHP] Re: intalling pear:db

2004-11-24 Thread Merlin
Jeffery Fernandez wrote: Merlin wrote: Greg Beaver wrote: Merlin wrote: Hi there, I am trying to get a class running which requires pear:DB. I downloaded the package and executed: # pear install DB-1.6.8.tgz DB already installed pear upgrade DB-1.6.8.tgz Hi,pear list I successfully upgraded