Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) in /home/koukkudigital/public_html/cms/kuolinpesat2/web/wp/wp-includes/plugin.php on line 173
Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) (500 Internal Server Error)

Symfony Exception

FatalError

HTTP 500 Internal Server Error

Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

  1.  * @param string $hook_name The name of the filter hook.
  2.  * @param mixed  $value     The value to filter.
  3.  * @param mixed  ...$args   Additional parameters to pass to the callback functions.
  4.  * @return mixed The filtered value after all hooked functions are applied to it.
  5.  */
  6. function apply_filters$hook_name$value, ...$args ) {
  7.     global $wp_filter$wp_filters$wp_current_filter;
  8.     if ( ! isset( $wp_filters$hook_name ] ) ) {
  9.         $wp_filters$hook_name ] = 1;
  10.     } else {

Stack Trace

FatalError
Symfony\Component\ErrorHandler\Error\FatalError:
Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes)

  at /home/koukkudigital/public_html/cms/kuolinpesat2/web/wp/wp-includes/plugin.php:173