In the meantime does anyone have a copy of donation_callback.php they could post the contents from? We're facing the issue caused by Xenporta overwriting with the same filename and I dont have the original. Cheers!
<?php
$startTime = microtime(true);
$fileDir = dirname(__FILE__);
require($fileDir . '/library/XenForo/Autoloader.php');
XenForo_Autoloader::getInstance()->setupAutoloader($fileDir . '/library');
XenForo_Application::initialize($fileDir . '/library', $fileDir);
XenForo_Application::set('page_start_time', $startTime);
$response = new Zend_Controller_Response_Http();
$request = new Zend_Controller_Request_Http();
$deps = new XenForo_Dependencies_Public();
$deps->preLoadData();
/*if ($request->getParam('log'))
{
$logs = XenForo_Application::get('db')->fetchAll('SELECT * FROM merc_donation_log ORDER BY donation_log_id DESC');
foreach ($logs as &$log)
$log['transaction_details'] = unserialize($log['transaction_details']);
Zend_Debug::dump($logs);
exit;
}*/
try
{
$transaction = new Merc_DonationManager_Transaction_PayPal($request);
$output = $transaction->run();
if ($transaction->hasErrors())
{
$errors = implode("<br />\n", $transaction->getErrors());
$response->setBody(htmlspecialchars($errors));
$response->setHttpResponseCode(400);
}
else
{
$response->setBody($output);
}
}
catch (Exception $e)
{
XenForo_Error::logException($e);
$response->setHttpResponseCode(500);
$response->setBody('Exception: ' . $e->getMessage());
}
$response->sendResponse();
New support email has been setup. Be the first to try it outThe donation manager stopped showing the goals for some reason...
No and no.Does this work with paygates?
Does this have a AWC donation system importer?
I wanted it up a week ago but things are pretty hectic for me right now. Hopefully I get back up this week.Do you have a time frame for being back up and running yet Robbo??
Contact support@robertclancy.besnappy.com for any needs while the site is down.How can I download the addon again? I paid for it earlier.
No but I guess it should. Added to the list.Is there a way to have the progress bar go up after 100% - like 110%, 120% - etc?
1. yes, using the XenForo user group promotionsWith this addon:
1. Can/do users get placed into a special user group?
2. Can a "supporter" badge be applied to those who have donated?
3. Will the admin be notified when someone has donated?
Is there a complete list of features somehwhere?
Thanks.
We use essential cookies to make this site work, and optional cookies to enhance your experience.