I have a strange problem - after moving to new serwer with elgg 1.7.1 search doesn't work. When I post a query elgg shows homepage. Everything other is ok - I have only problem with SEARCH in elgg.
Have you got any ideas how to solve this problem?
It's very important for me...
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Shrek8 - even with 2 plugins - search and groups, after post a search query there was only home page :(
I also think that this could be a conflict with something... But I have no idea with what.
Maybe anybody knows what can make plugin to view home page insted of plugin's default view?
In Elgg 1.7.1 this happens if a page couldn't be found.
Do you have the follwing rewrite rule in .htaccess?
RewriteRule ^tag\/(.+)\/?$ engine/handlers/page_handler.php?handler=search&page=$1
(one line)
not exacly the same, but i had:
RewriteRule ^tag/(.+)/?$ engine/handlers/pagehandler.php?handler=search&page=$1
but for test I replaced mine with yours - still not working :(
Did you restart Apache?
I can't - I have a virtual server, but any change in .htaccess I made is always real-time
I even tried:
http://www.DOMAIN.pl/engine/handlers/pagehandler.php?handler=search&page=TAGTOSEARCH
and there is the same problem, so I think this isn't mod rewrite problem - something blocs displaying SEARCH default page, but what can it be???
Check what for HTTP return code you get when you submit that url? For example, in FireFox with the Web Developer add-on, or with any other HTTP sniffer tool you have.
I have FF with Web Developer, but I dont't know how to check it - I've never done it before
Ctrl+Shift+K to activate the web console.
thx ;)
there is 200 OK
- Previous
- 1
- 2
- 3
- Next
You must log in to post replies.