Skip Navigation

[Resolved] Opening Relationships page – Fatal error: Allowed memory size of 125829120 bytes

This support ticket is created 3 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 3 years ago.

Assisted by: Luo Yang.

Author
Posts
#2559447
Relationships.jpg

I am trying to: open the Relationships page in the Toolset menu, same happens with Settings menu (so I can not provide any debug info)

Link to a page where the issue can be seen:

I expected to see: Relationships configuration page

Instead, I got: Fatal error: Allowed memory size of 125829120 bytes exhausted (tried to allocate 524288 bytes) in /homepages/9/d18289495/htdocs/a100/wp-content/plugins/cred-frontend-editor/vendor/toolset/toolset-common/lib/Twig/src/ExpressionParser.php on line 265

Fatal error: Allowed memory size of 125829120 bytes exhausted (tried to allocate 524288 bytes) in /homepages/9/d18289495/htdocs/a100/wp-includes/pomo/translations.php on line 101

#2559917

Hello,

If you are using lots other plugins and custom theme, 128m PHP memory is not enough to run them, it is required to increase your website PHP memory limitation, you can follow WP document to edit the wp-config.php file:
https://developer.wordpress.org/apis/wp-config-php/#increasing-memory-allocated-to-php

You might consider to increase it to 256M or above