Skip to content

Require path dev/shell/indexer.php and log.php #87

Closed
@mikebranderhorst

Description

@mikebranderhorst

require_once '../../app/bootstrap.php';

Should be written as (like dev/shell/install.php):

require_once __DIR__ . '/../../app/bootstrap.php';

dev/shell/indexer.php line 27
dev/shell/log.php line 27

This way you can run the script from anywhere.

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