我正在尝试新的Firebase/Crashlytics设置,似乎遇到了一个奇怪的问题.
我尝试按照Firebase说明发送测试崩溃报告.
E/Fabric:无法从https://settings.crashlytics.com/spi/v2/platforms/android/apps/package名称/设置中检索设置
我已经将我的Ubuntu安装升级到了14.10(我不知道为什么它实际上是14.10,它应该是14.04,因为当我做了 - 发布 - 升级时它被宣传了).无论如何,突然我的PHP站点在更新后立即停止工作.我的nginx和php日志中没有收到任何错误消息,以帮助我解决问题.访问URL时,我只看到一个空白屏幕.有人会这么善意帮助我.非常感谢提前.这是我的PHP5-FPM和Nginx配置文件:
/etc/php5/fpm/pool.d/www.conf
; Start a new pool named 'www'.
; the variable $pool can we used in any directive and will be replaced by the
; pool name ('www' here)
[www]
; Per pool prefix
; It only applies on the following directives:
; - 'slowlog'
; - 'listen' (unixsocket)
; - 'chroot'
; - 'chdir'
; - 'php_values'
; - 'php_admin_values'
; When not set, the global prefix (or /usr) applies instead.
; Note: This …
Run Code Online (Sandbox Code Playgroud)