You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Vista/7/8 The default temp directory returned by winapi GetTempPath() is
`C:\Users\%user%\AppData\Local\temp`. If user's name contains unicode
characters then PHP won't be able to use this directory. In this case a
different temp directory should be set. Check the following directories whether
they exist and are writable, in this order:
C:\Windows\Temp (or C:\%WinDir%\Temp)
C:\Temp
your application\temp
C:\Users\Public\Temp
If these fail, try creating temp directory in the following locations:
your application\temp
C:\Users\Public\Temp
Original issue reported on code.google.com by [email protected] on 28 Jan 2014 at 3:54
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jan 2014 at 3:54The text was updated successfully, but these errors were encountered: