syedazeem
Forum Replies Created
-
Hi Rica,
Thank you for your detailed response and for identifying the source of the issue.
I understand that the warnings are stemming from the Premium Addons for Elementor plugin. However, I’ve used a significant portion of my site’s layout and features through this plugin, and temporarily deactivating it would likely break or crash several critical pages and functionalities.
Is there any alternative solution you can recommend that doesn’t involve deactivating the plugin—such as:
- Suppressing PHP warnings via
wp-config.phptemporarily? - Using a plugin conflict scanner or log filter to isolate the exact element causing the issue?
- Any safe way to test this in a staging environment instead of the live site?
Additionally, I will reach out to the Premium Addons support team as you suggested to check if they have a fix or update available.
Looking forward to your guidance.
Best regards,
Hi,
Thank you for your quick response.
As requested, here is the full path of the PHP warning from my error log:
[28-Jul-2025 11:19:59 UTC] PHP Warning: Undefined array key “id” in /home4/ytiwkwmy/public_html/wp-content/plugins/elementor/includes/controls/groups/image-size.php on line 110
[28-Jul-2025 11:29:54 UTC] PHP Warning: Attempt to read property “ID” on null in /home4/ytiwkwmy/public_html/wp-content/plugins/premium-addons-for-elementor/widgets/premium-grid.php on line 2997
[28-Jul-2025 11:29:54 UTC] PHP Warning: Attempt to read property “post_excerpt” on null in /home4/ytiwkwmy/public_html/wp-content/plugins/premium-addons-for-elementor/widgets/premium-grid.php on line 2998
[28-Jul-2025 11:29:54 UTC] PHP Warning: Attempt to read property “post_content” on null in /home4/ytiwkwmy/public_html/wp-content/plugins/premium-addons-for-elementor/widgets/premium-grid.php on line 2999
[28-Jul-2025 11:29:54 UTC] PHP Warning: Attempt to read property “post_title” on null in /home4/ytiwkwmy/public_html/wp-content/plugins/premium-addons-for-elementor/widgets/premium-grid.php on line 3000
Regards - Suppressing PHP warnings via