当我包含smarty文件时,本地主机不工作.... MAMP

时间:2016-12-05 14:56:59

标签: smarty

我已经安装了php storm ide,现在我已经下载了smarty,并且按照本教程

https://memohnish.wordpress.com/2009/05/19/smarty-installation-on-wamp-and-xampp/

现在我已经在PHP风暴中创建了一个测试项目,然后创建了一个php文件。

只要我包含一个智能文件,浏览器就会显示错误enter image description here

enter image description here

enter image description here

我已经尝试了一切,没有任何作用,以前我使用了相同的方法,一切都用得很好。现在,浏览器显示错误。

第二张图片显示php.ini文件,请告诉我是否有任何错误....

我也包含了smarty libs目录。

不知道该怎么做......

1 个答案:

答案 0 :(得分:0)

在要求Smarty之前将其添加到php文件中,您可能会看到问题描述

ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);