[01-Sep-2025 16:54:53 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /srv/htdocs/wp-content/plugins/hivepress/includes/components/class-form.php on line 286
// Add options.
foreach ( $terms as $term ) {
$options[ $term->term_id ] = [
‘label’ => $term->name,
‘parent’ => $term->parent ? $term->parent : null,
];
}
how can i solve this issue?
ChrisB
September 2, 2025, 8:42am
2
Hi @ongraphdev ,
You can find information on increasing the memory limit here .
Cheers,
Chris
JSHBV
September 2, 2025, 9:03am
3
536870912 bytes is 512 megabyte which is ridiculously high already.
Instead of increasing the limit it is worth while solving the cause.
TS shouldp provide more info. Install query monitor and check if there is a high query count and if so which plugin or function is causing this.
hivepress plugin create the issue
kseniia
September 3, 2025, 10:16am
7
Hi,
If you found the bug, please provide as much detail as possible. Have you tried disabling all third-party plugins and customizations? Does the issue only occur with dropdowns that have many options to select from? Does it happen on a fresh installation as well?
Including these details will help us identify and resolve the issue more quickly.
system
Closed
October 3, 2025, 10:16am
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.