User Upgrades by Waindigo [Deleted]

Hi, thank you for making your amazing addons for us all, can i ask how do i set the free trials to only be used 1 per account? or is that automatically set to not be able to have a free trial with the same account?

thank you
 
Hi, thank you for making your amazing addons for us all, can i ask how do i set the free trials to only be used 1 per account? or is that automatically set to not be able to have a free trial with the same account?

thank you
Hi is this once in total or at a time? For 'once in total' you can add a permanent user group and also add that group to the disabled user group list. For 'one at a time' just ensure that allow multiple purchases isn't ticked.
 
When I enable "Can be purchased multiple times" - and the user purchases upgrade again, does it correctly add on another month?

Also I discovered a small bug when using Search Upgraded Users.
The first page of search displays fine: admin.php?user-upgrades/history&user_upgrade_id=17
when you click on next it the link changes to: admin.php?user-upgrades/active&page=2

I think it needs to be admin.php?user-upgrades/history&user_upgrade_id=17&page=2
 
Last edited:
When I enable "Can be purchased multiple times" - and the user purchases upgrade again, does it correctly add on another month?
Yes
Also I discovered a small bug when using Search Upgraded Users.
The first page of search displays fine: admin.php?user-upgrades/history&user_upgrade_id=17
when you click on next it the link changes to: admin.php?user-upgrades/active&page=2

I think it needs to be admin.php?user-upgrades/history&user_upgrade_id=17&page=2
I'll have a look into this for you when I have a spare minute.
 
is yet supported for xenforo 1.4.0?

i assume some features can be removed such as alternate paypal accounts.. as this is built in..

the only thing that should be in there is the agreement and the misc things that is not in there by default.

and i am not sure if this is supported yet but i will be setting but the Paygates add-one with bit pay support soon so i hope this add one. won't have any issues with it...
 
umm can there be added support for this? - https://xenforo.com/community/resources/bd-paygates.1606/

bBoNf.png
 
Here is an example CSV file:
Code:
user_id,user_upgrade_id,end_date
1,5,1414850400

Here is an example XML file:
Code:
<manual_user_upgrades_export>
    <manual_user_upgrades>
        <manual_user_upgrade user_id="1" user_upgrade_id="5" end_date="1414850400" />
    </manual_user_upgrades>
</manual_user_upgrades_export>
 
Hi - I tried to do a export (even before todays update) and it gives this everytime:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<errors>
<error>
<![CDATA[ The requested page is unrepresentable in XML. ]]>
</error>
</errors>
 
Hi

I encountered several server errors as :
Code:
ErrorException: Undefined index: available - library/Waindigo/UserUpgrades/Extend/XenForo/ControllerPublic/Account.php:22
Généré par: Hunter John, il y a 7 minutes
Trace de la pile

#0 /home/***/public_html/site/library/Waindigo/UserUpgrades/Extend/XenForo/ControllerPublic/Account.php(22): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/garrycity...', 22, Array)
#1 /home/***/public_html/site/library/XenForo/FrontController.php(347): Waindigo_UserUpgrades_Extend_XenForo_ControllerPublic_Account->actionUpgrades()
#2 /home/***/public_html/site/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/***/public_html/site/index.php(13): XenForo_FrontController->run()
#4 {main}

État de la demande

array(3) {
  ["url"] => string(41) "https://www.garrycity.fr/account/upgrades"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

or
Code:
ErrorException: Invalid argument supplied for foreach() - library/Waindigo/UserUpgrades/Extend/XenForo/ControllerPublic/Account.php:22
Généré par: Hunter John, il y a 9 minutes
Trace de la pile

#0 /home/***/public_html/site/library/Waindigo/UserUpgrades/Extend/XenForo/ControllerPublic/Account.php(22): XenForo_Application::handlePhpError(2, 'Invalid argumen...', '/home/garrycity...', 22, Array)
#1 /home/***/public_html/site/library/XenForo/FrontController.php(347): Waindigo_UserUpgrades_Extend_XenForo_ControllerPublic_Account->actionUpgrades()
#2 /home/***/public_html/site/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/***/public_html/site/index.php(13): XenForo_FrontController->run()
#4 {main}

État de la demande

array(3) {
  ["url"] => string(41) "https://www.garrycity.fr/account/upgrades"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

or
Code:
ErrorException: Undefined index: freeUpgrades - library/Waindigo/UpgradeCoupons/Extend/XenForo/ControllerPublic/Account.php:84
Généré par: Hunter John, il y a 9 minutes
Trace de la pile

#0 /home/***/public_html/site/library/Waindigo/UpgradeCoupons/Extend/XenForo/ControllerPublic/Account.php(84): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/garrycity...', 84, Array)
#1 /home/***/public_html/site/library/Waindigo/UserUpgrades/Extend/XenForo/ControllerPublic/Account.php(19): Waindigo_UpgradeCoupons_Extend_XenForo_ControllerPublic_Account->actionUpgrades()
#2 /home/***/public_html/site/library/XenForo/FrontController.php(347): Waindigo_UserUpgrades_Extend_XenForo_ControllerPublic_Account->actionUpgrades()
#3 /home/***/public_html/site/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/***/public_html/site/index.php(13): XenForo_FrontController->run()
#5 {main}

État de la demande

array(3) {
  ["url"] => string(41) "https://www.garrycity.fr/account/upgrades"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

any ideas ?
 
Hi - I reported an error before it must have gotten missed - exporting to xml.

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<errors>
<error>
<![CDATA[ The requested page is unrepresentable in XML. ]]>
</error>
</errors>
 
I keep getting this error regardless of what version i am installing. Any help? Using Xenforo 1.3.3 and trying to install User upgrade 1.4.2a
Mysqli statement execute error : Can't create table 'nowinter_dreamers.xf_upgrade_category' (errno: -1)

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Waindigo/Install/20141009.php at line 651
  4. Waindigo_Install->_createTables() in Waindigo/Install/20141009.php at line 205
  5. Waindigo_Install->_install() in Waindigo/Install/20141009.php at line 88
  6. Waindigo_Install::install()
  7. call_user_func() in XenForo/Model/AddOn.php at line 215
  8. XenForo_Model_AddOn->installAddOnXml() in ConvEss/Model/AddOn.php at line 24
  9. ConvEss_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  10. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
  11. XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
  12. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  13. XenForo_FrontController->run() in /hermes/bosoraweb117/b2930/ipg.nowinterpretthiscom/public_html/xenforo/index/admin.php at line 13
 
I keep getting this error regardless of what version i am installing. Any help? Using Xenforo 1.3.3 and trying to install User upgrade 1.4.2a
Mysqli statement execute error : Can't create table 'nowinter_dreamers.xf_upgrade_category' (errno: -1)

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in Waindigo/Install/20141009.php at line 651
  4. Waindigo_Install->_createTables() in Waindigo/Install/20141009.php at line 205
  5. Waindigo_Install->_install() in Waindigo/Install/20141009.php at line 88
  6. Waindigo_Install::install()
  7. call_user_func() in XenForo/Model/AddOn.php at line 215
  8. XenForo_Model_AddOn->installAddOnXml() in ConvEss/Model/AddOn.php at line 24
  9. ConvEss_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  10. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
  11. XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
  12. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  13. XenForo_FrontController->run() in /hermes/bosoraweb117/b2930/ipg.nowinterpretthiscom/public_html/xenforo/index/admin.php at line 13
Have you got special permissions that would stop this add-on from being able to create tables in your database? Or perhaps your database is almost full?
 
Have you got special permissions that would stop this add-on from being able to create tables in your database? Or perhaps your database is almost full?

Database shows unlimited. I'm not the best with SQL so let me know if you see something not right.
 

Attachments

  • SSipageCropped.webp
    SSipageCropped.webp
    22 KB · Views: 123
Top Bottom