Search results for query: *

  1. manucod

    Bug BadBehavior issues with newer PHP versions

    I believe I fixed that issue. I'm unsure but the error I think was here, given the naming of the function i would not have expected the ! operator in front of it. But instead simply a call to nobadbehavior if true then show error if not continue since badbehavior can run public static function...
  2. manucod

    Bug Transaction error

    I fixed your code myself no time to wait ages until you do. The issue was with renewals again similar to one already existing bug you had. Lol no suprise there. You can close this since I fixed the dragonbyte plugin myself.
  3. manucod

    Bug Transaction error

    For the transaction you see attached the callback from dragonbyte called onlicensepurchase was not executed. Why? Is it related to dragonbyte itself? I didnt find anything useful to diagnose this. Its also the first time it accepts a payment and then seconds later skips it because it received...
  4. manucod

    Bug Transaction error

    Im not sure if this is also related to xenforo payments and not related to the ecommerce plugin but i will still ask just in case. I had one edge case today where it didnt execute my callbacks i have, on the func onlicensepurchase and when i look at the logs the only thing that jumps put to me...
  5. manucod

    Pending Make Renewal less hidden

    Imo renewal option is too hidden as in most of my customers never realize it exists and just buy the product again from the store since I allow multiple licenses for one product to exist per user. it would be nice if it just automatically shows a renew button instead of a purchase button ( if...
  6. manucod

    Bug handle stripe review case

    is there a way to handle the case where stripe is reviewing the payment ["outcome"] => array(7) { ["network_status"] => string(19) "approved_by_network" ["reason"] => string(4) "rule" ["risk_level"] => string(6) "normal" ["risk_score"] => int(0) ["rule"] => string(28)...
  7. manucod

    Bug License Renewal before due date

    I mean purchased the same License again before the first one Expired. So user bought Product A then before that License expired he bought Product A again. when first License expired ( after he already bought Product A again) it removed the Temporary secondary usergroup even though second...
  8. manucod

    Bug License Renewal before due date

    How does E-commerce handle renewals before they expire. I had a user buy the license again before his first one expired and once the first license was expired it removed his secondary group.
  9. manucod

    Bug Breach Check Rate

    thanks a lot, that answer helps a lot more. Ill report back here if I can get down to the bottom of this with haveibeenpwnd.
  10. manucod

    Bug Breach Check Rate

    Since I'm sure there are less request a second than 10 and since it still errors out I think it's related to your code. I'll ask the support of the api to check on their end. If it turns out it's not a them or me issue then ill happily tell the tale on trustpilot including the support answers I...
  11. manucod

    Bug Breach Check Rate

    ErrorException: Received unexpected response code 429 (Too Many Requests) src/XF/Error.php:77 It say there are too many requests but I monitored it and it's certainly not more than a couple a minute ( i have the basic subscription for the pwnd api. the forum is pretty small so there is no way...
  12. manucod

    Bug BadBehavior issues with newer PHP versions

    I have an issue related to this After updating PHP and testing it on 8.2 I noticed Bad behavior was off so I installed 8.0.30 as well now whenever I try to change anything in the settings I get this message , seems like a bit of nonsense. I'm guessing again that I missed some step one should...
  13. manucod

    Question btc icon?

    I tried putting in fa-btc as the crypto icon but that doesn't seem to work. am I missing something? credit card one works fine. ( payment provider is cryptocloud ( with its xenforo addon)
  14. manucod

    Bug installation error

    1. well in order to somewhat be able to uninstall it I had to hack my way around it to get it to finish to install the first time. changing PHP isn't as easy as clapping your hands. 2. This would not have happened if this was mentioned in the proper versions. the only version that mentions...
  15. manucod

    Bug installation error

    in order to finish the installation I had a look and it looks to be related to the product code so I hacked my way around it since it was just that thing. class Listener { /** * The product ID (in the DBTech store) * @var int */ //protected static int $_productId = 345...
  16. manucod

    Bug installation error

    Stack trace #0 src/vendor/composer/ClassLoader.php(427): Composer\Autoload\{closure}('/var/www/html/f...') #1 [internal function]: Composer\Autoload\ClassLoader->loadClass('DBTech\\Security...') #2 [internal function]: spl_autoload_call('DBTech\\Security...') #3 src/XF/Util/Php.php(66)...
Back
Top