SPM decided to move stuff to a different place, namely inside of a
/usr/share/php/PEAR directory, instead of just /usr/share/PEAR.
So change your include path and be done with it.
On Wed, March 5, 2008 11:59 am, Stephen wrote:
> My LAMP is on Ubuntu 7.10
>
> I am trying to use PEAR, for the first
You could just copy and paste from the PEAR website, And replicate the
directory structure manually. g
1. Create the dire /use/local/share/pear/HTML
2. Copy (or create) the file Quickform (and all it's associated stuff)
into that directory. IIRC, Quickform has quite a lot of files, so you
Shawn McKenzie wrote:
sudo pear install HTML_QuickForm
That was so easy.
Thank you!
Stephen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Stephen wrote:
> Wolf wrote:
>
>> Open a terminal window on the server
>> at the prompt type:
>> locate QuickForm.php
>>
>> If it comes back with the path/file, make sure the path to the file is
>> in the include folder
>>
>> If it comes back to just a regular terminal prompt right away, then
>>
Wolf wrote:
Open a terminal window on the server
at the prompt type:
locate QuickForm.php
If it comes back with the path/file, make sure the path to the file is in the
include folder
If it comes back to just a regular terminal prompt right away, then you need to
install it.
The following i
> > [snip!]
> >> But there is no /usr/share/pear directory.
> >>
> >> I have a /usr/share/php/PEAR and it has things that look like
> >> installation files.
> > [snip!]
> >> Can anyone help me figure out how to get the installation fixed?
> >
> > Update your php.ini to add /usr/share/php/P
Daniel Brown wrote:
On Wed, Mar 5, 2008 at 12:59 PM, Stephen <[EMAIL PROTECTED]> wrote:
My LAMP is on Ubuntu 7.10
[snip!]
Fatal error: require_once() [function.require]: Failed opening required
'HTML/QuickForm.php' (include_path='.:/usr/share/php:/usr/share/pear')
in /home/stephen/www/rois
On Wed, Mar 5, 2008 at 12:59 PM, Stephen <[EMAIL PROTECTED]> wrote:
> My LAMP is on Ubuntu 7.10
[snip!]
> Fatal error: require_once() [function.require]: Failed opening required
> 'HTML/QuickForm.php' (include_path='.:/usr/share/php:/usr/share/pear')
> in /home/stephen/www/roissy.ca/public_html/
My LAMP is on Ubuntu 7.10
I am trying to use PEAR, for the first time, and get an error about the
include file not being found.
It is not there.
phpinfo() has include_path set to .:/usr/share/php:/usr/share/pear
Here is my error:
Warning: require_once(HTML/QuickForm.php) [function.require-o
Hi!
I am keen to install PEAR and start using it, but encounter the same error
on two different XP machines and would be extremely grateful for any help
you can offer.
Please see below for an account of the error.
Best Regards and thanks in advance,
Alistair
--
Are you installing a syste
I'm having problems installing PEAR.
When running the go-pear.php installer (version 0.2.2), I get the following
message after submitting the form on the 'Configuration' page...
Error
Downloading package: Pager
download of http://pear.php.net/get/Pager failed: A connection attempt
fa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Folk,
i tried to install pear with
lynx -source http://pear.php.net/go-pear | php -q
After some time, i get an error-message:
Downloading package: XML_Parser...ok
Extracting installer..ok
Fatal error: Can't use method ret
How do I know if my web hosting server installed PEAR correctly?
I'm trying to create a Search Engine from the PHP Developer's Cookbook,
and so far, here's what I know:
PHP has the PEAR installed ('--with-pear' according phpinfo.php)
And having telnetted into my server, was able to find the PEA
I need to upgrade the PEAR files for my PHP installation. Currently PHP is
compiled as a Dynamic Shared Object (DSO) for Apache.
I've found three copies of the PEAR.PHP file on my system
/usr/share/php/PEAR.php
/usr/lib/php/PEAR.php
/usr/local/lib/php/PEAR.php
how can I tell which one is bein
14 matches
Mail list logo