srilumpa / SyntaxChecker

A SublimeText 2 plugin that will check the syntax of script files when saved
2 stars 2 forks source link

Does not appear to work with Windows Sublime Text 2 #2

Open MichaelG7355 opened 10 years ago

MichaelG7355 commented 10 years ago

I have tried to run Syntax Checker on PHP files with the following results produced in the console screen:

[Error 2] The system cannot find the file specified [cmd: [u'php', u'-l', u'D:\wamp\www\ecommerce\pages\login.php']] [dir: D:\wamp\www\ecommerce\pages] [path: C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Caminova\Document Express DjVu Plug-in\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;E:\PROGAM~1\CONDUS~1\DISKEE~1\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Windows Live\Shared] [Finished]

I have the feeling that it is looking for the location of both the file and Sublime Text 2, but am unsure after reviewing the code.