Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4253
Latest: Ineedsmfhelp
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43242
Total Topics: 7516
Most Online Today: 126
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 102
Total: 102

Author Topic: transactions not being recorded, no download links for the buyer  (Read 19556 times)

0 Members and 1 Guest are viewing this topic.

Offline lakestclair

  • Full Member
  • ***
  • Posts: 120
    • View Profile
    • Lake St. Clair Run
Re: transactions not being recorded, no download links for the buyer
« Reply #15 on: February 26, 2010, 09:53:58 am »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #16 on: February 26, 2010, 10:57:49 am »
What I would suggest next to do enable debugging for both of you.

Open storeipn.php
Find
Code: [Select]
define('DEBUG_STORE','0');
Change to
Code: [Select]
define('DEBUG_STORE','1');

Create a text file in the main directory of your forum called store_debug.txt and make sure it is writable.

We should then be able to see what happens next time a transaction goes though.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline lakestclair

  • Full Member
  • ***
  • Posts: 120
    • View Profile
    • Lake St. Clair Run
Re: transactions not being recorded, no download links for the buyer
« Reply #17 on: February 26, 2010, 11:56:23 am »
What I would suggest next to do enable debugging for both of you.

Open storeipn.php


I don't have this folder in Store Pro

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #18 on: February 26, 2010, 12:19:33 pm »
That file should be in the root directory of your forum.

storeipn.php for SMF 1.1.x or storeipn2.php for SMF 2.0.x
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sawz

  • Member
  • *
  • Posts: 22
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #19 on: March 01, 2010, 12:36:17 pm »
heres the error i got:

FOUND
March 1, 2010, 11:33 am
Post Request1 REQ:cmd=_notify-validate
March 1, 2010, 11:33 am
No Basket IS1


Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #20 on: March 01, 2010, 01:04:39 pm »
Is that from a recent purchase from the store? That happened around the same time.
You might see that occur also if you have other paypal transactions not from the store but you have the store ipn url as the primary ipn in your paypal settings.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sawz

  • Member
  • *
  • Posts: 22
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #21 on: March 01, 2010, 01:31:38 pm »

theres only 1 ipn script and its from the store.so no other ipn transactrions are taking place.

also that error, wasn't generated by doing a transaction, it was created by just calling the ipn script in a browser. making a transaction did nothing to the debug text file.

sorry i should of said that.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #22 on: March 01, 2010, 04:43:39 pm »
Yeah that error would occur if you manually call the script since it is looking for a shopping cart basket id that is not being passed.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sawz

  • Member
  • *
  • Posts: 22
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #23 on: March 01, 2010, 06:38:51 pm »
that doesn't help. and the debug.txt didn't record an error from a transaction.
the people who paid for this would like it to work properly.

transactions aren't being recorded in the database and download links aren't being provided.

what do we need to do to remedy this?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #24 on: March 01, 2010, 06:47:20 pm »
The debug should provide a log of the entire transaction so with a log we would be able to see what happened during a completed transaction.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sawz

  • Member
  • *
  • Posts: 22
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #25 on: March 01, 2010, 06:48:43 pm »
and i just told you it didn't record an error from transactions i have already made,

did you miss that?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #26 on: March 01, 2010, 06:54:07 pm »
Well from there you would need to wait till another transaction with an error is made.

For now you can use the send free product link under stats/download logs to send download links.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sawz

  • Member
  • *
  • Posts: 22
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #27 on: March 01, 2010, 07:10:51 pm »
i have already done another transaction and nothing in the debug file from it.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: transactions not being recorded, no download links for the buyer
« Reply #28 on: March 01, 2010, 07:17:52 pm »
Nothing at all? There should be at least a post request or something coming in.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline lakestclair

  • Full Member
  • ***
  • Posts: 120
    • View Profile
    • Lake St. Clair Run
Re: transactions not being recorded, no download links for the buyer
« Reply #29 on: March 02, 2010, 10:56:42 pm »
I'm not getting anything either it sends me a email but when they buy multiple items they are all grouped together and I have shared profits with certain people it's hard to determine without manually going in and figuring out what was bought.  Basically it's just showing a total payment from Paypal.

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
4808 Views
Last post May 28, 2007, 05:55:52 pm
by SMFHacks
6 Replies
6523 Views
Last post June 01, 2009, 07:36:31 pm
by SMFHacks
3 Replies
4953 Views
Last post November 05, 2009, 03:15:53 pm
by Vincent Volmer
4 Replies
4427 Views
Last post January 03, 2011, 09:09:45 am
by SMFHacks
3 Replies
2780 Views
Last post October 02, 2018, 11:22:22 am
by SMFHacks

+- Recent Topics

is it possible to add support for odysee.com by SMFHacks
March 13, 2024, 10:53:28 pm

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

User Gallery Feature: move / bulk move images by SMFHacks
January 30, 2024, 05:48:25 pm

In the future it may be for smf 2.1.x? by smithloo
January 30, 2024, 12:55:34 am

Powered by EzPortal