我尝试在openshift Cartridge中启用PHP中的错误,过去4个月我使用的是openshift,一切顺利且new Cartridge
我无法enable errors to browser window
我使用的代码是
<?php
echo "Hello WOrld!";
echo "Hello world!; //without ending quotes for error
?>
我得到的错误
tail -f /var/lib/openshift/54e9a8d74382ecd2be000161/app-root/php.log
[Wed Mar 11 12:42:31 2015] [error] [client 127.3.126.1] PHP Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in /var/lib/openshift/54e9a8d74382ecd2be000161/app-root/runtime/repo/index.php on line 5
163.47.13.83 - - [11/Mar/2015:12:42:31 -0400] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0"
但是在浏览器窗口中它显示空页......
我在过去3周内遇到过这个问题,我在下面的链接中尝试了很多解决方法而没有任何问题
注意:在进行更改后 /var/lib/openshift/54e9a8d74382ecd2be000161/php/configuration/etc/php.ini 我从前端重新启动了应用程序,即浏览器重启选项,但没有任何作用。
帮我修复此问题......
答案 0 :(得分:0)
(对于任何有兴趣的人)
使用调试环境:
rhc env set APPLICATION_ENV=development
这将{,according to the documentation: