catalyst / moodle-tool_objectfs

Object file storage system for Moodle
https://moodle.org/plugins/tool_objectfs
88 stars 72 forks source link

Pushing Objects to Storage is throwing error #566

Open spuri81 opened 1 year ago

spuri81 commented 1 year ago

When it is pushing objects to the server, it throws the following log, when I check the logs,

Execute scheduled task: Object file system upload task (tool_objectfs\task\push_objects_to_storage) ... started 13:07:01. Current memory use 17MB. ... used 0 dbqueries ... used 0.073503017425537 seconds Scheduled task failed: Object file system upload task (tool_objectfs\task\push_objects_to_storage),Undefined constant GuzzleHttp\ClientInterface::MAJOR_VERSION

Frostist commented 1 year ago

Could you do me a favour? I don't have an answer for your question. But where does one view the output for the logs generated by this plugin? I am needing to see if the plugin is getting stuck at any point...

mattkothe commented 8 months ago

I know this is extremely old but, for anyone still looking, the logs for this plugin can be found by:

  1. Clicking the server tab on your Moodle Web application
  2. Then scrolling down to 'task logs'

Make sure to filter for the correct task as well!

Frostist commented 8 months ago

I know this is extremely old but, for anyone still looking, the logs for this plugin can be found by:

  1. Clicking the server tab on your Moodle Web application
  2. Then scrolling down to 'task logs'

Make sure to filter for the correct task as well!

Amazing! Thanks so much. I did end up solving my problem. I think I might have even switched on developer view and seen the php output for the page etc. But non the less worked out!