当出现类似以下错误时,表明 WHMCS 已达服务器 PHP 内存限制:
Allowed memory size of xxxxx bytes exhausted (tried to allocate xxxx bytes)
原因
服务器 PHP 配置中的 memory_limit
参数限制了可用内存。
解决方案
-
前往 工具 > 系统 > PHP 信息
-
查找
memory_limit
配置项,记录 本地值 列中的数值 -
逐步提高该值直至错误解决