gpt4 book ai didi

php - Symfony 随机崩溃 - DebugClassLoader.php

转载 作者:可可西里 更新时间:2023-11-01 13:59:42 34 4
gpt4 key购买 nike

我有一个基于 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 问题仍然存在...

我在 symfony 调试栏中的配置: enter image description here

如果我从 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/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com