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 Is there a way i can download the package again and reinstall since the Form.php is not there 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' >> >> >> > > > -- > Vincent > > -- View this message in context: http://www.nabble.com/Class-%27Zend_Form%27-not-found-tp15779185s16154p15780582.html Sent from the Zend Framework mailing list archive at Nabble.com.
