-
Notifications
You must be signed in to change notification settings - Fork 17
OC9 + search_lucene (broken link 404) #118
Comments
Trying to fix it myself I found that appears 2 searches, one of the lucene and the other of owncloud, now no one of both are working. I have disabled app search_lucene on other owncloud I've installed and the behaviour is the same :( /var/www/owncloud/apps/search_lucene/search/luceneresult.php SHOULD BE: /var/www/owncloud/lib/private/search/result/file.php When I do this modification, the link of searches appears like: Wich is the problem? how make it work?! Thanks you much! |
Hi, some clue? Thanks! |
Maybe a fix for your problem. It worked for me ;) |
yeaww!!! it worked! :D thanks you much! :) 👍 |
Thanks for the link @ianvanwijk; I have updated this in my pull request which addresses this issue as a secondary one to the primary goal of allowing searches across shared files - see branch https://github.com/NacreData/search_lucene/tree/shared-files and pull request #120 |
As told in OC forum https://forum.owncloud.org/viewtopic.php?f=38&t=34471
Please help us by providing the following info. Before posting please also check the pinned "Known issues" thread.
Steps to reproduce
Expected behaviour
The link should be: https://cloud.capa8.net/index.php/apps/ ... xample.odt
Actual behaviour
The link is: https://cloud.capa8.net/files/index.php ... xample.odt
Server configuration
Operating system: GNU/Linux Debian 8.3
Web server: Apache2
Database: MySQL
PHP version: 5.6.17+dfsg-0+deb8u1
ownCloud version (see ownCloud admin page): ownCloud 9.0.0 (stable)
Updated from an older ownCloud or fresh install: fresh install
ownCloud log (data/owncloud.log): No log generated in this file on doing the action
Special configuration (external storage, external authentication, reverse proxy, server-side-encryption):
Proxyfied https connection. Tested also directly and the behavior is the same. Tested in http and the behavior is the same.
I also do an other installation to an other server, also enabling search_lucene and the behavior is the same.
I'm trying to fix using rewrite rule, but need some help to do it.
Thanks you much!
The text was updated successfully, but these errors were encountered: