程序员人生 网站导航

Symfony

栏目:access时间:2014-10-12 14:38:21


设置symfony

异常: RuntimeException: Unable to write in the cache directory (/var/www/Symofny/app/cache/dev)  

我的解决办法  chmod 777 app/cache    chmod 777 app/logs

异常: RuntimeException: You need to enable either the SQLite3 or PDO_SQLite extens

解决办法: apt-get install php5-sqlite

问题: 外部不能访问: app_dev.php

解决办法: 在app_dev.php中添加 外网ip.

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐