After I upload any file using filedepot, I've notice the following error in the system log.

File temporary://filedepot/test.pptx (D:\AFPMB Drupal\sites\default\files\tmp\filedepot/test.pptx) could not be moved, because the destination public:/test.pptx is invalid. This may be caused by improper use of file_move() or a missing stream wrapper.

However, everything shows up properly and seems to work OK. Is there something I'm missing here?

Comments

hilldw’s picture

Title: Error received when uploading messages » Error received when uploading files
_timpatrick’s picture

Assigned: Unassigned » _timpatrick
Status: Active » Postponed (maintainer needs more info)

Try using the latest dev build and see if you still have this issue. If so can you give a little more info about your site and your setup so I can try to reproduce it?

_timpatrick’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
hilldw’s picture

Status: Closed (cannot reproduce) » Active

Installed latest dev build and still receive the same error message. Here's the error directly from the system log. This happens on all file uploads.

File temporary://Contingency Membership.xlsx (D:\AFPMB Drupal\sites\default\files\tmp/Contingency Membership.xlsx) could not be moved, because the destination public:/Contingency Membership.xlsx is invalid. This may be caused by improper use of file_move() or a missing stream wrapper.

hilldw’s picture

Status: Active » Closed (fixed)

I uninstalled the media browser plus module and the problem has gone away.