Errno13 Shows up when looking for variable autocompletion

Hi everyone,

It’s been a while now my variable autocompletion does not work anymore. Now I updated to 9.0 to check if it would solve the problem and it doesn’t but I get an error now.
I’m running on Mac OS x 10.9.5
Here is the log file of Komodo everytime I start typing a variable name.

    OSError: [Errno 13] Permission denied
[2015-03-27 08:37:59,103] [ERROR] koAppInfo: Caught PHP execution exception: Permission denied
[2015-03-27 08:37:59,104] [ERROR] koAppInfo: could not determine PHP version number for '/private/etc/php.ini.default':
----
Permission denied
----
[2015-03-27 08:38:00,790] [ERROR] koAppInfo: Caught PHP execution exception: Permission denied
[2015-03-27 08:38:00,791] [ERROR] koAppInfo: could not determine PHP version number for '/private/etc/php.ini.default':
----
Permission denied
----
[2015-03-27 08:38:04,633] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_4'
[2015-03-27 08:38:04,634] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_5'
[2015-03-27 08:38:04,634] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_2'
[2015-03-27 08:38:04,634] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_3'
[2015-03-27 08:38:04,634] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_cursor_1'
[2015-03-27 08:38:04,634] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_remote_change'
[2015-03-27 08:38:04,635] [WARNING] koScintillaSchemeService: applyScheme:: no indicator for name 'collab_local_change'

Where is that coming from?

Thanks!

Komodo doesn’t have permissions for file /private/etc/php.ini.default but I don’t know why Komodo choose that file. Try to set another php.ini in Preferences - Languages - PHP. Or change permissions on /private/etc/php.ini.default to -rwxr--r-- (744)

1 Like

Nice works now! Thanks!!