studio-arrenberg / quartiersplattform

🏡 Repo für die Quartiersplattform
https://arrenberg.app
MIT License
2 stars 3 forks source link

Custom post type page #145

Closed j0hannr closed 2 years ago

j0hannr commented 2 years ago

Custom post type page

Custom post type page/list is empty on some post types.

Error

Page /wp-admin/edit.php?post_type=projekte Response

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 28368896 bytes) in /var/www/vhosts/arrenberg.app/httpdocs/wp/wp-includes/functions.php on line 5219

Screenshot

Bildschirmfoto 2022-09-29 um 13 19 00
j0hannr commented 2 years ago

Solution

https://stackoverflow.com/questions/21680244/fatal-error-allowed-memory-size-of-268435456-bytes-exhausted-tried-to-allocate

Inscrease Max Memory Limit

define( 'WP_MAX_MEMORY_LIMIT' , '512M' );