Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes)

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes)

我正在尝试使用 "include" 为 html 页面创建页脚,但出现错误。我是 PHP 的新手,所以我不知道任何其他解决方案。即使我已经尝试过类似的可能性,但仍然无法正常工作..

这是我遇到的错误

如果第二张图片是您的页脚文件,那么它包含了自己。这意味着当它运行时,它将无限循环,一遍又一遍地包括自己,直到达到内存限制。

从 footer.php 中删除 include("footer.php");