Opened 17 years ago
Closed 17 years ago
#5000 closed defect (bug) (fixed)
No input file specified on second page of search query results
Reported by: | glenda | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | blocker | Version: | 2.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
When using the search box:
Type phrase > Garners search results with multiple pages > Hit "Previous Entries" link at the bottom of first page's results > Second page's results for same search results in "No input file specified."
Click "Previous Entries" link for example in action:
http://www.agendacide.com/minutes/index.php?s=wordpress&searchbutton=Go%21
Which then results in the following:
http://www.agendacide.com/minutes/index.php/page/2/?s=wordpress&searchbutton=Go%21
This bug does not replicate itself on WordPress.com.
Attachments (1)
Change History (9)
#1
@
17 years ago
- Summary changed from No input file specified off to No input file specified on second page of search query results
#2
@
17 years ago
- Component changed from General to WordPress.org
- Owner changed from anonymous to matt
#3
@
17 years ago
- Component changed from WordPress.org to General
- Owner changed from matt to anonymous
#5
@
17 years ago
- Severity changed from normal to blocker
I can replicate on my blog on trunk:
http://photomatt.net/index.php?s=wordpress
http://photomatt.net/index.php/page/2/?s=wordpress
The difference is with my server setup (multiviews enabled) the index.php/arguments thing works.
However on many, like Dreamhost where Glenda is at, it will return the error above.
Of course if you do it without the index.php it works fine:
http://photomatt.net/?s=wordpress
http://photomatt.net/page/2/?s=wordpress
But countless themes have the search action include index.php.
#6
@
17 years ago
That patch seems to do the trick. Needs more testing to see what side-affects it might have.
Can't replicate on my 2.3 testbed either. Have you let Matt near your site? ;-)