Unexplained Fatal Error : Out of Memory
-
I have noticed that if you put more than one of this plugin’s instance on a given post that it results in this error:
Fatal error: Out of memory (allocated 27262976) (tried to allocate 2877963 bytes) in /wp-content/plugins/crayon-syntax-highlighter/util/crayon_util.class.php on line 787
What’s even more bizarre is that this error is referencing this code block:
// Escape backreferences from string for use with regex public static function preg_escape_back($string) { // Replace $ with \$ and \ with \\ $string = preg_replace('#(\\$|\\\\)#', '\\\\$1', $string); return $string; }
Which doesn’t explain why there is a memory allocation issue.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Unexplained Fatal Error : Out of Memory’ is closed to new replies.