尝试在我的服务器上安装Symfony(3.3)项目时遇到错误。 我正在使用Apache HTTP Server和PHP 7.0。
当我访问app_dev.php时,它显示错误:
UndefinedFunctionException
Attempted to call function "ctype_digit" from namespace "Symfony\Component\HttpKernel".
in Kernel.php (line 274)
at Kernel->getName()in Kernel.php (line 85)
at Kernel->__construct('dev', true)in app_dev.php (line 25)
我的作曲家更新效果很好。
有人知道它可能来自哪里吗? ..或者只是对搜索方式有一个提示。
感谢您的帮助。
答案 0 :(得分:1)
问题已解决。实际上,在将PHP 7.0更新为7.1 之后,它安装了缺少的ctype扩展名。我不知道为什么我的PHP 7.0安装没有安装和启用它。
非常感谢你的帮助。