php - Zend framework web app not coming up? -
I'm trying to get a web app created on the Zend Framework, but I'm experiencing this error
Warning: Need_once (Zend / Loader.php) [function.require-once]: failed to open the stream: line / 17 /
/ var / www / worm / There is no such file or directory in index.php. : Need_once () [function.require]: Required opening required in /var/www/worm/index.php on line 'Zend / Loader.fp' (included_path = '/ var / worminc / application /../ library' }
I do not think that you have correctly configured your LIB_PATH to the top of your bootstrap On:
define ('LIB_PATH', '/ full / path / to / library'); // The Zend Framework Library has set_include_path (LIB_PATH.PATH_SEPARATOR. Get_include_path ()); Need_once ('Zend / Loader.php');
Comments
Post a Comment