Попытка настроить Zend Framework в соответствии с инструкциями данного руководства
$paths = array(
realpath(dirname(__FILE__) . '/libs/Zend'),
'.',
);
set_include_path(implode(PATH_SEPARATOR, $paths));
require_once 'Zend/Loader.php';
Выдает неустранимую ошибку.(Мой локальный веб-сервер - IIS. Удаленный - linux)
Локальный:
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='D:\Web Server\tural.us\core\serverside\libs\Zend;.') in D:\Web Server\tural.us\core\content\pages\utube.php on line 2
Удаленный:
Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader.php' (include_path='/home/tural/public_html/core/serverside/libs/Zend:.') in /home/tural/public_html/core/content/pages/utube.php on line 2
Но на самом деле я вижу, что путь всообщение об ошибке совершенно верно: D:\Web Server\tural.us\core\serverside\libs\Zend;