Jump to content

A7U

Rookie
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Language
    English
  • Software
    XenForo
  • Version
    2.1.8

Recent Profile Visitors

260 profile views

A7U's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post
  • Collaborator Rare

Recent Badges

1

Reputation

  1. How to add banners under user's profile? I can't find any implementation to do so. Turns out it's called Group Icons x)
    Works perfectly, just what I needed. Thank you.
  2. A7U

    IPS 4.4 Locked Task: queue

    "One of the routine maintenance tasks which run in the background has failed several times, which may indicate a configuration issue." I've tried all sorts of task methods, all tasks get run except the queue task which is always stuck and never runs. There are 0 logs too so I don't know if there's a configuration issue or not.
  3. Solution: I removed hashes.json and it fixed the 2nd warning. For fixing the first warning either merge or revert
  4. I don't have a business account and can't create one atm. How can I accept payments just through email like Xenforo has?
  5. Unfortunately, that didn't fix the issue ? Ok, so turns out Sulk.php didn't get uploaded. I uploaded it to the correct directory but now I'm getting an SQL error INSERT INTO `nexus_licensekeys` ( `lkey_type`, `lkey_active`, `lkey_uses`, `lkey_activate_data`, `lkey_generated`, `lkey_identifier`, `lkey_purchase`, `lkey_member`, `lkey_max_uses`, `lkey_key` ) VALUES ( 'sulk', true, 0, '[]', 1611928164, 'username', 27, 1, 1, NULL ) IPS\Db\Exception: Column 'lkey_key' cannot be null (1048) Ok it's fixed!!! Instructions were unclear but here's what you have to do after installing the .tar file: Enter Upload > applications > nexus > sources > Purchase > LicenseKey then upload Sulk.php to your host Here: applications > nexus > sources > Purchase > LicenseKey My issue is now fixed, mods can close the thread
  6. Well PHP is 7.2. I'll try upgrading to 7.4, do I reinstall the application after I upgrade to 7.4? Do you know any solution other than PHP version
  7. Installed the single use key from DD4. When a user gets to pay, he'll get an error. Here's the error code: Error: Class 'IPS\nexus\Purchase\LicenseKey\Sulk' not found (0) #0 /home/u197609538/domains/REDACTED/public_html/applications/nexus/extensions/nexus/Item/Package.php(849): IPS\nexus\Package\_Product->onPurchaseGenerated(Object(IPS\nexus\Purchase), Object(IPS\nexus\Invoice)) #1 /home/u197609538/domains/REDACTED/public_html/applications/nexus/sources/Purchase/Purchase.php(951): IPS\nexus\extensions\nexus\Item\_Package::onPurchaseGenerated(Object(IPS\nexus\Purchase), Object(IPS\nexus\Invoice)) #2 /home/u197609538/domains/REDACTED/public_html/applications/nexus/sources/Invoice/Invoice.php(1965): IPS\nexus\_Purchase->__call('onPurchaseGener...', Array) #3 /home/u197609538/domains/REDACTED/public_html/init.php(820) : eval()'d code(25): IPS\nexus\_Invoice->markPaid(NULL) #4 /home/u197609538/domains/REDACTED/public_html/applications/nexus/modules/front/checkout/checkout.php(1148): IPS\nexus\dp42sulk_hook_ipsNexusInvoiceSulk->markPaid() #5 /home/u197609538/domains/REDACTED/public_html/system/Helpers/Wizard/Wizard.php(181): IPS\nexus\modules\front\checkout\_checkout->_pay(Array) #6 /home/u197609538/domains/REDACTED/public_html/applications/nexus/modules/front/checkout/checkout.php(172): IPS\Helpers\_Wizard->__toString() #7 /home/u197609538/domains/REDACTED/public_html/system/Dispatcher/Controller.php(96): IPS\nexus\modules\front\checkout\_checkout->manage() #8 /home/u197609538/domains/REDACTED/public_html/applications/nexus/modules/front/checkout/checkout.php(57): IPS\Dispatcher\_Controller->execute() #9 /home/u197609538/domains/REDACTED/public_html/system/Dispatcher/Dispatcher.php(152): IPS\nexus\modules\front\checkout\_checkout->execute() #10 /home/u197609538/domains/REDACTED/public_html/index.php(13): IPS\_Dispatcher->run() #11 {main} Really no clue what to do. I tried reinstalling the application but that didn't help either. The addon worked before on a different site btw. No clue why not on this one. I thought maybe it's a theme issue but it says the class is not found. So I'm confused now
  8. Yup saw that, thanks
  9. Users go to the store, purchase something from the store which is a monthly payment and immediately get a key from a list. Key1 - Key2 - Key3 User1 buys key1, it gets removed from the list etc. How can I achieve that?
×
×
  • Create New...