I have elgg 0.651 installed with just about everything working but the search tool on the home page.
When I click on Search off the homepage, I get a 404 File Not Found error message. A closer look at the url shows the install is looking for Elgg to be in the www root. As in
example.com/search/all.php?tag=&=all&=search
When it should be looking in the Elgg subdirectory as in
www.example.com/elgg/search/all.php?tag=&=all&=search
If you manually add elgg to the url as above, it works.
Also, if you get to a page where you no longer see the 'all' drop down search box, it works fine.
Any help would be much appreciated,
Martin
UPDATE -- Narrowed down the problem. It's with the new default theme that includes the 'All' box below the search box. The search works just fine in all the other themes, without the All box. Anyone know which php file I could edit to change that? MPB
