Posted: Tue May 01, 2007 8:46 am Post subject: NukeTreasury Financial Register
well i just want to ask on our club download section the nuke treasury wont work with me i wonder y? and im running nuke8 and have a paypal verified account and buisness and all set the IPN thing and url im wondering if you can check it again? even i remove the URL on the paypal the settings check alwas saying ok? well the problem is not retrieving nothing from the SQL DB even if i add a test transaction nothing showing on the block or module donation if someone can fix this issue let me know on my mail whiting_leonard@hotmail.com thanks........
If you enable display error variable in the config file does it show any error? also did you change the name of the table the treasury module use? _________________ "In the computer business you’re either a one or a zero and I am determined never to be zero."
Posted: Tue May 01, 2007 12:04 pm Post subject: hmmm
well i didnt made any change on the files.php all i did is upload it put the sql on my db and setup the paypal email and thats it and no error reported on config debug
I will setup this module in my test site to let you know with more details if something else is wrong. I have use this module before but not with PHP-Nuke 8. _________________ "In the computer business you’re either a one or a zero and I am determined never to be zero."
Posted: Tue May 01, 2007 12:17 pm Post subject: no changes made
well i didnt change anything no modules renamed all uploaded and everything
test passed and config saves changes perfectly but not retrieving anything from transaction and not writing to the DB
well if you want we can talk well on msn messenger if you have it just add the email im using here
I installed on my test server and it work. I also have to say that I found two important details that will work against you while making a demo of the module.
1. The date field in the Treasury Financial Register:
If you want to put the date so the system add a new line for 05/10/2007 you will have to put it like 10-May-2007
2. If you want to add demo transaction to check the system you can try the dump bellow. The fields you need for the transaction to display are:
id
txn_id
custom
option_selection1
payment_date
mc_gross
Posted: Tue May 01, 2007 2:23 pm Post subject: no IPN
well your demo on sql worked fine for me too but how about the IPN transaction why it not retrieving nothing? and even when i go to the admin panel and put it manually not saving data?
this is the ipn on your help.txt
http://www.mysitehere.com/modules.php?name=Donations&ipnppd=1
If you haven't receive a donation you will not be able to download any thing. Also make sure in paypal you have the IPN activated and with the proper URL. And the reason you can not add a new transaction manually in the admin section is because the date format is wrong.
Test:
Date: 10-May-2007
Num: 024
Name: Demo
Description: Donation to test system
Amount: 500 _________________ "In the computer business you’re either a one or a zero and I am determined never to be zero."
Posted: Tue May 01, 2007 3:03 pm Post subject: Nothing
yeah i know how to add the date and my friends paypal keep donating for test lol almost no funds now well can you give me your test site ill make a donation test it would be great and the IPN url on the paypal.com all set and on look the last post i made about the IPN url and thats it and i saw when i made a manual thing on the admin panel the data goes to financial? and on the block thing recieve only data from transaction
You are a lucky man I just got pay from Rent a Coder and I check the functionality to download the records using Instant Payment Notification (IPN) and it work like a charm. I will send you my test server by PM, please don't share it. _________________ "In the computer business you’re either a one or a zero and I am determined never to be zero."
Joined: Jun 23, 2005 Posts: 582 Location: United States
Posted: Tue May 01, 2007 7:41 pm Post subject: AW MAN!
Greetings friends, I knew I should of replied earlier. "I" just spent this afternoon working on the issue! OK, dunno about NukeSentinel? I am curious now. What I did was rewrite the IPN script, updated some of the pre 3.1 legacy code. IPN reconcile is working great now! Issue now is, will record data from PayPal to transactions table but not record 'num', 'description' and 'amount' to financial table. Help emil I have uploaded updated NukeTreasury to Club and compare what I have done with your work today? Thanks!
date = '$curdate'
num = ''
name = 'PayPal IPN'
descr = 'Auto-Reconcile'
amount = '$row_Recordset1[ipn_total]'
That will explain why num is blank. This is in the function IpnRec() in the index.php file inside the admin folder of the Donations module. Now my question will be from where is the num, the name and the descr coming. _________________ "In the computer business you’re either a one or a zero and I am determined never to be zero."
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum