Hi, I’ve backed up my site using WP Clone, but after updating, I’m getting an error message as copied in the private content. Please help! I can’t login to dashboard and the site has just crashed.
Hey Jon,
You can comment out this part in enfold/framework/php/class-form-generator.php starting on 435
if( $this->placeholder )
{
// empty label - keep default placeholder
if( ! empty( trim( $element['label'] ) ) )
{
$placeholder_text = $element['label'];
}
if( ! empty( $element['check'] ) )
{
$extra = "*";
}
}
via FTP
Best regards,
Victoria
my file looks exactly the same as above
What part am I commenting out?
Michael