Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter futureshocked

    (@futureshocked)

    Just a quick update: I was able to find the code of the offending plugin (RegistrationMagic), and inform the developer. They will be issuing a patch soon to address it.

    I must say, the profiler helped with this. Normally, RegistrationMagic would “hung” occasionally, making it difficult to pin-point the issue. With the Profiler, it would hang every time I ran it, so I was able to quickly find the issue in the real-time log.

    Thread Starter futureshocked

    (@futureshocked)

    I have raised a ticket with the developer of the plugin. I don’t think the problem is specific to the profiler. I’ll update when I have more info.

    Thread Starter futureshocked

    (@futureshocked)

    I think I have found the offending: RegistrationMagic.

    Thread Starter futureshocked

    (@futureshocked)

    Hello, I have checked the logs, there are several warnings but no errors:

    [15-Dec-2023 22:13:25 UTC] PHP Warning:  Undefined array key "name" in /home/te-app-user/webapps/APP-PROD-Techexplorations/wp-includes/class-wp-roles.php on line 293
    [15-Dec-2023 22:13:25 UTC] PHP Warning:  Undefined array key "name" in /home/te-app-user/webapps/APP-PROD-Techexplorations/wp-includes/class-wp-roles.php on line 293
    [15-Dec-2023 22:13:33 UTC] PHP Warning:  Undefined array key "name" in /home/te-app-user/webapps/APP-PROD-Techexplorations/wp-includes/class-wp-roles.php on line 293

    I will look for conflicts with other plugins, but if you have suggestion please let me know.

    https://app.screencast.com/fN7GSkYCEoRWH

    I noticed the same problem. I had to downgrade.

    Thread Starter futureshocked

    (@futureshocked)

    Yes, that is the behaviour I see. I am working with the developer to get this fixed.

    Thread Starter futureshocked

    (@futureshocked)

    Update: I believe I have found the problem.

    The “Paypal for Woocommerce” plugin seems to be interfering.

    Thread Starter futureshocked

    (@futureshocked)

    Hi Marko,

    My site is not multisite. Its a stand-alone Woocommerce site.

    I have purged the caches multiple times via “Purge all caches”, but also manually on my host. The problem persists.

    Clicking on General Settings does not take me to the actual General Settings page. It takes me to the page I attached in my first post.

    I have individually disabled several plugins in case they are clashing, but had to positive results yet. I will continue my effort tomorrow.

    In the mean time, is there anything else you can suggest?

    Kind regards,

    Peter

    Thread Starter futureshocked

    (@futureshocked)

    Ok, thank you Marko.

    Thread Starter futureshocked

    (@futureshocked)

    Hi Marko,

    Do you recommend that Rocket Loader on Cloudflare is off to prevent this?

    Thread Starter futureshocked

    (@futureshocked)

    Hi Marko,

    sure, it is techexplorations.com.

    For example, look for “thrive_flat.css”.

    It comes up three times, please see https://imgur.com/a/ep5sEMU/

    Thank you,

    Peter

    Thread Starter futureshocked

    (@futureshocked)

    Hi Marko, no worries, I will consider that, thank you.

    Thread Starter futureshocked

    (@futureshocked)

    Hi Marko,

    I have looked into that too.

    I am testing on my staging site, with most plugins disabled (only essentials, like LearnDash and BuddyBoss Theme enabled).

    My hosting is a dedicated VM at Cloudways, with 8GB RAM (around 4GB used) and 120 GB disk space (around 60GB free). CPU load is around 50% – 60%.

    Thread Starter futureshocked

    (@futureshocked)

    I am using “Opcode:Alternative PHP Cache”, though I have tried the other alternatives.

    I checked the log with name”apache_woocommerce-204613-869440.cloudwaysapps.com.error.log”

    Here are the last three lines after I enabled Page Cached and saved the setting:

    [Wed Jan 15 09:25:11.608503 2020] [proxy_fcgi:error] [pid 2340] [client 127.0.0.1:52094] AH01071: Got error ‘PHP message: PHP Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given in /home/204613.cloudwaysapps.com/chxfhckhzg/public_html/wp-includes/Requests/Transport/cURL.php on line 508’, referer: https://bbp.techexplorations.com/wp-admin/admin.php?page=w3tc_general&w3tc_message=5e1e30119d0b8
    [Wed Jan 15 09:25:17.324839 2020] [proxy_fcgi:error] [pid 2361] [client 127.0.0.1:52121] AH01071: Got error ‘PHP message: PHP Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given in /home/204613.cloudwaysapps.com/chxfhckhzg/public_html/wp-includes/Requests/Transport/cURL.php on line 508’, referer: https://bbp.techexplorations.com/wp-admin/admin.php?page=w3tc_general&w3tc_message=5e1e30119d0b8
    [Wed Jan 15 09:27:50.532110 2020] [mpm_itk:warn] [pid 2908] (13)Permission denied: [client 127.0.0.1:55612] Couldn’t read /home/204613.cloudwaysapps.com/chxfhckhzg/public_html/wp-admin/admin.php, closing connection., referer: https://bbp.techexplorations.com/wp-admin/admin.php?page=w3tc_install
    [Wed Jan 15 09:29:19.061732 2020] [proxy_fcgi:error] [pid 3298] [client 127.0.0.1:56286] AH01068: Got bogus version 44

    What do you think?

    Thread Starter futureshocked

    (@futureshocked)

    Hi Marco,

    with Page Cache enabled, I go to Performance>Install, and this is the .htaccess content I see there (no mention of Page Cache rules):

    # 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 text/html .html .htm
    AddType text/richtext .rtf .rtx
    AddType text/plain .txt
    AddType text/xsd .xsd
    AddType text/xsl .xsl
    AddType text/xml .xml
    AddType video/asf .asf .asx .wax .wmv .wmx
    AddType video/avi .avi
    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 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 A15778476
    ExpiresByType text/x-component A15778476
    ExpiresByType application/x-javascript A15778476
    ExpiresByType application/javascript A15778476
    ExpiresByType text/javascript A15778476
    ExpiresByType text/x-js A15778476
    ExpiresByType text/html A15778476
    ExpiresByType text/richtext A15778476
    ExpiresByType text/plain A15778476
    ExpiresByType text/xsd A15778476
    ExpiresByType text/xsl A15778476
    ExpiresByType text/xml A15778476
    ExpiresByType video/asf A15778476
    ExpiresByType video/avi A15778476
    ExpiresByType image/bmp A15778476
    ExpiresByType application/java A15778476
    ExpiresByType video/divx A15778476
    ExpiresByType application/msword A15778476
    ExpiresByType application/vnd.ms-fontobject A15778476
    ExpiresByType application/x-msdownload A15778476
    ExpiresByType image/gif A15778476
    ExpiresByType application/x-gzip A15778476
    ExpiresByType image/x-icon A15778476
    ExpiresByType image/jpeg A15778476
    ExpiresByType image/webp A15778476
    ExpiresByType application/json A15778476
    ExpiresByType application/vnd.ms-access A15778476
    ExpiresByType audio/midi A15778476
    ExpiresByType video/quicktime A15778476
    ExpiresByType audio/mpeg A15778476
    ExpiresByType video/mp4 A15778476
    ExpiresByType video/mpeg A15778476
    ExpiresByType video/webm A15778476
    ExpiresByType application/vnd.ms-project A15778476
    ExpiresByType application/x-font-otf A15778476
    ExpiresByType application/vnd.ms-opentype A15778476
    ExpiresByType application/vnd.oasis.opendocument.database A15778476
    ExpiresByType application/vnd.oasis.opendocument.chart A15778476
    ExpiresByType application/vnd.oasis.opendocument.formula A15778476
    ExpiresByType application/vnd.oasis.opendocument.graphics A15778476
    ExpiresByType application/vnd.oasis.opendocument.presentation A15778476
    ExpiresByType application/vnd.oasis.opendocument.spreadsheet A15778476
    ExpiresByType application/vnd.oasis.opendocument.text A15778476
    ExpiresByType audio/ogg A15778476
    ExpiresByType application/pdf A15778476
    ExpiresByType image/png A15778476
    ExpiresByType application/vnd.ms-powerpoint A15778476
    ExpiresByType audio/x-realaudio A15778476
    ExpiresByType image/svg+xml A15778476
    ExpiresByType application/x-shockwave-flash A15778476
    ExpiresByType application/x-tar A15778476
    ExpiresByType image/tiff A15778476
    ExpiresByType application/x-font-ttf A15778476
    ExpiresByType application/vnd.ms-opentype A15778476
    ExpiresByType audio/wav A15778476
    ExpiresByType audio/wma A15778476
    ExpiresByType application/vnd.ms-write A15778476
    ExpiresByType application/font-woff A15778476
    ExpiresByType application/font-woff2 A15778476
    ExpiresByType application/vnd.ms-excel A15778476
    ExpiresByType application/zip A15778476
    </IfModule>
    <IfModule mod_deflate.c>
    <IfModule mod_setenvif.c>
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
    </IfModule>
    <IfModule mod_filter.c>
    AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext text/plain text/xsd text/xsl text/xml image/bmp application/java application/msword application/vnd.ms-fontobject application/x-msdownload image/x-icon application/json application/vnd.ms-access video/webm application/vnd.ms-project application/x-font-otf application/vnd.ms-opentype application/vnd.oasis.opendocument.database application/vnd.oasis.opendocument.chart application/vnd.oasis.opendocument.formula application/vnd.oasis.opendocument.graphics application/vnd.oasis.opendocument.presentation application/vnd.oasis.opendocument.spreadsheet application/vnd.oasis.opendocument.text audio/ogg application/pdf application/vnd.ms-powerpoint image/svg+xml application/x-shockwave-flash image/tiff application/x-font-ttf application/vnd.ms-opentype audio/wav application/vnd.ms-write application/font-woff application/font-woff2 application/vnd.ms-excel
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    </IfModule>
    <FilesMatch “\.(css|htc|less|js|js2|js3|js4|CSS|HTC|LESS|JS|JS2|JS3|JS4)$”>
    FileETag MTime Size
    <IfModule mod_headers.c>
    Header set Pragma “public”
    Header append Cache-Control “public”
    Header unset Set-Cookie
    Header set X-Powered-By “W3 Total Cache/0.12.0”
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(html|htm|rtf|rtx|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|TXT|XSD|XSL|XML)$”>
    FileETag MTime Size
    <IfModule mod_headers.c>
    Header set Pragma “public”
    Header append Cache-Control “public”
    Header set X-Powered-By “W3 Total Cache/0.12.0”
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|WEBM|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$”>
    FileETag MTime Size
    <IfModule mod_headers.c>
    Header set Pragma “public”
    Header append Cache-Control “public”
    Header unset Set-Cookie
    Header set X-Powered-By “W3 Total Cache/0.12.0”
    </IfModule>
    </FilesMatch>
    <FilesMatch “\.(bmp|class|doc|docx|eot|exe|ico|json|mdb|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|pot|pps|ppt|pptx|svg|svgz|swf|tif|tiff|ttf|ttc|_ttf|wav|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|BMP|CLASS|DOC|DOCX|EOT|EXE|ICO|JSON|MDB|WEBM|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|POT|PPS|PPT|PPTX|SVG|SVGZ|SWF|TIF|TIFF|TTF|TTC|_TTF|WAV|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW)$”>
    FileETag None
    <IfModule mod_headers.c>
    Header unset ETag
    Header unset Last-Modified
    </IfModule>
    </FilesMatch>
    <IfModule mod_headers.c>
    Header set Referrer-Policy “”
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN W3TC CDN
    <FilesMatch “\.(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|webp|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|webm|mpp|otf|_otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|_ttf|wav|wma|wri|woff|woff2|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|WEBP|JSON|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|WEBM|MPP|OTF|_OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|_TTF|WAV|WMA|WRI|WOFF|WOFF2|XLA|XLS|XLSX|XLT|XLW|ZIP)$”>
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule .* – [E=CANONICAL:http://%{HTTP_HOST}%{REQUEST_URI},NE]
    RewriteCond %{HTTPS} =on
    RewriteRule .* – [E=CANONICAL:https://%{HTTP_HOST}%{REQUEST_URI},NE]
    </IfModule>
    <IfModule mod_headers.c>
    Header set Link “<%{CANONICAL}e>; rel=\”canonical\””
    </IfModule>
    </FilesMatch>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    # END W3TC CDN

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