Jump to content

DawPi

Clients
  • Posts

    8,343
  • Joined

  • Last visited

  • Days Won

    19

Reputation Activity

  1. Like
    DawPi reacted to Marc Stridgen in ANY TOPIC: Something went wrong. Please try again.   
    If your database is serving quicker than the disk, if files are not always being saved first time, if you are limited on disk space. There are a number of reasons that may be the case. Usually its when things arent being saved to disk properly or in a timely manner, and it leads to things like the above
  2. Like
    DawPi reacted to Marc Stridgen in Error while upgrading from Ver. 3.4.7 to 4.7.1 Unknown column 'is_future_entry' in 'where clause'   
    If you are having problems here, you may be better to gain assistance from someone who offers this service. You can find people offering legacy update services here
    https://invisioncommunity.com/third-party/providers/
  3. Like
    DawPi reacted to Davyc in Hump Day: saying farewell to Invision Community OG, Rikki   
    A huge thanks to @Rikki for everything he has done to help bring IPS to where it stands now.  It's always sad to lose a valuable member of the development team, but the man has to go where he believes he can do the most with his talents and to secure his and his family's future.  All good wishes and a fond farewell to this amazing talent.

    Bon Voyage 🙂
  4. Like
    DawPi reacted to Jordan Miller in Hump Day: saying farewell to Invision Community OG, Rikki   
    Happy Hump Day, team! Sort of. 😔 
    One of Invision Community's founding fathers, @Rikki, is amicably moving on from Invision Community to pursue another exciting opportunity. This is his last week with us. He has a few parting words to share with you:
     

    Rikki has been an instrumental player in Invision Community's success; we're bummed to see him go, but at the same time excited for him to spread his wings. 
    Please leave some well wishes for Rikki in the comments! 
    ---
    Speaking of the team, @Matt Finger wrote a new dev blog post touching on the PHP8 Compatibility Scanner, our Pre-Upgrade Resource Checker and a full change log for our upcoming September release:
     
     
    --- 
    And last but not least, 4.7.2 Beta 1 is officially out. Check out the release notes here.
    See you in the replies. 🙏 
  5. Thanks
    DawPi got a reaction from OptimusBain in how many active subscriptions are possible?   
    I have mod for that to achieve it. 🙂
     


  6. Like
    DawPi reacted to Marc Stridgen in Question in regards to chargebacks and refunds while using an application   
    Not misunderstood at all. We cannot of course account for any external service, if that service is not using the software correctly. Keys should be validated using the API call shown. So in your example above, the situation should be
    Key is issued Key is entered into the external service External service validates if that key is valid against the api In a situation where its been cancelled, it would show as expired
  7. Like
    DawPi got a reaction from Mason Grey in Question in regards to chargebacks and refunds while using an application   
    I think (might be wrong) you misunderstood what the OP asking.
    Let's say - user bought product with that option enabled:

     
    After payment he got that licence key. He copied it and used for example in external service.
    Now that customer requested refund - what would be with the used key? There is no way to retrieve it in external service at all. So key can't be reused I think.
  8. Like
    DawPi got a reaction from Mason Grey in Question in regards to chargebacks and refunds while using an application   
    I think Its „general” question how Commerce works with refunds of products with licence keys feature. 
  9. Like
    DawPi got a reaction from Mason Grey in (DP42) Single Use License Keys   
    You need to ask the IPS about it how it will be handled by IPS4. My app is extension for a key generations in the Commerce, but payment process and everything else is provided by IPS4.
    In my app you have option to refresh the key but it need to be done manually.
  10. Like
    DawPi got a reaction from Mason Grey in (DP42) Single Use License Keys   
    Thank you for your kind words! 🙂
  11. Haha
    DawPi got a reaction from Askancy in Addon Installation Failed   
    Very fast file approve time! 😉
  12. Like
    DawPi reacted to Adriano Faria in Movies   
    Of course the host says. 🤣
    It’s a server error message. It doesn’t come from the IPS4. It doesn’t come from my resource. It comes from the server. There’s nothing special in the movies category form; it is like any other out there. It’s the same from Games or Books, obviously with some particularities. 
    Well, I can’t reproduce. I can edit my categories thousand times and I have nothing logged. If you have something solid and steps to reproduce, tell me about it.
  13. Like
    DawPi reacted to sobrenome in (DP42) CSE Google   
    Yes! Perfect! Thanks!
  14. Agree
    DawPi got a reaction from Li3D in (DP42) CSE Google   
    Check and let me know. 😉
  15. Like
    DawPi got a reaction from sobrenome in (DP42) CSE Google   
    Check and let me know. 😉
  16. Like
    DawPi got a reaction from sobrenome in (DP42) CSE Google   
    This plugin will display search results from CSE Google only if user will search in 'all' content on board. Otherwise build in search engine will be use.
    Development of this plugin was supported by the eGullet Society for Culinary Arts & Letters.
     
     
     
  17. Like
    DawPi got a reaction from crmarks in (DP42) CSE Google   
    I'll see what I can do with that dudes. 🙂
  18. Like
    DawPi reacted to Ryan Ashbrook in Check if we're on the main board page   
    For what it's worth, the current application and module is already loaded by the dispatcher (as mentioned by CodingJungle), so it won't reload it - it would just use the existing data already in memory.
    Additionally, applications and modules are cached in the data store so loading them on the fly should have very little effect on performance.
  19. Like
    DawPi reacted to CodingJungle in Check if we're on the main board page   
    plus \IPS\Dispatcher already loads these values:
    $app = null; $module = null; if(\IPS\Dispatcher::hasInstance()){ $dispatcher = \IPS\Dispatcher::i(); $app = $dispatcher->application; $module = $dispatcher->module; } if($app !== null && $app->default && $module->default){ //if we are here, we on the default app/module, lets do our thing }  
  20. Thanks
    DawPi got a reaction from sobrenome in (DP42) CSE Google   
    New version pending approval.
     
     
  21. Like
    DawPi got a reaction from Li3D in (DP42) CSE Google   
    New version pending approval.
     
     
  22. Like
    DawPi got a reaction from sobrenome in (DP42) CSE Google   
    I'll see what I can do with that dudes. 🙂
  23. Like
    DawPi got a reaction from Li3D in (DP42) CSE Google   
    I'll see what I can do with that dudes. 🙂
  24. Like
    DawPi reacted to Li3D in (DP42) CSE Google   
    It's OK for me 🙂 
  25. Like
    DawPi got a reaction from sobrenome in (DP42) CSE Google   
    Woah, it was a google side issue then. Thanks for posting it!
    Not right now - that menu is fully managed by IPS4.
×
×
  • Create New...