我试图将symfony 2项目部署到在线服务器但它不起作用:( 这是错误日志:
ErrorException:警告:is_writable()[function.is-writable]: open_basedir限制生效。文件(/ tmp)不在 允许的路径: (/var/www/mySite.com/htdocs/:/var/www/mySite.com/phptmp/:/var/www/hra-performance.com/exec_dir/:/var/www/mySite.com/php-会话/:/ htdocs中:/ phptmp:/ exec_dir:/ PHP的会话:在/ usr /共享/ PHP) 在 /htdocs/moustapha/Symfony2/vendor/swiftmailer/swiftmailer/lib/preferences.php 第15行
答案 0 :(得分:0)
你有权访问终端吗?如果是这样,您应该确保您的Web服务用户有权写入所需的目录。我建议看看这个:
http://symfony.com/doc/2.2/book/installation.html#configuration-and-setup
特别是关于权限的部分。