Win32 Error
Brought to you by:
vival
After some investigating, i found the error to be in
the IsWin32() function withing the globals.php file. Im
running a IIS server in a WinXP Pro environment.
The origial function looks like:
return( strstr($SERVER_SOFTWARE, "Win") != NULL );
but since the $SERVER_SOFTWARE variable returned
"Microsoft-IIS/5.1", this returned false, resulting in
major errors, and the filebrowser was unusable.
The fix was off course to return true, and everything
worked again.
Great work
/Frank
Logged In: YES
user_id=106390
Thank you very much Frank.
The fix will be included in V0.9.2 that will be released
very soon.