Home › Forums › WoodMart support forum › Specific Single Page Layout not opening in Elementor – Error 500
Specific Single Page Layout not opening in Elementor – Error 500
- This topic has 12 replies, 2 voices, and was last updated 1 year, 1 month ago by Hung Pham.
-
AuthorPosts
-
September 28, 2023 at 10:34 am #499856
shreyanschandakParticipantHi, I have an problem on my live website running on woodmart theme, a specific single page product layout doesn’t open in elementor it gives an error 500 aand on clicking edit it gives a critical error with website notice, other layout and things work fine but this one doesn’t open, it is very important as it the main layout of my products, please help immediately
September 29, 2023 at 10:14 am #500140
Hung PhamKeymasterHi shreyanschandak,
I really appreciate your patience.
Admin credentials are incorrect, please check again.
Meanwhile, 500 Internal Server Error indicates that there is a fatal error in the PHP script or on the server side. You can enable debug mode in WordPress to view the error, as outlined in the WordPress Codex (https://codex.wordpress.org/Debugging_in_WordPress).
If it will not show any errors, I recommend that you contact your hosting provider and request a server error log to determine the cause of the issue. Would you mind if I need to deactivate extra plugins for testing? Please confirm me back.
Please note that it is important to take a complete backup of your site before proceeding.
Regards,
September 29, 2023 at 4:44 pm #500296
shreyanschandakParticipantUpdated Admin credentials provided.
I understand what you’re saying and tried to debug the problem myself but could’nt which is why we’ve renewed our support license just to get this issue solved as it is very critical to our website.
Please have a look into the issue, I have tried to work within the hosting environment to check for any limiting factors with memory and all or even the php version but nothing seems to work, please help.
October 1, 2023 at 5:09 pm #500586
Hung PhamKeymasterHi shreyanschandak,
First of all, take my apologies for delay in answering.
Please update WoodMart theme and update WoodMart Core plugin https://prnt.sc/qxGIlwV4_1_G
You can refer to our documentation https://xtemos.com/docs-topic/update-the-theme/
Then, deactivate all plugins (except Required Plugins) and then reactivate them one by one. This makes it very easy to isolate the plugin causing problems.
If the problem still occurs, please provide me with temporary FTP account, I will enable debug and check log file for more details.
I kindly recommend that you take a complete backup of your site before proceeding.
Regards,
October 4, 2023 at 2:42 pm #501560
shreyanschandakParticipantI tried updating the theme and the core plugin but it did not solve my issue, rather it caused some design issues because of the theme update like the gallery slider on woocommerce product breaks[major issue]
Also tried, deactivating all non essential plugins, leaving just woocommerce, elementor and woodmart core activated the problem still persists but a slightly different error shows – https://prnt.sc/hBqQJoWzwPFk
Here are the errors thrown as per debug – https://prnt.sc/IK1UCbMUZa4OI am unable to solve the issue and would request you to please look into this, have provided access to my hosting and I have created a staging website(details in private) for you so please have a look and please help e out, it been really long since I’m trying to solve this and ask help here, please understand it is very critical for my company so your help would be appreciated.
- This reply was modified 1 year, 1 month ago by shreyanschandak.
October 5, 2023 at 9:47 am #501752
Hung PhamKeymasterHi shreyanschandak,
Sorry for the inconveniences you are experiencing.
Now staging site works fine on my end.
I can create new Product with Elementor https://prnt.sc/wqEbhDpqp2p8. I also can work with existing Product layouts as well https://prnt.sc/ykRi2vAaElkc
Please double check on both staging and live site and let me know how it goes.
Regards,
October 5, 2023 at 10:39 am #501768
shreyanschandakParticipantHello Hung,
As specified in the private content on my first message, I am having issues with two specific exisiting layouts, namely Mattress Product Layout(not the one which says NEW) & Pillow Product Layout. The issue still persists, those two layouts show an error 500, rest other layouts work fine.
The layout you checked already worked, please look into the Mattress Product Layout & Pillow Product Layout no the new one, please.
Awaiting your reply!
October 5, 2023 at 10:48 am #501772
shreyanschandakParticipantAlso the screenshot you sent is from the main installation at getrest.in, I would request you to not make changes there as it is a live website, rather work on staging.getrest.in with the same credentials please
October 6, 2023 at 4:28 am #502084
shreyanschandakParticipantChanging the php version from 8.2 to 7.4 fixes the problem but it is not a solution as there is some innate problem causing this, please solve the issue, I hope I have cut your chase here and identified where the problem lies, awaiting your reply and a solution.
October 6, 2023 at 8:46 am #502103
Hung PhamKeymasterHi shreyanschandak,
These screenshots captured on staging site, I also pointed “Now staging site works fine on my end.”
I passed this topic to developer, I will update you once receive their replies.
Thanks for your patience.
Regards,
October 6, 2023 at 12:16 pm #502190
Hung PhamKeymasterHi shreyanschandak,
Please add below PHP code to functions.php file in Child theme.
add_action( 'the_content', function () { if ( class_exists( 'Elementor\Plugin' ) && Elementor\Plugin::$instance->editor->is_edit_mode() ) { remove_filter( 'the_content', 'convert_smilies', 20 ); } } );
Regards,
October 6, 2023 at 2:45 pm #502237
shreyanschandakParticipantUnfortunately adding this does not fix the problem, I think lowering the php version does it for me now and I am fine with it, thank you Hung for your help & supoort!
- This reply was modified 1 year, 1 month ago by shreyanschandak.
October 7, 2023 at 4:50 am #502372
Hung PhamKeymasterHi shreyanschandak,
Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
-
AuthorPosts
Tagged: elementor, Error 500, Single Page Layout
The topic ‘Specific Single Page Layout not opening in Elementor – Error 500’ is closed to new replies.
- You must be logged in to create new topics. Login / Register