ID: 34693 Updated by: [EMAIL PROTECTED] Reported By: Magloiregti at hotmail dot com -Status: Open +Status: Bogus Bug Type: IIS related Operating System: windows 2003 PHP Version: 4.4.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-09-30 20:30:56] Magloiregti at hotmail dot com Description: ------------ When I run the following script as a user with administrator rights, everything works like a charm. When I remove the user from the administrators group and leave it in a users group, the script does not work. (please ignore the syntax as it works fine as under the admin user account) Note that: I can run simple command lines like dir from any windows account. The permissions have been set to allow every user group to have full control on the following: cmd.exe convertDoc.exe hello.doc tmpuploads/ what are some security settings that I can enable for exec to allow the users account to run the script? Reproduce code: --------------- function runfileconvertion(){ $convert_cmd = "C:\\\"Program Files\"\\\"SoftInterface, Inc\"\\\"Convert Doc\"\ConvertDoc.exe /S C:\\\"Program Files\"\\\"Apache Group\"\Apache\webroot\createdoc\\tmpuploads\\hello.doc /F9 /T C:\\\"Program Files\"\\\"Apache Group\"\Apache\webroot\createdoc\\tmpuploads\\hello.txt /C4 /M1"; exec($convert_cmd); } runfileconvertion(); Expected result: ---------------- i expect for a new hello.txt file to be created Actual result: -------------- nothing at all, no error ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34693&edit=1