- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我有一个基于 symfony 框架的网站,但在开发环境中我有随机崩溃,但有异常(exception):(带有错误字符)
Warning: class_implements(): Class ���� does not exist and could not be loaded
或
Warning: class_implements(): Class H�d ���� does not exist and could not be loaded
或
ContextErrorException in DebugClassLoader.php line 203:
Warning: class_implements(): Class multipart/form-data does not exist and could not be loaded
(php 没有使用 symfony 表单,请求是 GET)
或
OutOfMemoryException in DebugClassLoader.php line 203:
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1141972672 bytes)
(内存限制设置为 128MB,但请求大约需要 6MB)
所有这些不同的异常都是在一个具有相同参数的 url 上抛出的(出于测试目的),因此它们在整个网络中随机抛出。
此错误不在生产环境中仅在开发环境中。
开发环境是在带有 XAMPP/apache 的 Windows 7 机器上。
如果我重新启动 apache 并按 F5 一切正常,网络工作正常。
我尝试清除所有缓存但没有成功。
有什么想法吗?
编辑:
激活 OPCache 问题仍然存在...
如果我从 CLI 运行命令 php bin/symfony_requirements
> PHP is using the following php.ini file: C:\xampp7.0.9\php\php.ini> Checking Symfony requirements: ...........................WW....... [OK] Your system is ready to run Symfony projectsOptional recommendations to improve your setup~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * intl extension should be available > Install and enable the intl extension (used for validators). * a PHP accelerator should be installed > Install and/or enable a PHP accelerator (highly recommended).Note The command console could use a different php.ini file~~~~ than the one used with your web server. To be on the safe side, please check the requirements from your web server using the web/config.php script.
最佳答案
我遇到了同样的问题“警告:class_implements():类 ���� 不存在且无法加载”
我在 php.ini 中增加了 realpath_cache_size,现在 apache 工作了,没有错误。
关于php - Symfony 随机崩溃 - DebugClassLoader.php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43867959/
我已经将Symfony 3.4升级到4.4。剩下的唯一“弃用”警告是这样的: php.INFO: User Deprecated: The "Symfony\Component\Debug\Debug
我有一个基于 symfony 框架的网站,但在开发环境中我有随机崩溃,但有异常(exception):(带有错误字符) Warning: class_implements(): Class ����
我是一名优秀的程序员,十分优秀!