Всем привет. Решил поиграть немного шаблонизатором. В общем проблемы сделал простую шаблонизатор по статьи в одном сайте
http://mzcoding_ru/?p=1103. Вот скачал исходники но не работает.
Проблемы в localhost'е:
Код
Warning: file_get_contents(http://byserverus.kz/templater/tmp/header.tpl): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in E:\Winginx\home\byserverus.kz\public_html\class\templater.php on line 17 Warning: file_get_contents(http://byserverus.kz/templater/tmp/body.tpl): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in E:\Winginx\home\byserverus.kz\public_html\class\templater.php on line 17 Warning: file_get_contents(http://byserverus.kz/templater/tmp/footer.tpl): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in E:\Winginx\home\byserverus.kz\public_html\class\templater.php on line 17
Потом поставил в тестовый сайт:
Код
Warning: file_get_contents(http://test.cs-servera.kz/templater/tmp/header.tpl) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/gani_97kz2/data/www/test.cs-servera.kz/class/templater.php on line 17
Warning: file_get_contents(http://test.cs-servera.kz/templater/tmp/body.tpl) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/gani_97kz2/data/www/test.cs-servera.kz/class/templater.php on line 17
Warning: file_get_contents(http://test.cs-servera.kz/templater/tmp/footer.tpl) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/gani_97kz2/data/www/test.cs-servera.kz/class/templater.php on line 17
17 строка все норм.
Код
$tmp = file_get_contents(PATH.'/tmp/'.$this->path);
P.S: php 5% знаю )
Отредактировал: Gani97Kz, - 29.5.2014, 22:16