设置symfony的问题:sf_sandbox安装失败

时间:2010-08-20 07:46:24

标签: symfony1

im with symfony .... plshelp我如何打开symfony系统..

现在我已经使用教程安装了symphony版本1.0.0。

1)当我查看cmd..xampp \ php> php -v和symphony -V一切都好.. 但是,当我检查xampp \ htdocs \ sf_sandbox>交响乐-V(我有这个消息......) C:\ xampp \ htdocs \ sf_sandbox> symfony -V 'php.exe'无法识别为内部或外部命令,可运行程序或批处理文件。

2)还有一个问题是当我尝试在localhost运行我的系统时... http://localhost/projects(i出错...)

警告:require_once(C:\ xampp \ htdocs \ projects \ config /../ lib / symfony / util / sfCore.class.php)[function.require-once]:无法打开流:否第7行的C:\ xampp \ htdocs \ projects \ apps \ index \ config \ config.php中的此类文件或目录 致命错误:require_once()[function.require]:无法打开所需的'C:\ xampp \ htdocs \ projects \ config /../ lib / symfony / util / sfCore.class.php'(include_path ='。;; C:第7行的C:\ xampp \ htdocs \ projects \ apps \ index \ config \ config.php中的\ xampp \ php \ PEAR') http://www.programmershere.com/questions-answers/482899-problem-sf_sandbox-installation-failed-check-symfony-v.html#post482904

1 个答案:

答案 0 :(得分:2)

在您的sf_sandbox安装中,您的php.exe路径似乎不正确。 编辑sf_sandbox安装中的symfony.bat文件。 你会发现这样的东西

set PHP_COMMAND=php.exe

将php.exe替换为php.exe文件的路径。例如。 C:\ XAMPP \ PHP \ php.exe的

  1. 检查项目配置中的symfony路径 sf_sandbox \配置\ ProjectConfiguration.class.php
  2. 确保第一个“require_once”指向正确的symfony安装 require_once dirname( FILE )。'/ .. / lib / symfony / autoload / sfCoreAutoload.class.php';

    并且,symfony不拼写为交响乐。 ;)