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
- To reproduce the problem "Missing
credentialsarray; 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
credentialsarray; exiting
Edited by Ivan Konchakovsky