Donation Manager [Paid] [Deleted]

Could you guide me to the spot where it is hardcoded? I would like to change that now already until the new version is out...
It is an image, I can't remember what template. I will be getting the next release out soon so best to wait for it.

When a user gets promoted through a donation to a higher usergroup, how can I then limit the time, he is in that premium usergroup i.e. to 12 months?
There is donated at least X in the past Y days or something isn't there?

I guess I need to use existing usergroups and those can be set to different times...

But I have another problem with the layout: After I installed the donation addon on, the sidebar moves slightly upwards, so that the search field is overlapping with conversation and alert bar. How can I fix this?

View attachment 36871
Looks like your theme doing that to me. It might use the same class name I use somewhere. Once again see if it is fixed in the next version.

I have a couple things to do today and then the next version gets released.
 
Okay RC1 has been added to your downloads list. I am going to start writing up release info now.
 
Robbo updated Donation Manager with a new update entry:

1.0 Release Candidate 1 Released

Donation Manager 1.0 RC1 is the first Release Candidate. This means all features for 1.0 stable are in and we believe it is stable enough to bring out of beta.

What is a Release Candidate?
This release candidate signifies a stage of development where there should be few bugs and there will be no new features until 1.1.x releases. If no major bugs are found the next release will be 1.0.0. If there are any major bugs that will require testing there will be a second release...

Read the rest of this update entry...
 
Robbo updated Donation Manager with a new update entry:

Changes for 1.0 RC1

Goal Changes
The goal system has been completely replaced. It is no longer in options and it is no longer so limited. You can now have multiple goals that have custom times and can select if they are recurring or not. All your goals from earlier versions will be imported into the new system. Here are some images of goal management in the ACP.

View attachment 36900

View attachment 36901

You will see some new things here. Firstly we have featured. Goals will only show on the...

Read the rest of this update entry...
 
Hey Rob,

I love the new flexibility, but I am trying to figure out how to apply all my previous donations towards a specific goal. I tried to do one manually and I received this error message:

Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'transaction_id' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Stack Trace
#0 /home/bor3d/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('UPDATE `merc_do...')
#1 /home/bor3d/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'UPDATE `merc_do...')
#2 /home/bor3d/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('UPDATE `merc_do...')
#3 /home/bor3d/public_html/library/Zend/Db/Adapter/Abstract.php(632): Zend_Db_Adapter_Abstract->query('UPDATE `merc_do...', Array)
#4 /home/bor3d/public_html/library/XenForo/DataWriter.php(1607): Zend_Db_Adapter_Abstract->update('merc_donation', Array, 'donation_id = 1...')
#5 /home/bor3d/public_html/library/XenForo/DataWriter.php(1576): XenForo_DataWriter->_update()
#6 /home/bor3d/public_html/library/XenForo/DataWriter.php(1381): XenForo_DataWriter->_save()
#7 /home/bor3d/public_html/library/Merc/DonationManager/ControllerAdmin/Donation.php(159): XenForo_DataWriter->save()
#8 /home/bor3d/public_html/library/XenForo/FrontController.php(310): Merc_DonationManager_ControllerAdmin_Donation->actionSave()
#9 /home/bor3d/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 /home/bor3d/public_html/admin.php(13): XenForo_FrontController->run()
#11 {main}
Request State
array(3) {
["url"] => string(51) "http://www.**********.com/admin.php?donations/save"
["_GET"] => array(1) {
["donations/save"] => string(0) ""
}
["_POST"] => array(9) {
["username"] => string(8) "nirupan1"
["goal_id"] => string(1) "1"
["amount"] => string(2) "10"
["note"] => string(0) ""
["date"] => string(10) "2012-11-11"
["hour"] => string(2) "23"
["minute"] => string(2) "22"
["donation_id"] => string(3) "197"
["_xfToken"] => string(53) "1,1352919681,d8174b642e2454ba90b52fee10a4544c29e3c74a"
}
}
 
Received this error when attempting to manually add a donation to a specific goal (using 1.0 RC1):

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 /srv/www/mydomain.com/public_html/community/admin.php at line 13
 
Is this on adding a new one or like above when editing an existing one that existed before this update?

Adding a new donation. Also, I just tried it without selecting a goal to add it to, and the same error occurs.

I also just went to try to edit the donation value of an existing donation that existed in the system before I upgraded to 1.0 RC1, and it throws out the same error. So it seems I can't add a donation or edit an existing one.
 
Hmm, it must be an issue with installing. I will get that sorted along with the previous donations added to a goal. I won't be able to test properly with the donations added to the goals but I think it should go smoothly. If not I will stay awake to make sure there are no issues.
 
The PayPal field is a pain since I am using the one in XenForo. You can get to it in Users -> User Upgrades. I will have this fixed soonish (not for the patch I'm making now).

I need to know if your old goals have carried over. Because the code adding the column needed for the adding of donations is the same area and working on my tests.
 
I get that error AFTER installation.

*If the option in the Options area (Where atm on the screenshot is selected Under Forum statistics) is set to "top" it wont give the error. But it does not show up.*
 
I get that error AFTER installation.

*If the option in the Options area (Where atm on the screenshot is selected Under Forum statistics) is set to "top" it wont give the error. But it does not show up.*
I'm confused with your screenshots. What isn't working? You get the server error from a sidebar on a certain position?
Can you give some clearer instructions on how to reproduce so I can patch this for you?
 
I need to know if your old goals have carried over. Because the code adding the column needed for the adding of donations is the same area and working on my tests.

I didn't really use the goal system, so my memory is fuzzy as far as how I had it configured. I don't believe I had any goals that would have carried over in the first place, although I suppose I could have had placeholder data there from testing it in the past. At the moment, I only have two goals, both of which I created after the upgrade.
 
I need to know that answer from someone else who used goals. I have a build ready to go but if the answer is they didn't carry over something has happened. If they did then it confuses me on the database error.
 
Okay here is what i am doing

Options > Donation Manager >
Index Sidebars > Default is TOP (The /forum works fine not problems yet does not show the donation bar at the top)
Change TOP to anything else. > Under Members Online .. Staff Online ect. It gives me the error.
 
To show the donation bar a goal needs to be featured. I can't reproduce that error either.
Do you have anything in the error log, does the file health check work and what PHP version are you on?
 
Back
Top Bottom