Error in Zend framework
I got this error:
Warning: require(../bootstrap.php) [function.require]: failed to open stream: No such file or directory in F:\UsbWebserver\Root\zend\index.php on line 2
Fatal error: require() [function.require]: Failed opening required '../bootstrap.php' (include_path='.;C:\php5\pear') in F:\UsbWebserver\Root\zend\index.php on line 2
I copied \library to C:\php5\pear. But it didn't help.
What you can suggest me?
|