PHP error after website clone
-
Hello,
1. I cloned my development website into an active website. Now I see PHP errors on the active website, and the development page from which I copied the page does not have this error. https://prnt.sc/DxXuD4WvLNc_
2. I update my development Woodmart theme 6.2.4 –> 6.3.3
2.1 Woodmart theme update change quantity input size
Product page – https://prnt.sc/9_vaUCf2t07X
Widget – https://prnt.sc/ORLnv6MbZlCi
Cart – https://prnt.sc/vnOq4FV9VaNA
2.2 Yith request a quote cart layout change – https://prnt.sc/EL0q3vRVlmTw
2.3 Product hover image not responsive – https://prnt.sc/Yog5fp5bmhUf
2.4 Checkout page in mobile view row margin – https://prnt.sc/Lar9c6rCNPHl
3. I want to change PHP 7.4 –> PHP 8.0. Woodmart Theme support that?
Thanks for the help
Hello,
1. Please, send us your admin and FTP access so we can check this error on your side.
2.2. We didn’t change anything there and it looks like before https://prnt.sc/UcmTMR3UDLFs
2.3. Product image looks as it should. Yes, it has a little zoom there but it is how it was always working https://gyazo.com/1ae5a6a2b1d6d96638775f8e728e3860
2.4. We have a spacing on Checkout https://prnt.sc/Kbr5hdBgGO2H
3. Yes, we run PHP8 on our demo and it works correctly.
Kind Regards
I can’t access your server with this FTP https://gyazo.com/c6241470257c20da4693fbfbe70c08a7
Check your WordPress admin access also so we could see the error.
Hello,
I’ll send you access
Please, find this infobox and replace it with a title or text instead. It seems to be broken https://monosnap.com/file/H0xrAsTvRAasyRdHEH8MlLPUcUVBVg
Thanks,
PHP error fixed.
Checkout page in mobile view row margin of my development website where I did theme update – https://vimeo.com/693636906/d4fce32929
Hi,
Try to add the following code snippet to the Global Custom CSS area in Theme Settings to fix this issue.
@media (max-width: 1024px) {
.woocommerce-billing-fields__field-wrapper {
margin-bottom: 40px;
}
}
Kind Regards
The topic ‘PHP error after website clone’ is closed to new replies.