• Resolved jedes

    (@jedes)


    Hey! I was just trying to test your pluging on my website, but immediately after activating the plugin, I get the following error. It appears to crash the whole WP dashboard, while after deactivating the pluging everything returns to normal again. Are you familiar with the source of this error? I did not see any similar support tickets through search.

    Fatal error: Declaration of Carbon_Fields\Datastore\Key_Value_Datastore::load(Carbon_Fields\Field\Field $field) must be compatible with Carbon_Fields\Datastore\Datastore_Interface::load($field) in /home/[DOMAIN PATH]/public_html/wp-content/plugins/scrollsequence/includes/carbonfields/htmlburger/carbon-fields/core/Datastore/Key_Value_Datastore.php on line 150

    EDIT: Here is the line 150:

    public function load( Field $field ) {
        $storage_key_patterns = $this->key_toolset->get_storage_key_getter_patterns( $field->is_simple_root_field(), $this->get_full_hierarchy_for_field( $field ) );
        $cascading_storage_array = $this->get_storage_array( $field, $storage_key_patterns );
        $value_tree_array = $this->cascading_storage_array_to_value_tree_array( $cascading_storage_array );
        if ( $value_tree_array === null ) {
            return $value_tree_array;
        }
        $value_tree = $this->value_tree_array_to_value_tree( $value_tree_array, $field );
        return $value_tree;
    }
    • This topic was modified 1 month ago by jedes.
    • This topic was modified 1 month ago by jedes. Reason: added the relevant line of code
Viewing 3 replies - 1 through 3 (of 3 total)
  • Jamie P.

    (@jamiepineda)

    Hi @jedes ,

    I understand you’ve encountered an error related to Scrollsequence. Let me help you out with this.

    Please provide the following details:

    1. What version of?Scrollsequence plugin are you using? Is it a free or paid one?

    2. What exact number version of?Scrollsequence you have installed? Make sure it’s version 1.5.7.

    It could be some kind of compatibility problem. Could you please try deactivating all the other plugins (leaving only Scrollsequence activated) and then re-activating them one by one to know which plugin is causing the conflict?

    Please try using a default WordPress theme as well, like Twenty Twenty-Four with only Scrollsequence active, to see if you’ll get a different result.

    Looking forward to your response.

    Kind regards

    Jamie P.

    (@jamiepineda)

    .

    • This reply was modified 3 weeks, 4 days ago by Jamie P..
    Plugin Support Jamie

    (@jamie00)

    Closing this ticket due to inactivity.

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