I get the following error message when I attach a file to a story. I put in *** in the filename.
warning: exec() [function.exec]: Unable to fork [file -bi "files/documents/***.pdf"] in c:\Inetpub\wwwroot\modules\disknode\disknode.inc on line 517.
I file seems however to be attachted. What is the reason of the error?
Comments
Comment #1
mvbalen commentedProblem can be solved by copying the 'windows/windows32/cmd.exe' to the PHP root directory.
Comment #2
elmuerte commentedchanged 'mime_content_type' function to default to 'application/octet-stream' on windows systems.
if you want proper mime types install the mime module for PHP
Comment #3
(not verified) commented