Home › Forums › Basel support forum › HTTP 500 ERROR ON HOMEPAGE
HTTP 500 ERROR ON HOMEPAGE
- This topic has 16 replies, 2 voices, and was last updated 3 years ago by Elise Noromit.
-
AuthorPosts
-
November 10, 2021 at 8:59 am #330685
BamboonParticipantHello, I’ve created a new variable product (ID : 1549) and I can’t access my homepage (the shop page and product pages are accessible instead). I have received an email from wordpress that indicates that the issue is coming from the plugin WPBakery Page Builder.
Can you please help ?Thank you in advance for coming back to me,
LoreneNovember 10, 2021 at 9:23 am #330687
Elise NoromitMemberHello,
Please make the full backup of your site and check the issue on any default theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.
Best Regards
November 15, 2021 at 11:17 am #331907
BamboonParticipantHello,
I’ve made a full back up of the site and activated twenty twenty one template : the site is working.
Thank you for your help,
Lorene
November 15, 2021 at 1:38 pm #331970
BamboonParticipantHello Elise, maybe I didn’t write the sentence, but I still have a problem on y site : it’s not orking wen Basel is activated. It’s quite an emergency. Can you please check ?
Lorene
November 15, 2021 at 2:52 pm #331998
Elise NoromitMemberHello,
Please provide FTP access. Please insert the credentials into the private content block I will submit the issue to the development department.
Best Regards
November 15, 2021 at 6:49 pm #332041
BamboonParticipantOk, you can find below the FTP access :
November 16, 2021 at 3:50 pm #332346
BamboonParticipantHello,
Do you have some news for me ? Did you transfer the issue to the development departement ?
November 17, 2021 at 9:30 am #332479
Elise NoromitMemberHello,
Please add this code to the functions.php of the child theme.
function basel_hover_image() { global $product; $attachment_ids = $product->get_gallery_image_ids(); $hover_image = ''; if ( ! empty( $attachment_ids[0] ) ) { $hover_image = basel_get_product_thumbnail( 'woocommerce_thumbnail', $attachment_ids[0] ); } if( $hover_image != '' && basel_get_opt( 'hover_image' ) ): ?> <div class="hover-img"> <a href="<?php echo esc_url( get_permalink() ); ?>"> <img src="<?php echo wp_get_attachment_image_url( $attachment_ids[0], 'woocommerce_thumbnail' ); ?>" > </a> </div> <?php endif; }
If you have any questions please feel free to contact us.
Best Regards
November 17, 2021 at 9:59 am #332491
BamboonParticipantHello,
Thank you for coming back to me. Can you please explain to me what was causing the issue ? And if you can check the screenshot attached if I’ve putted the code right ?
Also, please check the product ID 1549, there is the homepage showing up above the product description : how can I remove it ? (doc attached)Thank you,
Lorene
Attachments:
You must be logged in to view attached files.November 17, 2021 at 3:59 pm #332585
BamboonParticipantHello again,
Sorry, can you please check my previous message please ?
For the product ID1549, it’s like my product description has disappeard and has been replaced with the homepage content.November 18, 2021 at 9:22 am #332763
Elise NoromitMemberHello,
We are sorry and surprised, that is not supposed to happen. Could you restore the site from the backup?
The code we have provided fixed the error shown by the server for the “Hover image” design.
If you have any questions please feel free to contact us.
Best Regards
November 18, 2021 at 3:37 pm #332898
BamboonParticipantIs it possible for you to do the restore from the backup please ?
The backup files are available in home/bamboonf “backup-11.10.2021_21-49-37_bamboonf.tar.gzPease let me now if you can do it ?
Lorene
November 18, 2021 at 4:01 pm #332901
Elise NoromitMemberHello,
We do not have the tool. You can contact your host and ask the support to do that, they would guide or help you.
How did you do the backup in the host or with a plugin?
Best Regards
November 18, 2021 at 8:03 pm #332946
BamboonParticipantI have contacted the hosting service and they have restored the backup but when I activate the basel child, the site is not working. I habve putted the code you gave. Have you cheked the screenshot I have sent you ? Is someting missing ?
Waiting for ou answer,
Lorene
November 18, 2021 at 8:15 pm #332947
BamboonParticipantEven with Basel theme sometimes the hompage is not working and showing a 500 HTTP ERROR
November 21, 2021 at 11:11 am #333435
BamboonParticipantHello,
Have you checked my latest message please, my site is not working, even with the code you have provided.
November 22, 2021 at 9:54 am #333612
Elise NoromitMemberHello,
We are terribly sorry for the delay. As soon as we deactivated all the plugins, the site works properly.
Please deactivate all the plugins except these ones:
Contact Form 7
Mailchimp for WordPress
Safe SVG
Slider Revolution
WooCommerce
WPBakery Page Builder
XTEMOS Post Types pluginIf the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register