我正在使用MAMP for Windows 10,當我嘗試使用symfony製作項目時遇到問題。我用安裝程序安裝symfony,當我啓動命令「php symfony new my_project_name」時,由於時區錯誤,安裝不起作用。無法安裝我的symfony項目
爲了找到php.ini中,我發動對甲基苯丙胺的PHP的信息,並顯示該 「配置文件(php.ini中)路徑C:\ WINDOWS
Loaded Configuration File C:\MAMP\conf\php5.6.3\php.ini "
,我在Apache CON檢查( C:\ MAMP \ CONF \阿帕奇\ httpd.conf)中爲的PHPIniDir:的PHPIniDir 「C:\ MAMP \ CONF \ php5.6.3 \ php.ini中」
我修改時區參數如下
[Date]
; Defines the default timezone used by the date functions
date.timezone = Europe/Paris
我和
發佈e檢查,但似乎我沒有修改正確的文件。另外,我的php.in有問題;發生以下錯誤
Symfony2 Requirements Checker
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> Checking Symfony requirements:
.....E................W...WW.W.....
[ERROR]
Your system is not ready to run Symfony2 projects
Fix the following mandatory requirements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* date.timezone setting must be set
> Set the "date.timezone" setting in php.ini* (like Europe/Paris).
使用mac,我不得不刪除半科林,但我看到你已經做到了。 '''此外,我不得不sudo cp etc/php.ini.default etc/php.ini''' –