Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter dtses14

    (@dtses14)

    it’s a bug in the plugin I believe. The only thing that helps is to set 444

    Thread Starter dtses14

    (@dtses14)

    hi! many thanks for your suggestions! Will set 444 and test for more time and update you.

    Thread Starter dtses14

    (@dtses14)

    any advice?

    Thread Starter dtses14

    (@dtses14)

    and failed again today (2 days passed and another down), what a nightmare!!!!

    Thread Starter dtses14

    (@dtses14)

    # BEGIN Really Simple Security Redirect

    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTPS} !=on [NC]
    RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
    </IfModule>

    # END Really Simple Security Redirect
    # BEGIN W3TC Browser Cache
    <IfModule mod_mime.c>
    AddType text/css .css
    AddType text/x-component .htc
    AddType application/x-javascript .js
    AddType application/javascript .js2
    AddType text/javascript .js3
    AddType text/x-js .js4
    AddType video/asf .asf .asx .wax .wmv .wmx
    AddType video/avi .avi
    AddType image/avif .avif
    AddType image/avif-sequence .avifs
    AddType image/bmp .bmp
    AddType application/java .class
    AddType video/divx .divx
    AddType application/msword .doc .docx
    AddType application/vnd.ms-fontobject .eot
    AddType application/x-msdownload .exe
    AddType image/gif .gif
    AddType application/x-gzip .gz .gzip
    AddType image/x-icon .ico
    AddType image/jpeg .jpg .jpeg .jpe
    AddType image/webp .webp
    AddType application/json .json
    AddType application/vnd.ms-access .mdb
    AddType audio/midi .mid .midi
    AddType video/quicktime .mov .qt
    AddType audio/mpeg .mp3 .m4a
    AddType video/mp4 .mp4 .m4v
    AddType video/mpeg .mpeg .mpg .mpe
    AddType video/webm .webm
    AddType application/vnd.ms-project .mpp
    AddType application/x-font-otf .otf
    AddType application/vnd.ms-opentype ._otf
    AddType application/vnd.oasis.opendocument.database .odb
    AddType application/vnd.oasis.opendocument.chart .odc
    AddType application/vnd.oasis.opendocument.formula .odf
    AddType application/vnd.oasis.opendocument.graphics .odg
    AddType application/vnd.oasis.opendocument.presentation .odp
    AddType application/vnd.oasis.opendocument.spreadsheet .ods
    AddType application/vnd.oasis.opendocument.text .odt
    AddType audio/ogg .ogg
    AddType video/ogg .ogv
    AddType application/pdf .pdf
    AddType image/png .png
    AddType application/vnd.ms-powerpoint .pot .pps .ppt .pptx
    AddType audio/x-realaudio .ra .ram
    AddType image/svg+xml .svg .svgz
    AddType application/x-shockwave-flash .swf
    AddType application/x-tar .tar
    AddType image/tiff .tif .tiff
    AddType application/x-font-ttf .ttf .ttc
    AddType application/vnd.ms-opentype ._ttf
    AddType audio/wav .wav
    AddType audio/wma .wma
    AddType application/vnd.ms-write .wri
    AddType application/font-woff .woff
    AddType application/font-woff2 .woff2
    AddType application/vnd.ms-excel .xla .xls .xlsx .xlt .xlw
    AddType application/zip .zip
    </IfModule>
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType text/css A31536000
    ExpiresByType text/x-component A31536000
    ExpiresByType application/x-javascript A31536000
    ExpiresByType application/javascript A31536000
    ExpiresByType text/javascript A31536000
    ExpiresByType text/x-js A31536000
    ExpiresByType video/asf A31536000
    ExpiresByType video/avi A31536000
    ExpiresByType image/avif A31536000
    ExpiresByType image/avif-sequence A31536000
    ExpiresByType image/bmp A31536000
    ExpiresByType application/java A31536000
    ExpiresByType video/divx A31536000
    ExpiresByType application/msword A31536000
    ExpiresByType application/vnd.ms-fontobject A31536000
    ExpiresByType application/x-msdownload A31536000
    ExpiresByType image/gif A31536000
    ExpiresByType application/x-gzip A31536000
    ExpiresByType image/x-icon A31536000
    ExpiresByType image/jpeg A31536000
    ExpiresByType image/webp A31536000
    ExpiresByType application/json A31536000
    ExpiresByType application/vnd.ms-access A31536000
    ExpiresByType audio/midi A31536000
    ExpiresByType video/quicktime A31536000
    ExpiresByType audio/mpeg A31536000
    ExpiresByType video/mp4 A31536000
    ExpiresByType video/mpeg A31536000
    ExpiresByType video/webm A31536000
    ExpiresByType application/vnd.ms-project A31536000
    ExpiresByType application/x-font-otf A31536000
    ExpiresByType application/vnd.ms-opentype A31536000
    ExpiresByType application/vnd.oasis.opendocument.
    # BEGIN Really Simple Security Disable directory indexing
    # The directives (lines) between "BEGIN Really Simple Security Disable directory indexing" and "END Really Simple Security Disable directory indexing" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    # END Really Simple Security Disable directory indexing

    Thread Starter dtses14

    (@dtses14)

    hi! Got the same problem again:
    https://limewire.com/d/xInGr#UqKQmiSF4R

    The .htaccess file was rewritten again and lost most of the lines including wordpress ones.

    No new plugins were installed. Just happened randomly again. Could this be fixed somehow as it’s not safe to use W3TC anymore…

    Below is how htaccess looks when the shop is down.

    Thread Starter dtses14

    (@dtses14)

    many thanks for the suggestion!
    The cache part that you’ve mentioned has been removed and W3TC part was put to the top of the file. Will check if that helps. Update will follow.

    Thread Starter dtses14

    (@dtses14)

    No, I have not created any specific rules for Browser caching. All these additional lines appeared after the plugin installation. Sure, I could try to modify the file once it crash again. However my idea is to prevent such situation at all if that is possible.

    Yes, the other file which is missing default wordpress stuff is how the file looks after the crash. Somehow W3TC plugin updates the file and makes it like that. Yes, if I add the rules, the problem is gone. is there any way to limit W3TC access to the file?

    Thread Starter dtses14

    (@dtses14)

    Thanks for reply. The issue started to happen after a week or so since W3TC installation. No other new plugins or settings have been updated. It was with 2.8.13 and previous version. Just updated now to the latest one yesterday once the shop has died again.

    It just happened randomly, not straight after the update or cache cleaning. Happened with “Enable WP-Cron Event” not enabled and with enabled (daily). Enabled are only page cache and browser cache.

    link to the file:
    https://limewire.com/d/pv2e6#ptLfauErUe

    link to updated file when wordpress dies:
    https://limewire.com/d/ffdt3#VdonC8I6Ix

    Thanks in advance!

    Thread Starter dtses14

    (@dtses14)

    many thanks, Laszlo, that was very helpful.

    One more detail, does the plugin or the pro version allow user registration via google without a temporary pass? Every time I test, I get this notification after google registration in My account:

    “Your account with … is using a temporary password. We emailed you a link to change your password.”

    then user gets an mail to wp-admin form I described initially.
    The plugin you’ve mentioned does help to customize this email, however it would be easier to skip this step at all with temp pass.

    Thanks!

    Thread Starter dtses14

    (@dtses14)

    hi,

    thanks for your help, I will continue with them. If by some chance they will refer to this plugin, will I be able to reopen this ticket?

    Thread Starter dtses14

    (@dtses14)

    Just received confirmation from woocommerce support that clicking pay multiple times will not anyhow create a duplicate. Here is their response:

    “I clicked the “Place order” button multiple times to simulate rapid clicks. However, I was unable to reproduce the duplicate order issue. Based on these results, we can likely rule out double-clicking as the cause.”

    So your theory above is not applicable unfortunately. Any other ideas what might be the problem with the plugin?

    Thread Starter dtses14

    (@dtses14)

    thanks for clarification. Is there any way to disable multiple times payment options for the user?

    Thread Starter dtses14

    (@dtses14)

    both orders (39910 & 39911) were placed within one minute. This was not a first and only duplicate, so I cannot accept that there was some slowness on customer’s end. In fact this happens from time to time and started to happen only this year. Is there a bug on your end?

    Thread Starter dtses14

    (@dtses14)

    hi,

    thanks for the update.

    Order ids are different.
    Below is more info about each transaction.
    1st:
    https://snipboard.io/INOtFh.jpg
    https://snipboard.io/lzmIga.jpg
    2nd:
    https://snipboard.io/vyAWom.jpg
    https://snipboard.io/1SK0Cl.jpg

    Order 39910 is also linked to blocked by Stripe transaction. Not sure if that is the case as in other examples (16.02 and 5.04) nothing was blocked. Below are the printscreens from Stripe:
    https://snipboard.io/IhbtXl.jpg
    https://snipboard.io/DmcY7r.jpg

    Thanks in advance!

Viewing 15 replies - 1 through 15 (of 16 total)