-- zend_newbie <[EMAIL PROTECTED]> wrote
(on Saturday, 01 March 2008, 12:29 PM -0800):
>
> I have added the library to the include path in php.ini file
>
> Heres what i added to the include_path
>
> /usr/lib/php/library/Zend
No. Add '/usr/lib/php/library' to the include path:
set_include_path('.:/usr/lib/php/library');
> Is there a way i can download the package again and reinstall since the
> Form.php is not there
It is there; your include_path was simply setup wrong.
> Vincent-20 wrote:
> >
> > On Sat, Mar 1, 2008 at 8:15 PM, zend_newbie <[EMAIL PROTECTED]> wrote:
> >
> > >
> > > HI
> > >
> > > Thanks for all your help and i m still trying to configure zend and it
> > > seems
> > > that theres some configuration issues that i m having.
> > > When i include the file
> > > require_once 'Zend/Form.php'
> > >
> > > it gives me a different error
> > > Warning: require_once(Zend/Form.php) [function.require-once]: failed to
> > > open
> > > stream:
> > > No such file or directory in public_html/form1.php on line 4
> > >
> > > Fatal error: require_once() [function.require]: Failed opening required
> > > 'Zend/Form.php'
> > >
> > > I searched for the file "Form.php" and i dont have this on my system, i m
> > > using red hat. Do u know what i need to install to fix this.
> > >
> >
> > Are you sure you fully downloaded and extracted the Zend Framework? It's
> > really supposed to be right there in the Zend folder. Have you also added
> > the library directory to the include_path?
> >
> >
> > >
> > > Vaibhav
> > >
> > > Fatal error: require_once() [function.require]: Failed opening required
> > > 'Zend/Form.php'
--
Matthew Weier O'Phinney
PHP Developer | [EMAIL PROTECTED]
Zend - The PHP Company | http://www.zend.com/