Skip to content

Ownpad v0.11.0 on NC29.0.1 with psql backend fails to validate api key/config due to variable naming mismatch #146

@ichdasich

Description

@ichdasich

Moin,
just setup a new NC instance, and was unable to configure ownpad with API and public pads allowed.

The issue was that in ll42 ff. of lib/Service/OwnpadService.php, ownpad polls ownpad_etherpad_useapi and ownpad_etherpad_apikey. However, the values create in the DB are ownpad_etherpad_use_api and ownpad_etherpad_api_key.

After adding ownpad_etherpad_useapi and ownpad_etherpad_apikey to the DB manually, ownpad works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions