| Anonymous | Login | Signup for a new account | 2013.05.23 21:01 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000101 | [Piwigo] search | minor | always | 2005.04.18 15:02 | 2005.09.18 21:09 | ||
| Reporter | mussara | View Status | public | ||||
| Assigned To | plg | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Fixed in Version | 1.4.1 | Product Version | 1.4.0 | ||
| Target Version | Product Build | ||||||
| Summary | 0000101: problem with IE search on keywords | ||||||
| Description |
search' function done different results between IE and FF when we use categories ... it seems that IE don't see each category to make the research... FF 1.0.1 and IE 6.0.2800.1106 avec PWG 1.4 (and easyphp 1.8) |
||||||
| Steps To Reproduce | |||||||
| Additional Information | to view discussion: http://forum.phpwebgallery.net/viewtopic.php?id=3654 [^] | ||||||
| Tags | No tags attached. | ||||||
| browser | IE | ||||||
| Database engine and version | |||||||
| PHP version | 4.3.10 | ||||||
| Web server | Apache 1.3.x | ||||||
| Attached Files | |||||||
|
|
|||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0000115) gweltas (reporter) 2005.04.26 08:34 |
Non reproduit actuellement. En attente des deux URLs : IE et FF. |
|
(0000116) gweltas (reporter) 2005.04.26 11:35 |
Problem solved. The ";" character is not allow in an IE URL. It has been replaced by a "+" character. We should perhaps send all those data by POST rather than GET. |
|
(0000117) plg (manager) 2005.04.26 22:24 |
On my FireFox 0.8 at home, character "+" is transformed to a blank space in the $_GET variable :-/ The problem has moved. With character "-", it works fine. > We should perhaps send all those data by POST rather than GET I really think it would be a bad idea, how to navigate from page 1 to page 2 of search results ? A serious option would be to serialize the multi-dimensional array, but it would become unreadable by human, which is not what I wanted first. |
|
(0000127) plg (manager) 2005.04.30 20:54 |
@mussara > can you test theses modifications : in search.php, line 117, replace $search_string.= implode(';', $tokens); by $search_string.= implode('--', $tokens); and in include/functions_category.inc.php, line 393, replace $search_tokens = explode(';', $tokens[0]); by $search_tokens = explode('--', $tokens[0]); |
|
(0000128) plg (manager) 2005.04.30 20:55 |
Reminder sent to: mussara A test from bug reporter is required :-) |
|
(0000134) mussara (reporter) 2005.04.30 23:33 |
it's ok for me i test yours modifications and search function is ok on internet access with both FF and IE next monday, i'll test it in intranet access thanks for all jp |
|
(0000141) mussara (reporter) 2005.05.02 07:47 |
it's ok with intranet access for me, problem is close! sincerely jp |
|
(0000143) plg (manager) 2005.05.02 21:01 |
http://cvs.gna.org/viewcvs/phpwebgallery/phpwebgallery/search.php.diff?r1=1.28.2.1&r2=1.28.2.2 [^] http://cvs.gna.org/viewcvs/phpwebgallery/phpwebgallery/include/category_calendar.inc.php.diff?r1=1.15&r2=1.15.2.1 [^] http://cvs.gna.org/viewcvs/phpwebgallery/phpwebgallery/include/functions_category.inc.php.diff?r1=1.66&r2=1.66.2.1 [^] |
|
(0000241) plg (manager) 2005.09.18 21:09 |
correction reported in BSF (before creationof branch 1.5) |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group Contact |