Donation Manager [Paid] [Deleted]

Upgrade to the latest version, it will use a phrased button. If you have issues with old stuff coming over when updating you can try the above importer to attempt to get information into the new version.
 
Also, right now I just have one reoccuring monthly goal. The "top donations" is listing the top donations for that month rather than of all time. Is there a way to get it to show the all time goal?
 
FYI, A couple members stated that unless the window is maximized (at least in Firefox latest), you can't scroll down to the donate button. I confirmed this, as the window has to be maximized in order to donate, and it appears as though the bottom of the window is slightly cut off.

esxample.webp
 
FYI, A couple members stated that unless the window is maximized (at least in Firefox latest), you can't scroll down to the donate button.
This isn't actually a bug for this addon, this is a Xenforo issue that the overlay doesn't contain the ability to scroll if required.

You can add your own CSS to force this: 'overflow-y: scroll;' type addition to the relevant CSS overlay.
 
When I select Goal/Donate, Top Donations, and Top Donors, it will never show all three, it'll only show one.
Really? That's very weird... can anyone else confirm this?

Also, right now I just have one reoccuring monthly goal. The "top donations" is listing the top donations for that month rather than of all time. Is there a way to get it to show the all time goal?
Top donations are of all time, they are in no way linked to goals at the moment so this is impossible. What has happened is the update has failed to update all the donors properly... I can't think of anything we can do about this right now (sleep deprived) but if it is something you need to resolve I can probably do it manually on your database. Although the donors table should be untouched come to think of it... another weird issue.

FYI, A couple members stated that unless the window is maximized (at least in Firefox latest), you can't scroll down to the donate button. I confirmed this, as the window has to be maximized in order to donate, and it appears as though the bottom of the window is slightly cut off.

View attachment 37153
Like Anthony said there isn't too much that can be done about this. You can make it "fixed" but I can't remember how right now, might have to add an option.

Robbo, does this latest version have the ability in options to change the payment type from donation to payment?
It should do but I never had time to properly test, I just made the changes you said with the form submitted. There should be an option to do it.
 
Thank you for your work.
On the Sidebar, the block appears at the top.
Where to i have to look to place the block on the sidebar ?
 
You can download updated version from Account -> Products. It is a big update and there is an importer to try if things don't move over properly (in a post above).
 
11/26/2012 14:00 CST xxxxxx Retrying xxxxxxxx

Is what is showing in the paypal site IPN History for donations received.

The callback looks right and the logs on the server are invalid field transaction_id.

Please help, I don't know what else to do to fix this. I *just* uninstalled DonationManager and reinstalled it and am waiting on a new transaction to see if it goes through.

There's no way to resend the ipn from paypal when its in a retrying state, as far as I can tell. I'm not sure when it will actually retry either, I'm waiting still.

EDIT: After running a file health check:
File Health Check
Potential Problems

  1. library/Merc/DonationManager/FileSums.phpFile does not contain expected contents.
 
The file heal check is fine, that file is meant to be skipped (it contains that actual file health checksums so can never be correct).

PayPal is terrible with it's IPN stuff making these issues hard to solve. Has this happened to all donations? Were you editing the ACP side when they donated? There are very very rare things that could happen.

I can't think of how the transaction ID could end up being wrong. Need to know if this is a one off case or for all donations.
 
This was all donations (roughly a dozen). All the same result.

Tried the callback URL manually and it works, (missing tzn_id or something was the html response).

Same URL in paypal IPN settings, just sits in a retrying loop.

I was not in the ACP when this happened.
 
I'm having issues with this upgrade. Someone donated, but the progress bar didnt move, and the donation wasn't recorded. I donated using it and the same thing happened, no record. My record is set for the month, but I noticed it is showing donations received from december 2011... :eek:

How can I fix this. I tried a different combo of settings to trouble shoot, but no luck....
 
I just tried adding the donations manually and received this error:

Mysqli prepare error: Unknown column 'transaction_id' in 'field list'
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
  5. Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1591
  6. XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1580
  7. XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1381
  8. XenForo_DataWriter->save() in Merc/DonationManager/ControllerAdmin/Donation.php at line 159
  9. Merc_DonationManager_ControllerAdmin_Donation->actionSave() in XenForo/FrontController.php at line 310
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  11. XenForo_FrontController->run() in /home/shadowsp/public_html/vb/admin.php at line 13
 
Back
Top Bottom