Search:

Type: Posts; User: johnjlarge

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Hi Mark.

    I’ve asked, but getting information out of school admin staff or English teachers about their browser is really difficult. I’ve asked for details, but alas they aren't forthcoming other...
  2. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Right.

    I'm back on the latest version to rule out any older code issues that have already been corrected.

    I can check out just fine using this version also. I do note that the hidden form on...
  3. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    hi Carl.

    Sorry, with regards me saying something may be blocking, that was because I thought it could be causing the error itself. I didn't mean to suggest two separate issues, the blocking...
  4. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Website is www.koolbadges.co.uk

    One of the teachers who emailed me said just that

    "Hello, we are trying to place an order online but there seems to be a problem with the website as when we...
  5. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Just thinking out loud, is it possible an ad blocker or privacy extension is blocking the javascript from loading via https://web.squarecdn.com/v1/square.js and then the subsequent...
  6. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    No, just using the standard zen cart payflow of checkout_shipping, checkout_payment and checkout_confirmation. It works for most customers, but for some this error throws. I can put through as many...
  7. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Having a weird one.

    Have been using the squrewebpay add on since Calrwhat first released it. I recently upgraded to 1.0.4 and have been seeing a few of these in my logs folder debugs

    "should...
  8. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Testing here, and it's working really well with the new spiders detection code. Saving a lot of API calls on my site. Also, I've set my threshold at 30% as most of my customers score a 0 threat...
  9. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Just a thought.

    Could it be that the spiders detection/do not allow sessions for spiders code happens further down in the code stack, so the abuseipdb plugin does its api lookup/redirect before...
  10. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Yes, I'm on version 2.0 and fully up to date as of just a moment ago with the changes on github.

    A couple of ideas, in the abuseipdb_api_call_2023_05.log the IPs of spiders which appear in...
  11. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    I Updated to the latest commit from github, which was made three hours ago, as the API results caching wasn't working on mine. My API calls reset at midnight and by 7am GMT I had hit 3.5k API calls....
  12. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Also, as an aside in case anyone else wants to include an error message on their block page, I'm still serving a 403 but now echoing a browser message as follows.


    header('HTTP/1.0 403...
  13. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    I've changed the modification to this to exclude spiders & 404. Just have to wait until tomorrow to check if block caching is now fully working, but on test mode all seems well. This mod seems to be...
  14. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    I've changed the code as suggested, but I'll have to wait until tomorrow when my api quota resets to see if it works for spiders. If it works that is quite an elegant fix as I manually block bad bot...
  15. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Just another observation on this, could it be that known spiders are prevented from creating a session, so the IP isn't cached in the session cache? I could be way off, but my initial investigation...
  16. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Just changed the observer as mentioned here & removed my code from index.php - it does indeed work, blocking works & it also avoids the headers already sent issue I received before. Great...
  17. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    I'm not sure if the caching is working correctly. I've woken up just now & almost exhausted my API limit for the day at 7:47am

    I just enabled debug mode to check the logs & it would seem it's...
  18. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    I've hit another issue. Even though I've signed up as a webmaster & put the button on my website to increase API calls to 5000 on abuseipdb.com, I've hit my ip lookup api limit within 3 hours of a...
  19. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    That's exactly it. A completely blank page with (in my case) a 403 response. I guess you could set a custom static 403 page via .htaccess to inform the user that their IP is blocked. I couldn't find...
  20. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Hi @marcopolo

    I've just tested it, setting my own IP as the test mode IP & can confirm it works on subpages. As far as I'm aware the index.php always fires, then loads in templates, includes etc....
  21. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    So, I've found a way around this which works, are there any issues to doing it this way?

    In the index.php file at the root of zen cart, adding the block code before allowing html_header.php to...
  22. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Just tried with these changes, still no go for me. Still getting the headers already sent error.
  23. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Thanks both of you.

    I checked tpl_header.php and tpl_main_page.php against originals and there are changes to do with my template in use compared to stock files from Zen Cart, but the core of the...
  24. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Ok.

    I tried renaming the jscript_framework.php temporarily to jscript_framework.php.bak just to see if the error went away & it then caused the same error with the...
  25. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Thanks marcopolo

    With that updated file I still get the headers already sent error


    [21-May-2023 21:19:03 Europe/London] Request URI: /teal-heart-boss-bridesmaid-badge-p-6746.html, IP address:...
  26. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    The file itself is by lat9 - I personally can't remember which plugin it came from, but I think it might be something to do with the responsive avonlee contempo modified themed I'm running.

    File...
  27. Replies
    54
    Views
    4,852

    Re: AbuseIPDB Integration module

    Hi @marcopolo

    Got this all set up on my 1.5.6c store, api key works & blocking is working. I am however getting a headers already sent error when using it. My logs folder fills up with every visit...
  28. v156 Re: This transaction couldn't be completed Paypal error 10486

    I can certainly look at upgrading in the near future, but I'm still at a loss as to why this has just started happening. I've just gone through the zen cart git on GitHub to look for any significant...
  29. v156 Re: This transaction couldn't be completed Paypal error 10486

    Thanks dbltoe, but this is for PayPal express checkout, not website payments pro. Not sure if this would still apply to express checkout as the payflow is essential still under paypals control with...
  30. v156 This transaction couldn't be completed Paypal error 10486

    Hi Everyone.

    I've got a weird issue with paypal express checkout. It's been working fine for ages, years in fact & we haven't made any code changes. As of the last 2 weeks or so, hardly any paypal...
  31. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    We've had lots of orders go through without issue via webpay. This is the first to show this error so maybe specific to that user.

    Templates is based on Responsive Avonlee Contemporary. sites is...
  32. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    My apologies for the confusion, I meant a customer tried to complete a transaction on our website and received the error, and the log was generated. We don't use OPC, its just the standard zen cart...
  33. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Customer is having this error.

    SQ-MISCONF

    This is whats shown in the logs:-


    PHP Notice: missing token result:...
  34. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Second time I've personally seen this one. Not recorded to logs, the customer proceeds through checkout payment and then ends up on the squareWebPay_handler.php with a blank white page. At this...
  35. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    So I sorted my alignment issue if anyone is interested or has a similar issue. I added a new rule to stylesheet.css with the following & that seems to fill the available space with the payment input...
  36. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    No, just the standard checkout shipping>checkout payment>checkout confirmation workflow.
  37. Replies
    661
    Views
    54,747

    v157 Re: Square WebPay support thread.

    Can confirm it is all working as expected using the latest production API and having tested it with various cards here in the UK. Running on php 7.3 and ZC 1.5.6c without issues. @carlwhat thanks so...
  38. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    Is there any reason my account got banned on here? I've been helping people & posting about this plugin for years, I can't understand why that has got me banned?
  39. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    I hope it can be integrated in the near future, but fully understand paid work comes first.

    Since switching our small family business website over to square six months ago, our customers have...
  40. Sticky: Re: Square Payment Module for Zen Cart [Support Thread]

    I've just received this email too. Would be good to clarify if SCA is already implemented in the square payment module.


    We want to remind you that there are a few required steps you need to...
  41. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    Hi mc12345678

    I'm troubleshooting a 1.5.6c store. If I change line 564 of functions.php to the code you supplied, will this be the only fix required? is there a list of any other fixes that came...
  42. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    Hi.

    It's the standard functions_general.php file from the 1.5.6c zip.

    Around that line I have the following. Line 564 in bold :-


    * @param array|string $params
    * @return string
    */
  43. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    I've narrowed it down to a single line of code.

    In /includes/classes/shopping_cart.php version from 1.5.6c we have the following line at line number 1962


    $real_ids = isset($_POST['id']) ?...
  44. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    I'm not sure what is causing this, but it's definitely one of the changes to /includes/classes/shopping_cart.php

    The store I'm running which has the bug is v1.5.6c

    If I take the...
  45. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    The products I added where straightforward products. No attributes, I haven't added any attributes to this database in attributes controller. I didn't add in any demo products during install as I...
  46. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    Hi Dr Byte.

    I'm troubleshooting a live 1.5.6c store, so I've done what you said with 1.5.6c

    Fresh install, fresh database.

    Bare minimum adjustments. In admin, I set currency to GBP default &...
  47. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    Hi Dr Byte.

    I used the old shopping_cart.php class from 1.5.1 on my 1.5.6c store and that fixed the problem. As soon as I set it back to the 1.5.6c version the problem came right back. It's a...
  48. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    Hi folks.

    After a lot of troubleshooting I've narrowed down my search to changes made in /includes/classes/shopping_cart.php and the way it interacts with my template. My upgrade is from 1.5.1 and...
  49. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    Just upgraded 1.5.6c with 1.5.7 on the test server and the problem went away, so must be an issue in 1.5.6c specifically.

    I'll start the task of migrating my site to 1.5.7
  50. Replies
    21
    Views
    1,590

    Re: Duplicate products added to shopping cart

    OK.

    Completely virgin installation of 1.5.6c but using my legacy database and without adding any templates or plugins the error is occurring. So I assume it's either an error in 1.5.6c or within...
Results 1 to 50 of 61
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR