• Resolved Henrique

    (@deprosanacoreia)


    Hi, I’m having problems with the Fluent Forms block from Essential Blocks. In all the pages I have this block (in 4 different websites) I get this error message: “Error loading block: Invalid parameter(s): attributes”.

    On the front-end the block still loads normally, but I can’t preview what I’m editing when changing the style.

    Is anyone else experiencing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @deprosanacoreia

    That’s very strange, here I have checked but did not get anything like you have shared. Could you please share the Site Info then I will give it another try. Please go to your WordPress Dashboard -> Tools -> Site Health -> Info -> Copy Site Info to Clipboard. It would be appreciable if you also share the Debug Log. First, go to your File Manager from cPanel and edit the wp-config.php file. Near the bottom of the file you’ll see the following:

    define('WP_DEBUG', false);

    Adjust that line to these three lines:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', true );

    It’s not recommended to change WP_DEBUG_DISPLAY to true. This is because any errors will then display on your live website. By enabling WP_DEBUG_LOG, you can view the same errors in your /wp-content/debug.log file.

    Then paste it in PasteBin and share the link with us.

    Thank you

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @deprosanacoreia

    I hope this message finds you well. I wanted to follow up on a previous support request that you submitted. I understand that the thread was marked as resolved due to a lack of activity, but I wanted to let you know that you are always welcome to re-open the topic if you have any further questions or concerns.

    Before opening a new request, however, I kindly request that you take a moment to read through this post. It may contain the answers to your questions or provide you with a solution to your issue. If you still require assistance after reading this post, please do not hesitate to reopen the thread or submit a new request.

    Thank you for your attention to this matter. I look forward to hearing from you soon.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fluent Forms block error’ is closed to new replies.