Author |
Message |
SOTGMarine
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: May 23, 2005
Posts: 10
|
Posted:
Mon May 23, 2005 6:48 pm |
|
Now time to test I guess... everything looks like it'll work... but who knows! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
Site Admin/Owner
![](modules/Forums/images/avatars/45030c033f18773153cd2.gif)
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon May 23, 2005 7:01 pm |
|
No, it should not. You are supposed to make a copy of the config.inc.php file and call it config.php. It's in the Installation instructions although it isn't exactly clear either . Really, either way will work. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SOTGMarine
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon May 23, 2005 7:11 pm |
|
Nope, .. crap.. still doesn't work. I saw you got it to work on this site Raven,.. how? the donations go through fine, but nothing shows up on the Donate-o-Meter and no IPN records come back.. Any suggestions? I'm patient and ready to work through this to figure it out. I'm sure there are plenty of people who want to see a resolution to this issue, as I've seen it on many-a-forum, including sourceforge.
Gimme what ya got, Raven and 64, I'm ready to tackle this thing. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SOTGMarine
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon May 23, 2005 7:38 pm |
|
In the translog table, the last two times i tested the IPN, they came back with the same results but different entries in the table:
Connection to db - OK!
Opening connection and validating request with PayPal...
OK!
Logging events<br>
Then the second, most recent one:
Debug mode activated
Connection to db - OK!
Opening connection and validating request with PayPal...
OK!
Logging events<br>
I doubt it's supposed to be in "Debug mode" is that an issue?
It is also, obviously, not populating the transactions table... I noticed on my version 1.0 I had installed before, that after I manually populated that table with an entry, I received a strange IPN reconcilliation from PayPal. It was totally off the wall and obsurd, but at least it communicated with me. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SOTGMarine
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon May 23, 2005 7:52 pm |
|
In modules/Donations/index.php
there are some lines of code that are blocked out, ... could that have anything to do with this?
// if( $tr_config['don_show_date'] )
$query_Recordset1 .= 'DATE_FORMAT( payment_date, \'%b-%e\' ) AS date, ';
// else
// $query_Recordset1 .= '\'\' AS date, ';
// if( $tr_config['don_show_amt'] )
$query_Recordset1 .= 'CONCAT(\'$\',SUM(mc_gross)) AS amt ';
// else
// $query_Recordset1 .= '\'\' AS amt '; |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SOTGMarine
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon May 23, 2005 8:07 pm |
|
I'm pretty new to php, so I probably shouldn't be doing thiis on my own, but what exactly defines which recordset is which.
I notice that it refers to recordset 1 and recordset 3 all the time, and those are the databases that should be populated, but I'm looking through the code for something that defines which recordset is which, and I can't find anything.. I'm probably barking completely up the wrong tree... but I'm bored and I'm trying to fix this thing. grrrrr. It's amazing to me that you have no problems with this script, Raven. You seem to be the only person on the planet running this script successfully. You didn't encounter any problems? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SOTGMarine
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue May 24, 2005 11:47 am |
|
Any help would be appreciated.
Thanks. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon May 30, 2005 11:18 pm |
|
Well, after 2 grueling hours of debugging, I have determined the probable cause, but it looks like you will need to work with your host and possibly PayPal. Through debugging, I determined that you are receiving the following header back from PayPal when you try to reconnect to retrieve the payment data:
$res = HTTP/1.0 503 Service Unavailable
The data is posting correctly in PayPal but when your ipn script is called to retrieve the data, PayPal is sending "HTTP/1.0 503 Service Unavailable". It's a rather ambiguous message, but upon further investigation I found this thread at PayPal: http://www.paypaldev.com/topic.asp?TOPIC_ID=8860
And upon even more investigation, if you (your host) are using Squid as your redirection proxy, it seems to be a known problem and the solution, it seems, has to do with how you connect to PayPal via the proxy. Hopefully this will get you on the track to resolution. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SOTGMarine
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue May 31, 2005 2:08 am |
|
Well that's not good news at all. Thank you for your help, I'll make a donation for your assistance. Hopefully I can figure this out with my host. It's GoDaddy.com though. .. I would imagine it would be a fairly well-known problem if everyone with godaddy was having this issue. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue May 31, 2005 5:30 am |
|
GoDaddy is mentioned specifically in the research I did. Do a Google search for "paypal 503 Service Unavailable" |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SnowSFO
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 03, 2005
Posts: 8
|
Posted:
Thu Jul 21, 2005 9:57 am |
|
Does anyone know where to get ver 1.1? the link to codewiz is broken. We have 1.0 setup, but it is not showing the donations. Everything else tests out fine. Want to try 1.1 and see if that fixes the problem. Thanks in advance. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Jul 21, 2005 10:12 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
SnowSFO
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Jul 21, 2005 12:40 pm |
|
Raven,Thanks alot. I had looked through all your downloads, but never saw it. We will set it up and see if that corrects the problem we are having. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Donovan
Client
![](modules/Forums/images/avatars/cf6050824489cc47e6079.jpg)
Joined: Oct 07, 2003
Posts: 735
Location: Ohio
|
Posted:
Thu Aug 11, 2005 10:53 am |
|
Make sure you do not use the dbg=1 parameter in your PayPal IPN URL configuration. That puts the script into debug mode and it won't record anything. |
|
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
inoculateit
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 20, 2005
Posts: 10
|
Posted:
Sat Aug 20, 2005 9:35 am |
|
Kewl you got some of the errors to dissapear, now there is only this:
Debug mode activated
PHP-Nuke Treasury mod
PayPal Instant Payment Notification script
See below for status:
----------------------------------------------------------------
Connection to db - OK!
Opening connection and validating request with PayPal...
OK!
Selecting database...FAILED - err:
Executing test query...No Database Selected |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
manoe
Client
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 14, 2005
Posts: 151
|
Posted:
Fri Aug 26, 2005 7:56 am |
|
I too am having this issue. I run the test and it shows its all working. I set up the paypal info correctly. The only thing that I do not have set up is the Thank You and the Cancelled pages. I am not sure that matters or not.
I have made 3 paypments to paypal. I get the email saying they have been made but I see nothing on the website. I had the techs at Midphase set up the backend stuff and they said it should be good to go. I am at a loss here. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
manoe
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 26, 2005 1:20 pm |
|
Is anyone able to help me with this problem? I would be willing to give you access to my admin even. I cant get this working and I really am a beginner with PHP...
I would definately Donate fund your way Raven if you can jump in and help me here. I will be waiting an answer.
Oh here is the test that I ran. It too is in debug mode.
--------------------------------------------------------
Debug mode activated
PHP-Nuke Treasury mod
PayPal Instant Payment Notification script
See below for status:
----------------------------------------------------------------
Connection to db - OK!
Opening connection and validating request with PayPal...
OK!
Selecting database...OK!
Executing test query...PASSED!
PayPal Receiver Email: armedwarriorsonline@hotmail.comLogging events
----------------------------------------------------------------
If you don't see any error messages, you should be good to go! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mrmackey
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Nov 26, 2004
Posts: 12
|
Posted:
Sun Nov 06, 2005 11:34 am |
|
same old problem i guess has this been resolved with the ipn reconcile
if so i am dammed if i can find it:)
everything set up fine and working just the 2 points which i have
1) still wont connect to ipn and update it
2) cant manual add either
am using nuke treasuery 1.1 as i said before everything went smothly till now
have sorted it the easy way have unistalled and using a diff one not quite right what i want but it will do after all the heartache:) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
ciph3r
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jun 01, 2005
Posts: 178
|
Posted:
Wed Jul 26, 2006 2:41 pm |
|
I cant get the files to download from your site @ codewiz.com
I still get the donations block inside the survey as well. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
finalheaven
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 15, 2006
Posts: 64
|
Posted:
Tue Aug 08, 2006 12:38 pm |
|
I'm having the same issues with donations not being recorded.
I've fixed the copyright issue. I've fixed the Survey block issue. Now that I finally activated it, I'm getting an issue with donations not displaying.
I'll try searching for "paypal 503 Service Unavailable" and see if there's a solution there. Does this stuff really need to be this difficult and convoluted? My IPN tests all come back positive and AOK. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kypdr
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Feb 22, 2007
Posts: 17
|
Posted:
Tue Mar 06, 2007 9:42 pm |
|
I think I finally got my problem solved with the database connecting issues.
Mine:
Code:include("../config.inc.php
");
|
Suppose to be:
Code:include("../config.inc.php");
|
Now with that set I clicked the click here to test IPN
Everything checks out, but when I try to make a donation I get this error.
Quote: | Error Detected
We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com. |
Question?
Can you use IPN with a personal account? I ask because the activate IPN under doesn't show up. But I did manage to find it using the help desk. But I'm not 100% sure if its setup. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Mar 06, 2007 10:54 pm |
|
Quote: | Mine:
include("../config.inc.php
");
Suppose to be:
include("../config.inc.php"); |
I actually addressed the config issue up towards the top of this page. Here is the correct way.
Raven wrote: |
You are supposed to make a copy of the config.inc.php file and call it config.php. It's in the Installation instructions although it isn't exactly clear either . |
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kypdr
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Mar 07, 2007 5:23 pm |
|
Does your Paypal account have to be a business or premium account to use an IPN or can you use a personal account. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
2Bob
Hangin' Around
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jan 24, 2006
Posts: 25
|
Posted:
Wed Mar 07, 2007 8:07 pm |
|
Hi Guys,
I had this module / block working fine for 12 months. Then last month someone donated and it did not show on the block or reconcile.
It definatly worked perfect in january , but in febuary it failed in the same way others above have discribed.
Nothing has changed on my side , although NOW i have updated to v1.1 today.
I read above "ravens" comments about "$res = HTTP/1.0 503 Service Unavailable " But this means nothing to a layman such as I.
Any suggestions on where I should start to look ?
Is this something my host could have changed? and if so what, and what? how do I find out? and what (how to word) do I say to them ?
Thanks in advance for any assistance. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
wiz
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/c35d15694752e0da5cc74.gif)
Joined: Oct 09, 2006
Posts: 413
Location: UK
|
Posted:
Thu Mar 08, 2007 3:23 am |
|
It Seems that this is a widespread issue. I am too struggling to get the Donations to show, even after manually adding them. Maybe my host is the issue
Hopefully once RN76.2.1 is released. Raven will have time to work on RN_treasury. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|