openwrt怎么运行啊? #59

Closed
opened 2026-01-15 11:38:45 +08:00 by yan · 2 comments
Owner

Originally created by @VwEl on GitHub (Jun 9, 2021).

  • OS:
  • PHP version: php7 | 7.4.7-1

Fatal error: Uncaught Error: Call to undefined function filter_input() in /www/tz/x.php:635 Stack trace: #0 /www/tz/x.php(635): InnStudio\Prober\Components\Bootstrap\Action->__construct() #1 /www/tz/x.php(654): InnStudio\Prober\Components\Bootstrap\Bootstrap->__construct() #2 {main} thrown in /www/tz/x.php on line 635

Originally created by @VwEl on GitHub (Jun 9, 2021). - OS: - PHP version: php7 | 7.4.7-1 <!-- Your content --> Fatal error: Uncaught Error: Call to undefined function filter_input() in /www/tz/x.php:635 Stack trace: #0 /www/tz/x.php(635): InnStudio\Prober\Components\Bootstrap\Action->__construct() #1 /www/tz/x.php(654): InnStudio\Prober\Components\Bootstrap\Bootstrap->__construct() #2 {main} thrown in /www/tz/x.php on line 635
yan added the question label 2026-01-15 11:38:45 +08:00
yan closed this issue 2026-01-15 11:38:47 +08:00
Author
Owner

@kmvan commented on GitHub (Jun 9, 2021):

filter 默认启用的。可能在安装 php 时候加上了 --disable-filter 参数就被禁用了

@kmvan commented on GitHub (Jun 9, 2021): filter 默认启用的。可能在安装 php 时候加上了 `--disable-filter` 参数就被禁用了
Author
Owner

@VwEl commented on GitHub (Jun 10, 2021):

filter 默认启用的。可能在安装 php 时候加上了 --disable-filter 参数就被禁用了

感谢! 需要额外安装php*-mod-filter *是当前版本

@VwEl commented on GitHub (Jun 10, 2021): > > > filter 默认启用的。可能在安装 php 时候加上了 `--disable-filter` 参数就被禁用了 感谢! 需要额外安装php*-mod-filter *是当前版本
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yan/archived-x-prober#59