Home Forums WoodMart support forum critical error since new update for a specific site

critical error since new update for a specific site

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #289805

    BastianOrth
    Participant

    Hi,
    i’m using woodmart for my wcfm site with elementor. Since the new update i get the a critical error when i use the store setup wizard of wcfm

    Please have a look at the error and tell me how to fix that problem.

    thanks for your help

    #289823

    Artem Temos
    Keymaster

    Hello,

    Please, provide us your admin and FTP access so we can check what is wrong.

    Kind Regards

    #289825

    BastianOrth
    Participant

    #290006

    Artem Temos
    Keymaster

    FTP access seems to be wrong and we can’t access your server https://prnt.sc/12k8vds

    #290041

    BastianOrth
    Participant

    sorry, i send you the right details

    #290067

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    function woodmart_elementor_is_edit_mode() {
    	if ( ! woodmart_is_elementor_installed() ) {
    		return false;
    	}
    	return Plugin::$instance->editor->is_edit_mode();
    }
    #290070

    BastianOrth
    Participant

    Now i get a new error

    #290072

    Artem Temos
    Keymaster

    Sorry, try to use the following snippet instead

    function woodmart_elementor_is_edit_mode() {
    	if ( ! woodmart_is_elementor_installed() ) {
    		return false;
    	}
    	return Elementor\Plugin::$instance->editor->is_edit_mode();
    }
    #290073

    BastianOrth
    Participant

    another error

    #290076

    Artem Temos
    Keymaster

    Please, check how it works now. Note that it has some notices now generated by the plugin and not related to our theme.

    #290181

    BastianOrth
    Participant

    thanks, this seems to work.

    I have another question to a new topic, should i create a new topic for this?

    #290187

    Artem Temos
    Keymaster

    You are welcome! Yes, we close this topic and you can create a new one.

Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘critical error since new update for a specific site’ is closed to new replies.