 | [Solved] Paypal Donation MOD problem |  |
Posted: 04/23/2007 2:57 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Hello NightRider,
I have already installed Donation MOD on my board and i never it was having any problem because no one given us any donation till now
Today we got donation for the first time of $5.00 and it shows on main page that
We have collected 0 out of our goal of 200 USD
and when i click to View Donors For Current Goal it shows no Donors in that list but just below it shows harvin83(USD5.00), which means we have received $5.00 into my paypal account which i will have to make sure my friend have received in his country.
So can you please see what is this problem. It should show
We have collected 5 out of our goal of 200 USD
and in View Donors For Current Goal it should show that user name right  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Paypal Donation MOD problem |  |
Posted: 04/23/2007 5:14 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:14 PM
Location: St Pete, FL
|

|
|
|
|
 |
The MOD author made a mistake in the following index.php code:
| Code:
|
if($endtime <= $starttime)
{
$donorswhere = ' AND a.lw_date >= $starttime';
}
else
{
$donorswhere = ' AND a.lw_date >= $starttime AND a.lw_date <= $endtime';
}
|
it should have been the following:
| Code:
|
if($endtime <= $starttime)
{
$donorswhere = ' AND a.lw_date >= ' . $starttime;
}
else
{
$donorswhere = ' AND a.lw_date >= ' . $starttime . ' AND a.lw_date <= ' . $endtime;
}
|
It's fixed now...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Paypal Donation MOD problem |  |
Posted: 04/23/2007 5:33 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Paypal Donation MOD problem |  |
Posted: 04/23/2007 5:37 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:14 PM
Location: St Pete, FL
|

|
|
|
|
 |
This is what I see from your link. It appears to be working correctly too:
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Paypal Donation MOD problem |  |
Posted: 04/23/2007 5:47 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:14 PM
Location: Texas
|

|
|
|
|
 |
This is what I see:
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Paypal Donation MOD problem |  |
Posted: 04/23/2007 5:52 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:14 PM
Location: Texas
|

|
|
|
|
 |
I also see that in Firefox, IE and Opera.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Paypal Donation MOD problem |  |
Posted: 04/23/2007 5:56 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Yeah, exactly. I see the same what rb2d2 see. Strange NightRider that you see that. I saw in IE and Firefox but the same image what rb2d2 showed. How can you see  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Paypal Donation MOD problem |  |
Posted: 04/23/2007 8:02 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:14 PM
Location: Texas
|

|
|
|
|
 |
Now it's right AB!!! I guess it just took a while.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Paypal Donation MOD problem |  |
Posted: 04/23/2007 8:10 PM |
|
|
|
|
|
| Citation |
| Posts |
1017 |
| Word Cnt. |
64,643 |
| BDay |
Apr 18 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 12:14 AM
Location: UNITED ARAB EMIRATES
|

|
|
|
|
 |
Thanks for your reply rb2d2. Strange problem this is
I still don't see what you and NightRider are seeing it. I will wait for it and once it is alright, I will let you know both
Thanks NightRider and rb2d2  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Paypal Donation MOD problem |  |
Posted: 04/23/2007 8:19 PM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:14 PM
Location: Texas
|

|
|
|
|
 |
Hit the refresh button on your browser a couple of times and see if that helps. I had done that earlier and it didtn't help. However, now after going back after a couple of hours it is displaying perfectly.
Maybe empty the cache?
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|