Home > Archive > PHP Pear > September 2007 > Re: [PEAR] Pear won't install, need assistance
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PEAR] Pear won't install, need assistance
|
|
| Christian Weiske 2007-09-26, 7:03 pm |
| Robert,
> I'm a database technician at Limestone College. When I try to do php
> go-pear.php, It does not complete. It does not throw any errors. When
> I use the original recommended php.INI, it starts to work somewhat. It
> still doesn't actually complete.
For starters, enable error reporting and tell us what you get then.
--=20
Mit freundlichen Gr=FC=DFen/Regards,
Christian Weiske
| |
| Robert Rouse 2007-09-26, 7:03 pm |
| Hello,
It is enabled already but does not output anything.
-----Original Message-----
From: Christian Weiske [mailto:cweiske@cweiske.de]=20
Sent: Wednesday, September 26, 2007 12:21 PM
To: pear-general@lists.php.net
Subject: Re: [PEAR] Pear won't install, need assistance
Robert,
> I'm a database technician at Limestone College. When I try to do php
> go-pear.php, It does not complete. It does not throw any errors. When
> I use the original recommended php.INI, it starts to work somewhat. It
> still doesn't actually complete.
For starters, enable error reporting and tell us what you get then.
--=20
Mit freundlichen Gr=FC=DFen/Regards,
Christian Weiske
--=20
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
| |
| Sascha Grossenbacher 2007-09-26, 7:03 pm |
| Hi
Robert Rouse wrote:
> Hello,
>
> It is enabled already but does not output anything.
>
The recommendeted php.ini has display_errors on off, which means that
errors are not displayed. This setting is not really useful for a
development environment, set it to On or configure a logfile.
Greetings, Sascha
| |
| Robert Rouse 2007-09-26, 7:03 pm |
| Hello,
I turned display errors on to see if that helped and I still got no
output.
I had log errors on, but my log file shows no entries either.
-----Original Message-----
From: Sascha Grossenbacher [mailto:saschagros@bluewin.ch]=20
Sent: Wednesday, September 26, 2007 2:26 PM
To: Robert Rouse
Cc: pear-general@lists.php.net
Subject: Re: [PEAR] Pear won't install, need assistance
Hi
Robert Rouse wrote:
> Hello,
>
> It is enabled already but does not output anything.
> =20
The recommendeted php.ini has display_errors on off, which means that=20
errors are not displayed. This setting is not really useful for a=20
development environment, set it to On or configure a logfile.
Greetings, Sascha
|
|
|
|
|