4ndygu / civicrm_osdi

An Extension for importing from and exporting to OSDI endpoints from CiviCRM
Other
4 stars 4 forks source link

Error creating new Importer.Schedule scheduled job #37

Open joemcl opened 5 years ago

joemcl commented 5 years ago

Trying to create a new scheduled job with Importer.Schedule API call and getting the error below, running CiviCRM v. 5.19.alpha1 and Drupal 7, installed via buildkit on my Ubuntu 19.04 laptop.

Warning: require(/home/joe/buildkit/build/drupal-clean/web/sites/default/files/civicrm/ext/com.example.osdi/api/v3/Importer/../../../vendor/autoload.php): failed to open stream: No such file or directory in require() (line 8 of /home/joe/buildkit/build/drupal-clean/web/sites/default/files/civicrm/ext/com.example.osdi/api/v3/Importer/Schedule.php).
joemcl commented 5 years ago

So I think this gets fixed with #41 Issue fix...