Welcome Guest!   Please Login or Register
Subscribe Today

You are not subscriber of DaDaNuke | Making PHP-Nuke Better!. You can subscribe from here now!

Sponsored Links




Search




Site Navigation

· Home
· About Us
· Advertise With Us
· Club
· CVS
· Downloads
· Feedback
· Forums
· Gallery
· Groups
· Journal
· Private Messages
· Search
· Stories Archive
· Submit News
· Top 10
· Topics
· Web Links
· Your Account

Survey

I Want This Addon:

SEO
Gaming
Commerce
Database
Security



Results
Polls

Votes 562

Advertisers





Who's Online

There are currently, 24 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Total Hits

We received
3867232
page views since September 2005




DaDaNuke :: View topic - NukeTreasury Financial Register
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log inLog in 

NukeTreasury Financial Register
Goto page 1, 2  Next
 
Post new topic   Reply to topic    DaDaNuke Forum Index -> PHP-Nuke Modules
View previous topic :: View next topic  
Author Message
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 8:46 am    Post subject: NukeTreasury Financial Register Reply with quote

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........ Arrow
Back to top
View user's profile Send private message
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 12:00 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message Visit poster's website
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 12:04 pm    Post subject: hmmm Reply with quote

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 Arrow
Back to top
View user's profile Send private message
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 12:13 pm    Post subject: Reply with quote

Did you rename the module?

Is you site prefix nuke for the data base?

Did you upload the admin section?

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."
Back to top
View user's profile Send private message Visit poster's website
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 12:17 pm    Post subject: no changes made Reply with quote

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
Back to top
View user's profile Send private message
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 2:19 pm    Post subject: Reply with quote

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


Code:
INSERT INTO `nuke_treasury_transactions` VALUES (2, '', '2', '', '', '', '', 'Tom Jefferson', '', '', 'Yes', '', '', '', '', '2007-05-01 00:00:00', '', '150', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
INSERT INTO `nuke_treasury_transactions` VALUES (3, '', '3', '', '', '', '', 'John Smith', '', '', 'No', '', '', '', '', '2007-05-01 00:00:00', '', '320', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
INSERT INTO `nuke_treasury_transactions` VALUES (1, '', '1', '', '', '', '', 'John Smith', '', '', 'Yes', '', '', '', '', '2007-05-01 00:00:00', '', '100', '', '', '', '', '', '', '', '', '', '', '', '', '', '');


Enjoy. Wink
_________________
"In the computer business you’re either a one or a zero and I am determined never to be zero."
Back to top
View user's profile Send private message Visit poster's website
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 2:23 pm    Post subject: no IPN Reply with quote

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
Back to top
View user's profile Send private message
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 3:00 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message Visit poster's website
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 3:03 pm    Post subject: Nothing Reply with quote

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
Back to top
View user's profile Send private message
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 3:20 pm    Post subject: Screenshot Reply with quote

ok here i made a screenshot so you can see whats the problem Screenshot
Back to top
View user's profile Send private message
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 3:23 pm    Post subject: Reply with quote

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."
Back to top
View user's profile Send private message Visit poster's website
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 3:24 pm    Post subject: thank Reply with quote

i wont thank you
Back to top
View user's profile Send private message
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 6:28 pm    Post subject: Reply with quote

After almost 4 hours of debug it was nuke sentinel blocking the posting from Paypal.

Enjoy. Wink
_________________
"In the computer business you’re either a one or a zero and I am determined never to be zero."
Back to top
View user's profile Send private message Visit poster's website
blackacid
dadaClub
dadaClub


Joined: Feb 21, 2007
Posts: 23


PostPosted: Tue May 01, 2007 6:33 pm    Post subject: Sentinel Reply with quote

yeah lol thanks again emil lol Twisted Evil
Back to top
View user's profile Send private message
dadaBIT
General Manager
General Manager


Joined: Jun 23, 2005
Posts: 582
Location: United States

PostPosted: Tue May 01, 2007 7:41 pm    Post subject: AW MAN! Reply with quote

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. Rolling Eyes 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 Question I have uploaded updated NukeTreasury to Club and compare what I have done with your work today? Thanks!

Regards,
Kevin
_________________

Visit the DaDaNuke Wish List
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
emilacosta
dadaAdmin
dadaAdmin


Joined: Sep 19, 2005
Posts: 219
Location: Miami, FL

PostPosted: Tue May 01, 2007 8:52 pm    Post subject: Reply with quote

I check the sql that insert the missing values and see bellow:

Code:
$insert_set = "INSERT INTO " . $prefix . "_treasury_financial (date, num, name, descr, amount) VALUES ('$curdate', '', 'PayPal IPN', 'Auto-Reconcile', '$row_Recordset1[ipn_total]')";


So according to that:

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."
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    DaDaNuke Forum Index -> PHP-Nuke Modules All times are GMT - 4 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
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
Powered by phpBB © 2001 phpBB Group Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Theme designed by Western Studios



Terms of Use | Privacy Policy © 1996-2007, DaDaNuke

Listed on FeedBurner

PHP-Nuke Copyright © 2006 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.

Theme Designed by Western Studios