Hello, I have a file in the server called “ajaxplorer.php” and a folder called “ajaxplorer”, so i wrote “ajaxplorer/*” in the exclude input text (and 2 folders more):
But is not working:
I tried restarting but doesn’t work, what I am doing wrong?
Thank you
Defman
December 9, 2014, 5:52pm
2
Did you have any errors in your log? (Help - Troubleshooting - View log file).
If no - I think “Exclude” option works only for local files, not for remote… So check this first (for example create folder ajaxplorer
on your local machine and check if this folder will exists in list on second screen).
If you think it’s a bug can you file a bug ?
Thank your answer so quick
I restarted komodo before copy the log, this is what i get:
[2014-12-09 14:55:18,723] [DEBUG] places_js: waiting for document complete
[2014-12-09 14:55:18,753] [WARNING] root: ko.findresults was already loaded, re-creating it.
[2014-12-09 14:55:29,210] [ERROR] koFTPConnection: FTP close ERROR:
Could not acquire remote connection lock. Multi-threaded access
detected!
[2014-12-09 14:55:29,210] [WARNING] koPublishing: Error closing the sync connection: Exception(2147500037L,)
ERROR:xpcom:Unhandled exception calling 'int8 * callback(in int32, in nsISomething);'
Traceback (most recent call last):
File "C:\Program Files (x86)\ActiveState Komodo IDE 8\lib\mozilla\python\xpcom\server\policy.py", line 300, in CallMethod
return 0, func(*params)
File "C:\Program Files (x86)\ActiveState Komodo IDE
8\lib\mozilla\python\komodo\koAsyncOperationUtils.py", line 73, in
callback
self.real_callback.callback(result, data)
File "", line 3, in callback
Exception: 2153185313 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)
ERROR:xpcom:Unhandled exception calling 'int8 * run();'
Traceback (most recent call last):
File "C:\Program Files (x86)\ActiveState Komodo IDE 8\lib\mozilla\python\xpcom\server\policy.py", line 300, in CallMethod
return 0, func(*params)
File "C:\Program Files (x86)\ActiveState Komodo IDE 8\lib\mozilla\python\xpcom\components.py", line 232, in run
self.result = self.fn(*self.args, **self.kwargs)
File "C:\Program Files (x86)\ActiveState Komodo IDE 8\lib\mozilla\components\koAsyncOperations.py", line 62, in notifyCallback
aOpCallback.callback(result, data)
File "", line 3, in callback
Exception: 2147500037 (NS_ERROR_FAILURE)
Defman
December 9, 2014, 6:00pm
4
Try another method that I already describe in my first post. Also why do you use ajaxplorer/*
? You can simply write a folder name and it will works.
Perfect, writing this worked:
ajaxplorer;PHPMailer;Pydio
Thank you!
Defman
December 9, 2014, 6:06pm
6
Also if you want to filter some files, you can use *.file_extension
. For example: *.js
matches any JS file. (So you can exclude or include it).
1 Like
careyh
December 9, 2014, 7:32pm
7
Just to clarify, includes and excludes are for remote and local files. You’re results show this though so I’m glad you’re working @stramin
2 Likes