Skip Navigation

[Gelöst] Hi,

This support ticket is created vor 8 Jahre, 11 Monate. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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 3 Antworten, has 2 Stimmen.

Last updated by francoiseR vor 8 Jahre, 10 Monate.

Assisted by: Luo Yang.

Author
Artikel
#274683

Hi,

I have a view integrated in a view. This view content a google maps. I worked perfectly until some hours ago. Now, in the place that must show the map and other information from a parent post, appears this:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home/nacasgar/public_html/laagendacultural.cl/wp-includes/meta.php on line 829

Also desapeared the wordpress admin top bar. If I delete the widget, the top bar appears again.

I tried to include in wp-config.php this:

define( 'WP_MEMORY_LIMIT', '64M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

But nothing change.

Please, help!

#274814

Hi,

I could solve it adding a file .user.ini with this:

memory_limit = 256M
post_max_size = 192M
file_uploads = On
upload_max_filesize = 192M

But I continue asking me what could make the error, it works perfectly by two months. Perhaps a post very heavy?

#274979

If you are running lots of plugins and using custom theme, it will consume lots of server memory resource, and Views plugin has been highly optimized, which should not consume too much server memory resource,
You can try some debug tools, for example:
https://wordpress.org/plugins/search.php?q=memory

Or you can try deactivate other plugins and switch to wordpress default theme, then activate them one by one, To locate which problem plugin/theme, and deactivate it.

#275277

Many thanks, Luoy!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.