PHP Fatal error: require_once(): Failed opening required './bookstack_api.php' / Missing `credentials` array; exiting now.

1.There is no file in the repository bookstack_api.php

  1. To reproduce the problem "Missing credentials array; exiting now."
  • edit according to instructions importer.php
  • create credentials.php and paste your credentials
  • php importer.php error: $credentials = array( 'url' => "https://bookstack.dom.com/", 'id' => "id", 'secret' => "tocken" ); Missing credentials array; exiting
Edited by Ivan Konchakovsky