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
Comment #1
hilldw commentedComment #2
_timpatrick commentedTry 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?
Comment #3
_timpatrick commentedComment #4
hilldw commentedInstalled 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.
Comment #5
hilldw commentedI uninstalled the media browser plus module and the problem has gone away.