| 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 | ||||
| 0000083 | [phpBBGarage] General | feature | always | 2008-09-13 13:03 | 2008-10-02 09:37 | ||||
| Reporter | dears | View Status | public | ||||||
| Assigned To | poyntesm | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | resolved | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 2.0.B4 | Product Version | 2.0.B3 | ||||
| Target Version | Product Build | ||||||||
| Summary | 0000083: Bad URL | ||||||||
| Description | http://forums.phpbbgarage.com/garage.php?mode=dispay_results&username=poyntesm [^] | ||||||||
| Steps To Reproduce | |||||||||
| Additional Information | Bad URL from profile users. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0000099) poyntesm (administrator) 2008-09-26 09:41 |
Can you give me the page that generates the bad link. Specific URL if possible |
|
(0000110) dears (reporter) 2008-09-26 11:49 |
Onto refer URL /viewtopic.php?.... push button http://forums.phpbbgarage.com/styles/prosilver/imageset/icon_miniprofile_garage.gif [^] |
|
(0000127) poyntesm (administrator) 2008-09-30 05:15 |
Its correct. See 'U_VEHICLE' => (isset($user_cache[$poster_id]['garage_id'])) ? append_sid("{$phpbb_root_path}garage_vehicle.$phpEx", 'mode=view_vehicle&VID=' . $user_cache[$poster_id]['garage_id']) : '', 'U_GARAGE' => (isset($user_cache[$poster_id]['garage_id'])) ? append_sid("{$phpbb_root_path}garage.$phpEx", 'mode=dispay_results&username=' . $user_cache[$poster_id]['username']). '&search_username=1' : '', |
|
(0000140) dears (reporter) 2008-10-01 13:38 |
what see differentiate http://forums.phpbbgarage.com/garage.php?mode=dispay_results&username=poyntesm [^] or http://forums.phpbbgarage.com/garage.php?mode=dispay_results&username=dears [^] What making this? mode=dispay_results Thanks |
|
(0000141) poyntesm (administrator) 2008-10-02 09:37 |
Finally I see the bug :) Fixed in r563 |