I am recently experiencing “Error determining PHP version; your PHP install may be broken”. This occurs whether I explicitly set the location of php, or if Komodo extracts it from the path
Linux Ubuntu 14.04
Komodo IDE 8.5
:~$ /usr/bin/php -v
PHP 5.5.9-1ubuntu4.4 (cli) (built: Sep 4 2014 06:56:34)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
with Xdebug v2.2.3, Copyright (c) 2002-2013, by Derick Rethans
Output of komodo error logs:
[2014-10-27 12:55:48,084] [ERROR] koAppInfo: PHP command timed out: [u'/usr/bin/php', '-q', '/tmp/tmpsa7AwV.php']
[2014-10-27 12:55:48,085] [ERROR] koAppInfo: could not determine PHP version number for '/usr/bin/php':
--
PHP interpreter did not return in time.
--
For what it’s worth, I dont notice any file at the location… /tmp/tmpsa7AwV.php although the user has permissions to write to that directory.
Any help appreciated
Doug