Hi Kriesi Team
After the enfold theme update, my site ist down.
Front- and also Backend.
How can it be solved?
Best Regards
Pascal
Hi,
What PHP version are you running on the server? We recommend that you use 5.6 or anything above that.
Best regards,
Rikard
Hi,
I have tried it with PHP version 5.6, 7.0, 7.1 and I get the same errors (and site down)…
How can I update the enfold version so that I don’t get any errors?
(I need to update it, becaue in the blog, the paging doesn’t work anymore).
Best regards
Pascal
Hi,
Have you tried updating the theme manually or via FTP?
// http://kriesi.at/archives/the-complete-guide-to-updating-enfold
// http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Best regards,
Ismael
Hi,
Please edit the comments.php file, go to line 134:
function shortcode_handler($atts = array(), $content = "", $shortcodename = "", $meta = "")
Replace it with:
function shortcode_handler($atts, $content = "", $shortcodename = "", $meta = "")
Best regards,
Ismael
Hi,
Yes, you can find the file inside wp-content/themes/enfold/ folder.
Best regards,
Yigit
Hi there, I just tried to find the part for replacement.
But there is no such code in the comments.php file…