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/taxonomy.php on line 286
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.     $object = (array) $object;
  2.     $taxonomies = array();
  3.     foreach ( (array) $wp_taxonomies as $tax_name => $tax_obj ) {
  4.         if ( array_intersect$object, (array) $tax_obj->object_type ) ) {
  5.             if ( 'names' === $output ) {
  6.                 $taxonomies[] = $tax_name;
  7.             } else {
  8.                 $taxonomies$tax_name ] = $tax_obj;
  9.             }

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/taxonomy.php:286