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
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