One of the most common and frustrating errors encountered by PHP coders reads: “Fatal error: Allowed memory size of 8388608 bytes exhausted…” followed by something like “(tried to allocate XXXX bytes) in /home/www/file.module on line 12.” This fatal PHP error crops up because, by default, PHP has a memory usage limit of 8 MB for… READ MORE
30 Sep.2012
If you have to deal with a CentOS server, there are some specific solutions, that should be known by a Linux administrator. Today I will post the solution for yum error. You can get this error on software update. For example, when trying to update the installed packages: Let’s see the error message. It tells… READ MORE