Anonymous | Login | Signup for a new account | 2019-02-19 23:55 UTC | ![]() |
My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000255 | WeBid | Auctions | public | 2011-04-07 21:12 | 2012-12-13 16:41 | ||||
Reporter | bondango | ||||||||
Assigned To | |||||||||
Priority | @0@ | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 1.0.1 | ||||||||
Target Version | Fixed in Version | 1.1.0 | |||||||
Summary | 0000255: Suspended User - overdue Payment Bug | ||||||||
Description | On my test site i have a Buyers Fee setup, so when a user logs back on they Must pay the Buyers fee. There seems to be a problem when they clicked the link to pay. I noticed the URL for pay.php being incorrect. In messages.php i discovered the following code instances [PHP]$url = $system->SETTINGS['sitename'] . 'pay.php?a=7&auction_id=' . $auction_data['id'];[/PHP] Where the 'site name' was being inserted into the URL i.e. http://mysite.com/WeBid/MYSITENAMEpay.php?a=6&auction_id=4[/url] [^] as a quick fix, i changed all instances too [PHP]$url = $system->SETTINGS[''] . 'pay.php?a=7&auction_id=' . $auction_data['id'];[/PHP] Marty | ||||||||
Tags | No tags attached. | ||||||||
import_id | 257 | ||||||||
Thread | |||||||||
Attached Files | |||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2015-04-01 13:17 | renlok | New Issue | |
2015-04-01 13:17 | renlok | import_id | => 257 |
2015-04-01 13:17 | renlok | Date Submitted | 2015-04-01 13:17 => 2011-04-07 21:12 |
2015-04-01 13:17 | renlok | Last Update | 2015-04-01 13:17 => 2012-12-13 16:41 |
Copyright © 2000 - 2019 MantisBT Team |