Jump to content
thirty bees forum

michael

Members
  • Posts

    119
  • Joined

  • Last visited

Posts posted by michael

  1. Any experience with database clusters? Master-master, multi-master configuration? Galera MariaDB?

    I am trying use Galera MariaDB but it's so slow or I am doing something wrong.

  2. @lesley https://thirtybees.com/developer-blog/installing-thirty-bees-on-digital-ocean/ I saw that you use Apache, what about nginx? Is there any ngix confirm template?

    May anyone share it with me? Thank you in advance.

  3. Do you use any management panels?

    https://ns1.com/pricing#managed which is free for 0,5 M queries or Amazon which is pay as you go.

    Thank you for article. I want to implement geoIP and multiple VPS.

    Regards MySQL just add IP or encrypt the connections, any recommendations?

  4. https://thirtybees.com/blog/thirty-bees-scalability/

    Great article, thank you for examples.

    I have a question about technical things:

    One thing to notice is we did not sync the config directory. The reason for this is because we want the database on the remote server to act as a slave database to that server only, because accessing a slave across a network is just going to cause slowness. We did use the same settings.inc.php from the master server though, we still want the master write database to be seen as the New York City server. In the dbslaveserver.inc.php of both the Singapore and Frankfurt server we have listed the local host database as the slave. This will allow slaved database requests to come from the database on the server, speeding things up.

    Next what we did was used MySQL replication to replicate the master database from New York City to both of the remote servers. Since we are not getting to technical, one thing I would like to point out is you need to limit your MySQL connections by ip address, you only want known IP addresses to be able to connect to your database.

    @lesley may you elaborate how you did setup the database? Do you use some panel, like Webmin/Virtualmin or Cpanel or you do it manually?

    May you send some further details or something to read?

    1. Why Cloudflare? not eg. Amazon Route52 or ns1.com? What are benefits?

    Thank you in advance.

  5. To assume to many characters for card number, it should be a limit up to 16characters

    Problem with exp date. 1219 / not 12 / 19

    Problem occurs only on Firefox mobile browser on mobile phones, not PC.

    on Firefox PC browser everything works on Chrome PC browser everything works on Firefox mobile browser problems on Chrome mobile browser everything works

    on Firefox mobile browser I can use space and enter exp date using enter and pay, but it is no user friendly as also nobody know about it.

  6. I was testing with different phones, android and iphones.

    The problem is with javascript and fields.

    In firefox I need to use a "space" to have a exp date as 12/19

    In other case there is 1219 / which give an error.

    I am not sure about card numbers but I can put

    4242 4242 4242 4242 424 i my opinion there are 3 extra numbers to much for the limit.

    I though that card numbers have only 16 digits.

    That problems are only with Firefox on mobile phone.

    Please install firefox on you mobile and check it by yourself.

    Do not use a mobile version on Chrome or any PC emulators, just a phone.

  7. Both. I am using old presta modules with presta but also old TB module with TB for testing purposes. It seems like stripe would change something on API. Michael made the original module, I was one of the 1st testers of original module. Now I am trying also to contribute it. I am not sure but the problem could be with the newest version, as for me it make no sense for errors on mobile devices.

    Is there any method to open developer tools for mobile browser on telephone?

  8. Hello, I have old stripe but I have noticed problems with stripe during usage stripe via mobile phones.

    I have test iOS and Androids and I can reproduce problems.

    Unfortunately I can not find a developer tools for mobile browsers. Any solution for that?

    Regards browsers the works results are for mobile Firebox, for PC Firefox everything is OK. Sometimes there is problem with Chrome.

    I am not using the newest version but I am wondering if you have made a tests.

    The problem looks like

    0_1513717933310_435cf7f1-bb11-4a17-8c76-39ade4dfc8ae-image.png

    there is no limit to put 16 numbers for card number. exp date not like 12/19 but 222222 or 1234 /

    there is no errors on prestashop side or on stripe. Sometimes even numbers are correct there is info.

    0_1513718077836_7e555c6e-8613-4e22-be51-b2abf0fff8a0-image.png

  9. It seems that only on mobile there is a problem with stripe.

    My colleague on different phone had the same errors.

    I don't know why 2st time there was an error.

    May you check on your sites and use mobile phone to pay?

    I am doing a real payments and then I am doing a refunds.

  10. Without enforcing 3d secure everything works ok.

    Interesting is for me that I was testing with my real debit card which support 3d secure, but during the order I have no 3d secure option. In my case I am received a SMS with code to put on the website.

    Maybe add some info or hide this option (enforce 3d secure)?

    hooks not works for me with new versions. but I will look on code and maybe I will post solution.

  11. Hi Michael,

    I have updated Stripe to Version 1.4.3 because pop up payments were not working.

    In the past when I have 3d secure on my visa card it ask me for put the code via SMS.

    Without option enforced 3d secure when the card was not 3d secure it skip it. When card was with 3d secure it ask to use it.

    With enforced 3d secure it require me to use it anytime.

    In my opinion in new version 3d secure not work properly.

    I have paid by my card with no 3d secure, but my card support 3d secure.

    The problem with enforced 3d secure was when the card was not supporting it.

    I am not sure it if works right not ok, or there is the naming problem.

    Use 3d secure if available or enforced 3d secure.

    I have no card without 3d secure so I am not able to check force 3d secure option.

  12. I have noticed bigger number of disputes in Stripe compare to e.g. Paypal. Where in Paypal if you will give the evidences dispute can be in your favour. Where in case stripe i did not noticed it. You loss money and products.

    Do you have any experience with disputes? Is there are any alternatives to Stripe - world wide alternatives?

  13. nice idea https://github.com/vincentorback/WebP-images-with-htaccess

    If anyone use css push and http2? https://www.smashingmagazine.com/2017/04/guide-http2-server-push/

    nice tool to check speed: https://www.sitespeed.io/

×
×
  • Create New...