Webapp 4.6.3 incompatible with core 8.7.16?
-
But if you already installed this from source you should also have python-kopano right?
What distribution and version are you using, as for most modern distributions python-kopano is installed by default as as dependency as kopano-search is also using this python module.
-
HI robing,
I am on Ubuntu 18.04. Kopano-Search is running fine? Do I miss some path settings or anything like that?
cu emtie
P.S. and thanks again for your support
-
Please run
dpkg -l | grep kopano
and paste the outcome here -
@emtie said in Webapp 4.6.3 incompatible with core 8.7.16?:
I am perhaps a little bit blind but i cannot find a folder file or anything else in this repo
python-kopano is located at https://stash.kopano.io/projects/KC/repos/kopanocore/browse/swig/python/kopano
-
Core ‘8.7.16’ version does not support mapi_createconversationindex function, referer:
I’m late to the party but want to clarify that function
m̀api_createconversationindex
is only used when it exists (afaik kc 9 and up) and does not break any compatibly between KC and WebApp.That function sets an index used by some clients (for example Outlook).
Currently WebApp uses normalized subject and not yet the conversation index/topic.Related: https://jira.kopano.io/browse/KW-3156 and later https://jira.kopano.io/browse/KW-3496
-
@robing said in Webapp 4.6.3 incompatible with core 8.7.16?:
Please run
dpkg -l | grep kopano
and paste the outcome hereHi robing,
because I compiled and installed from source dpkg -l | grep kopano returns nothing…
-
@fbartels said in Webapp 4.6.3 incompatible with core 8.7.16?:
@emtie said in Webapp 4.6.3 incompatible with core 8.7.16?:
I am perhaps a little bit blind but i cannot find a folder file or anything else in this repo
python-kopano is located at https://stash.kopano.io/projects/KC/repos/kopanocore/browse/swig/python/kopano
Hi Felix,
thanks for the hint. Now I found the installation destination. It was /usr/local/lib/python2.7/dist-packages and I believe search works because i had set PYTHONPATH=:/usr/local/lib/python2.7/dist-packages (am not too sure about that). So i tried the webapp command with python 2 and the backup and reset worked.
Thank you felix and robig!!!
crossing fingers that newer version of webapp now is working…
cu emtie
P.S. will report back
-
thank you, I see :-)
-
still nothing in the logs or better said, webapp was first complaining about
PHP Warning: file_get_contents(cachebuster): failed to open stream: No such file or directory in /var/www/kopano-webapp/server/includes/loader.php on line 199
and then i copied the cachebuster-file from the source-folder into webapp folder and then nothing in the logs again the wheel keeps on spinning…
too sad, but thank you all for your support
-
Hi all,
I found the error. The ant script did not copy the dompurify folder, which is located in the client-folder. After copying it manually webapp works. So thanks.
cu emtie
-
That’s true. You should use
make
notant
. -
@marty : thank you very much. That is good to know.
When I clone further plugins (like smime or files) I still have to use ant, right?
Thanks again
cu emtie
-
@emtie said in Webapp 4.6.3 incompatible with core 8.7.16?:
I think s/mime plugin has a makefile, but Files does not. Most of the plugins do not (yet) have a makefile