Unable to Upload Media to Library

Asked by Corey Small

I have Xibo 1.6.4 Successfully running on Server 2012R2 64bit within IIS 8.5 with MySQL 5.6 and PHP 5.3.29.

I have defined a Library Directory outside my http root though when I attempt to upload media I get the following error :

Error Missing a temporary folder

Also looking in dev console I see this:

 Failed to load resource: net::ERR_CACHE_MISS

As a troubleshooting step to see if it was permissions gave the everyone group full access to the Library folder and that had no effect.

Does anyone have any ideas?

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

ERR_CACHE_MISS is a chrome problem which they have fixed in rev40 - basically it is accurately logging that a file wasn't served from the browser cache - but it shouldn't be a fatal "red" error.

The other error comes from PHP (http://php.net/manual/en/features.file-upload.errors.php) and is error number 6. There are a plethora of posts about this on-line, but most say the same sort of thing... check your TMP folder location in php.ini and then make sure it exists and is readable.

Can you help with this problem?

Provide an answer of your own, or ask Corey Small for more information if necessary.

To post a message you must log in.