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 wa
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 any
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
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'
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 call
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 wit
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 s
7 matches
Mail list logo