mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 04:11:58 +08:00
Warning: A non-numeric value encountered in /data/htdocs/x.php on line 24 #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loveyu on GitHub (Jan 13, 2019).
( ! ) Warning: A non-numeric value encountered in /data/htdocs/x.php on line 24
Call Stack
Time Memory Function Location
1 0.3747 435912 {main}( ) .../x.php:0
2 0.3748 453488 InnStudio\Prober\Components\Bootstrap\Bootstrap->__construct( ) .../x.php:206
3 0.3748 453496 InnStudio\Prober\Components\Bootstrap\Bootstrap->getDisplay( ) .../x.php:34
4 0.3750 491752 InnStudio\Prober\Components\Bootstrap\Bootstrap->getFieldsets( ) .../x.php:63
5 0.3963 534936 InnStudio\Prober\Components\PhpInfo\PhpInfo->display( ) .../x.php:34
6 0.3963 534936 InnStudio\Prober\Components\PhpInfo\PhpInfo->getContent( ) .../x.php:76
7 0.3964 534968 InnStudio\Prober\Components\Helper\HelperApi::getErrNameByCode( ) .../x.php:79
@kmvan commented on GitHub (Jan 13, 2019):
Thanks the issue.
And what's your OS?
PHP version?
@loveyu commented on GitHub (Jan 13, 2019):
PHP: 7.1.16-1+b1
Nginx: nginx/1.13.12
OS: Linux Loveyu-Linux 4.15.0-29deepin-generic #31 SMP Fri Jul 27 07:12:08 UTC 2018 x86_64
FPM: fpm-fcgi
@kmvan commented on GitHub (Jan 13, 2019):
Could you paste the php.ini file content here?
@loveyu commented on GitHub (Jan 13, 2019):
现在OK了。
之前使用了默认的PHP-FPM目录下的php.ini文件,切换为cli下的正常。
@kmvan commented on GitHub (Jan 13, 2019):
php-fpm的php.ini文件贴一下看看,我想知道什么设置会导致这个警告的
@loveyu commented on GitHub (Jan 13, 2019):
文件内容全是注释掉了,所以就是啥都没有
@kmvan commented on GitHub (Jan 13, 2019):
原来如此,重现了,感谢。
@kmvan commented on GitHub (Jan 13, 2019):
2.0.2 版本已修复。