The problem is you can not have get variables in the url 
(index.php?action=peoplesearch) when the form is getting submitted with 
a GET request too.

Here's a fix for it:
     http://identi.ca/notice/117125

- Mike

Tom Legg wrote:
> @ http://laconica.the-eleven.com/index.php?action=peoplesearch
>
> You can see in the source view.
>
> form method="get" id="login" 
> action="http://laconica.the-eleven.com/index.php?action=peoplesearch";;
>
> So that looks good to go, but search is still redirecting to the public 
> timeline.
>
> http://identi.ca/tomlegg
>
>
> ----- Original Message ----
> From: Evan Prodromou<[EMAIL PROTECTED]>
> To: Tom Legg<[EMAIL PROTECTED]>
> Cc: [email protected]
> Sent: Saturday, July 19, 2008 11:08:27 PM
> Subject: Re: [Laconica-dev] 0.4.4 problems
>
> On Sat, 2008-07-19 at 07:34 -0700, Tom Legg wrote:
> I've had the same issues with the return to public timeline on the search 
> page. Thought it was something to do with my mucking to recreate my 
> PostgreSQL patches on search, but an unpatched peoplesearch.php and 
> noticesearch.php do the return to public timeline as well. Tailing the pgsql 
> log, it doesn't even touch the search query before redirecting and it doesn't 
> flag a database error when trying to do a search against a non-existent MySQL 
> database.
>
> Been tracking down other porting issues, so haven't stumbled across an answer 
> yet. But definitely something in the last week's patches.
>
> So, that doesn't happen on identi.ca, obviously.
>
> Can you check the HTML on the search pages and make sure the form looks 
> something like:<form method="get" id="login" 
> action="http://identi.ca/search/people";;>
> ?
>
> -Evan
>
>
>
>
> _______________________________________________
> Laconica-dev mailing list
> [email protected]
> http://mail.laconi.ca/mailman/listinfo/laconica-dev
>



_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to