Re: User tools give errors with PHP 5
Reply #3 –
I would:
- Make sure that php.exe is actually in the php folder under the NWC2 folder
- Make sure that command lines calling php in usertools are literally "php\php.exe usertoolscriptname.php" - without the quotes of coures...
- Check to see if the php5 directory: C:\PHP is in you system's "path" variable and if so consider if it is practical to remove it
- Make sure the tools you are trying to run are, in fact, written in php - some tools are written in other languages, including VBScript