dudaster / ele-custom-skin

Create a skin for Elementor Pro Post and Post Archive widgets using Elementor templates
GNU General Public License v3.0
59 stars 10 forks source link

Causing Memory Issues and 500 Errors #530

Open philthebass opened 3 years ago

philthebass commented 3 years ago

Hi, Since we installed Ele Custon Skin and Ele Custon Skin Pro, we've started having memory problems with Elementor.

[07-Jul-2021 16:50:40 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/rubberdu/feds.rubberduckdigital.com/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1796 [07-Jul-2021 16:51:56 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/rubberdu/feds.rubberduckdigital.com/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1798 [07-Jul-2021 16:52:24 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/rubberdu/feds.rubberduckdigital.com/wp-content/plugins/elementor/includes/controls/base-multiple.php on line 61 [07-Jul-2021 16:52:25 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /home/rubberdu/feds.rubberduckdigital.com/wp-content/plugins/elementor/includes/base/controls-stack.php on line 1798

If we disable Ele Custon Skin and Ele Custon Skin Pro, then the issue goes away.

How can we fix this?

Thanks

Phil

philthebass commented 3 years ago

I've increased wp memory and removed both the free and pro plugins and reinstalled. Same problem. How can we resolve this? Thanks

philthebass commented 3 years ago

These are the installed plugins Elementor

Elementor Pro

Flickr Gallery Premium

Gravity Forms

Hello Dolly

LiteSpeed Cache

Page scroll to id

Post Duplicator

Quick Featured Images

Really Simple SSL

Slider Revolution

philthebass commented 3 years ago

I increased the memory limit when I first had this problem define('WP_MEMORY_LIMIT', '1024M');

dudaster commented 3 years ago

let me if it throws a new error and if it does, paste it here!

philthebass commented 3 years ago

As soon as I enable the plugins I get 503 Service Unavailable The server is temporarily busy, try again later!

dudaster commented 3 years ago

ok. leave it deactivated.

Go to WP dashboard > Elementor > System Info > WordPress Environment > Memory limit

What does it say?

philthebass commented 3 years ago

Memory limit: | 1024M

dudaster commented 3 years ago

if you deactivate all the other plugins and leave only Elementor and ECS it is working?

philthebass commented 3 years ago

The header loads, but not the rest of the page

dudaster commented 3 years ago

can I have access to the staging website?

philthebass commented 3 years ago

Sure. How can I get that to you securely?

dudaster commented 3 years ago

From the info you sent me to me the culprit seems to be the Posts Widget with custom skin Inside the Loop template.

This seemed to create an Infinite loop and go over the php memory limit.