Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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?
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"...
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)...
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...
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...
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...
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 {
#...
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?
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
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...