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
9 matches
Mail list logo