【发布时间】:2019-09-16 09:30:11
【问题描述】:
我有一个内置于 FatFree 框架的系统,在运行我的一个脚本时出现错误(错误如下)。
在研究中,我发现了两个与此相关的 github 帖子(如下所列),但无法弄清楚如何解决问题或在哪里进行更改以解决问题。谁能帮帮我?
https://github.com/bcosca/fatfree/issues/1080
https://github.com/SSilence/selfoss/issues/983
Internal Server Error
The (unset) cast is deprecated
[ctdata/lib/base.php:2032] Base->error(500,'The (unset) cast is deprecated')
[ctdata/lib/base.php:1899] Base->{closure}(8192,'The (unset) cast is deprecated','/home/ezcomp5/public_html/ctdata/lib/db/sql.php',110,array('class'=>'DB/SQL','func'=>NULL,'path'=>'./','auto'=>'/home/ezcomp5/public_html/ctdata/lib/','file'=>'/home/ezcomp5/public_html/ctdata/lib/db/sql.php'))
[ctdata/lib/base.php:1899] require()
[ctdata/index.php:37] spl_autoload_call('DB\SQL')
【问题讨论】:
标签: php deprecated internal-server-error unset fat-free-framework