使用PHPStorm 10的Smarty中未定义的类错误

时间:2016-03-11 09:36:58

标签: smarty

我有mac,安装了PHPstorm 10,现在尝试安装smarty,类似于以下教程中提到的http://phpwebscript.blogspot.com/2009/09/smarty-installation-steps-on-wamp-and.html

我已经安装了支持PHP 5.6的mamp。 everthing是配置文件。正如教程中提到的,我已经在正确的版本下编辑了php.ini文件。设置好所有内容后,我会听到以下错误;

     require ('/Applications/MAMP/Smarty/libs/Smarty.class.php');

     $smarty =new Smarty() //Undefined class smarty error;

当我跑步时,

     echo (defined('SMARTY_DIR') ? 'Yes' : 'No');

我明白了

任何修复请。

1 个答案:

答案 0 :(得分:0)

我已经解决了这个问题,以下是我修复的问题,

  1. 没有设置包含路径,虽然我已经在php.ini中包含路径现在可以,但是当你在phpstorm或netbeans中创建一个项目时,有一个文件夹创建外部库或包含路径,你有包括聪明,我做了,现在一切都好了

  2. 我从网上复制了testinsall导致错误,重新输入,现在smarty在phpstorm 10上运行完美。