Skip to content

Adhoc task failed - Attempt to assign property "endcrawl" on bool #185

@matthewhilton

Description

@matthewhilton

I believe it is this line:

$history->endcrawl = time();

which indicates the $history record does not exist and is being queried from the db but not being returned.

Not sure if this is a logic issue in the code or if its a db replica lag issue

Its possible the get_config is returning a time for crawlstart that was never inserted into the db, hence it looks like it is stuck looking for a record that will never exist

I was able to fix the task manually by using the "clear progress" page/button

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions