約3,460件1ページ目

2009/2/18 -The error seems to occur either during the client sending, or the server receiving. I've tried disabling all serverside processing, and rigging it to send a ...

2022/12/12 -The “allowed memory size exhausted” fatal PHP error means that a PHP script exceeded the set PHP memory limit and thus failed. This can result in 500 errors or ...

2024/1/26 -This error occurs when a script requires more memory than what is allocated to it. This comprehensive guide will discuss various methods to prevent and fix PHP ...

2020/9/25 -What the error message is saying is that a memory allocation is trying to be made and the configured memory limit for PHP has been exhausted.

2020/12/10 -The number 2097152 in the error indicates that the Memory Size is 2M. It's possible you have a .php.ini in the root of your website that's causing the problem.

2010/12/3 -You need to increase your PHP memory limit. At the moment, it is set to 32M, which doesn't appear to be enough for you. Edit your php.ini file (or create one) ...

Out of memory errors are usually caused by an infinite loop in page processing. One typical example is a getResources call that shows the page with the ...

Hi. After the upgrade to 2.4.4 I take an error when I try to send email to the users. Fatal error: Call to undefined method XoopsMultiMailer::SetLanguage() ...

2020/1/9 -continue~についてはスルーしまして「Allowed memory size of~」が引っかかっているように思いますが、よくわかりません。 もし、わかる方がいま ...

なので、エラー表示をオンにしてみたところ、Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 69 bytes) in /home/users/2 ...