Jump to content

DawPi

Clients
  • Posts

    8,429
  • Joined

  • Last visited

  • Days Won

    20

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Forums

Events

Store

Gallery

Everything posted by DawPi

  1. Hello, when I delete nexus gateway I'm getting this error: Whoops\Exception\ErrorException: Undefined index: gatewayKey (8) #0 C:\wamp\www\45\applications\nexus\sources\Gateway\Gateway.php(102): Whoops\Run->handleError(8, 'Undefined index...', 'C:\\wamp\\www\\45\\...', 102, Array) #1 C:\wamp\www\45\system\Patterns\ActiveRecord.php(148): IPS\nexus\_Gateway::constructFromData(Array) #2 C:\wamp\www\45\applications\nexus\sources\Transaction\Transaction.php(116): IPS\Patterns\_ActiveRecord::load(7) #3 C:\wamp\www\45\system\Helpers\Table\Db.php(432): IPS\nexus\_Transaction::IPS\nexus\{closure}(7, Array) #4 C:\wamp\www\45\system\Helpers\Table\Table.php(489): IPS\Helpers\Table\_Db->getRows(Array) #5 C:\wamp\www\45\applications\nexus\modules\admin\payments\transactions.php(71): IPS\Helpers\Table\_Table->__toString() #6 C:\wamp\www\45\system\Dispatcher\Controller.php(101): IPS\nexus\modules\admin\payments\_transactions->manage() #7 C:\wamp\www\45\applications\nexus\modules\admin\payments\transactions.php(40): IPS\Dispatcher\_Controller->execute() #8 C:\wamp\www\45\system\Dispatcher\Dispatcher.php(152): IPS\nexus\modules\admin\payments\_transactions->execute() #9 C:\wamp\www\45\admin\index.php(14): IPS\_Dispatcher->run() #10 {main} To avoid it I need to edit and change it: 't_method' => function( $val ) { if ( $val ) { try { return \IPS\nexus\Gateway::load( $val )->_title; } catch ( \OutOfRangeException $e ) { return \IPS\Member::loggedIn()->language()->addToStack('gateway_deleted'); } } else { return \IPS\Member::loggedIn()->language()->addToStack('account_credit'); } }, To: 't_method' => function( $val ) { if ( $val ) { try { return \IPS\nexus\Gateway::load( $val )->_title; } catch ( \ErrorException $e ) { return \IPS\Member::loggedIn()->language()->addToStack('gateway_deleted'); } } else { return \IPS\Member::loggedIn()->language()->addToStack('account_credit'); } }, In nexus/sources/Transaction/Transaction.php It's a bug or I'm doing something wrong?
  2. This app (and almost everything else) was moved to another developer. He need time to take care of this and other apps. Please be patient.
  3. What's New in Version 2.0.6.3 pending approval added multimod delete function in the ACP for unused keys only.
  4. Do you have an active licence? Spam Service works on active licence holders only.
  5. What's New in Version 1.0.6 (pending approval) - added ACP logs; you will be able to see which topics are bought and by who and when. - fixed bug in displaying "buy" button in not selected forums.
  6. New version pending approval:
  7. What's New in Version 1.0.5.2 Released March 9 fixed new topic form bug. fixed error related to uploading attachments.
  8. You mean downloading them? I'll check it today and if it would be possible I'll do that. Hold on.
  9. Hello, will check this mod soon and I'll let you know.
  10. New version (1.0.5) pending approval: underhood changes (own Member class), sync optimizations. added new function to limit it for members with X posts at least. added new function - member must approve the rules before adding a new topic. https://streamable.com/5us0ay
  11. Not yet, I have all informations needed.
  12. Hello, licence invoices are generated generated by IPS4, not by my mod. It's adding new form of a licence type generator. Do you have similar problem with standard licence key type?
  13. Describe me steps to reproduce this issue on my end. I (nor my clients) never notices anything like that.
  14. Hello, attachments aren't available for you as an Admin by my app. It would be serious security issue.
  15. Hello, give me some time. 🙂
  16. I can't tell you more than what this mod doing - changing spider group grom guest to another. That's all. Everything beyond this isn't included in support for this mod.
  17. Use any of the browser extension to emulate your useragent as a spider and then check. See forum permissions: Plugin settings: Result: When I disable mod: It's working fine.
  18. It's not related to my mod, but to IPS4 in general. You must have at least one default skin. That's all. 🙂
  19. . Send me ticket if you are interested at https://support.ipslink.pl
×
×
  • Create New...