Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #794109

    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.

    #794230

    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

    #794241

    my file looks exactly the same as above

    What part am I commenting out?

    Michael

    #794424

    Hi,

    Issue was related to older PHP versions. Kriesi has fixed it and released Enfold 4.0.7. Please update the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.