I'm writing an extension for the Yii framework which I have asked on here about before and someone is reporting the following error:\[quote\] com_exception Description Source: Unknown
Description: Unknown Source File C:\wamp\www\yiisample\protected\extensions\gallery\EGalleryBase.php(364)\[/quote\]They are using WAMP 5, PHP Version 5.2.1 and Window XP.Line 364 refers to:\[code\]$Command = realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.'EGalleryProcessQueue.php '.$this->_realpath.' '.$this->thumbnailWidth.' '.$this->thumbnailHeight;$WshShell = new COM("WScript.Shell"); // <- This line$WshShell->Run("php.exe $Command", 0, false);\[/code\]But you can see the whole appropriate section in this question.I've checked and \[code\]php.exe\[/code\] wasn't in a defined \[code\]PATH\[/code\], but even after fixing that, the problem remains.Google searches almost always point to problems revolving \[code\]Word\[/code\], or a PHP bug that doesn't seem to help at all.Does anyone have any suggestions on what the problem is, or some suggestions as to how I can debug this so that I get more information than "Unknown".Thanks.
Description: Unknown Source File C:\wamp\www\yiisample\protected\extensions\gallery\EGalleryBase.php(364)\[/quote\]They are using WAMP 5, PHP Version 5.2.1 and Window XP.Line 364 refers to:\[code\]$Command = realpath(dirname(__FILE__)).DIRECTORY_SEPARATOR.'EGalleryProcessQueue.php '.$this->_realpath.' '.$this->thumbnailWidth.' '.$this->thumbnailHeight;$WshShell = new COM("WScript.Shell"); // <- This line$WshShell->Run("php.exe $Command", 0, false);\[/code\]But you can see the whole appropriate section in this question.I've checked and \[code\]php.exe\[/code\] wasn't in a defined \[code\]PATH\[/code\], but even after fixing that, the problem remains.Google searches almost always point to problems revolving \[code\]Word\[/code\], or a PHP bug that doesn't seem to help at all.Does anyone have any suggestions on what the problem is, or some suggestions as to how I can debug this so that I get more information than "Unknown".Thanks.