• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Miller

  1. M

    Question Update ICU version

    I need to update the ICU version on my Cento/Plesk install, for PHP 8.1.25 I currently have ICU version => 50.2 ICU Data version => 50.2 ICU TZData version => 2018e ICU Unicode version => 6.2 Does anyone have any update instructions?
  2. M

    Question elasticsearch docker issue

    I am trying to get my head round the logs, I can see it creates a new index the deletes the old one "INFO", "message":"[test_product_1_v37] creating index "INFO", "message":"[test_product_1_v37/6rqzgA6YS6-E5fI0epcowg] create_mapping" "INFO"...
  3. M

    Question elasticsearch docker issue

    No restarts and it happens randomly, could be 3 times in a day or it could be fine for a week. The only waning I have in the log is {"@timestamp":"2023-09-22T00:51:14.710Z", "log.level": "WARN", "message":"invalid internal transport message format, got (3,0,0,2f)...
  4. M

    Question elasticsearch docker issue

    Thanks for that, no memory errors but I may have made a rookie mistake here The output of the 7.6.2 curl http://localhost:9299/_cluster/health?pretty { "cluster_name" : "docker-cluster", "status" : "yellow", "timed_out" : false, "number_of_nodes" : 1...
  5. M

    Question elasticsearch docker issue

    I am bring this old thread I created back up because this has started happening again, same error message can happen on 2 stores at random times one elasticsearch v7.6.2 and the other elasticsearch 8.4.3. They have different mappings and container names, even disabling one of the sites wont fix...
  6. M

    Question elasticsearch docker issue

    I am using an elasticsearch:7.62 docker image for Magento 2.4.1 but I am facing an issue every few days that my products aren't showing on the front end with a message "We can't find products matching the selection." in my logs I get "[2020-11-17 10:54:50] main.CRITICAL...
  7. M

    Question Magic Spam

    I use it still and it works fine
  8. M

    Question elasticsearch Docker

    Does anyone have the settings to get an elasticsearch Docker working with Magento 2.4, I am struggling to find any instructions anywhere Thanks
  9. M

    Question Magento nginx

    I seem to have got it working but I haven't fully tested it yet ## Example configuration: # upstream fastcgi_backend { # # use tcp connection # # server 127.0.0.1:9000; # # or socket # server unix:/var/run/php/php7.0-fpm.sock; # } # server { #...
  10. M

    Question Site Connection time

    Thanks for the reply, I already have all the suggestions from that page in place. I didn't mention in the first post that I have a Varnish docker for this site, could that make a difference to anything?
  11. M

    Question Site Connection time

    I have noticed that I am getting quite a lot of wait time with visitors connecting to my sites for the first time. The first visit to my home page shows a Blocked time of 955ms with Firefox network timings, is there anyway to improve this? Thanks
  12. M

    Question Magento nginx

    I am using the following nginx additional directives form this page How to set up Magento 2.1.0 on Plesk with Nginx-only hosting option enabled set $MAGE_ROOT "/var/www/vhosts/example.com/httpdocs"; index index.php; error_page 404 403 = /errors/404.php; access_log...
  13. M

    Question Unable to upload the backup to the external storage: Transport error: Failed to write a file to an e

    Thanks again for the reply, I have upgraded to Obsidian but the problem is still there. Do you have any other ideas? Thanks
Back
Top