You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a particular issue:
I'm setting up PrestaShop on Kubernetes using my base Helm chart with prestashop docker image. I was able to configure several PrestaShop instances without issues, but at some point, I started getting this error when trying to install new PrestaShop instances:
[Thu Nov 28 15:07:18.988235 2024] [php7:warn] [pid 25] [client 172.20.136.27:35114] PHP Warning: pfsockopen(): unable to connect to tcp://api.segment.io:80 (Connection timed out) in /var/www/html/modules/ps_metrics/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php on line 49, referer:
I also tried checking if api.segment.io on port 80 was reachable with telnet, but it seems it's not. The only reachable port appears to be port 443.
Do you have any idea how I can resolve this issue? Until yesterday, I was able to install PrestaShop without problems.
I'm doing the installation through the guided setup at https://my.domain/install."
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
This error is coming from a module pre-installed with PrestaShop 1.7. It is not related to this image because you'll get it as well in other environments, outside Docker.
But it does not prevent PrestaShop to be installed, the only effect is one module being unable to track that it has been installed.
I'm encountering a particular issue:
I'm setting up PrestaShop on Kubernetes using my base Helm chart with prestashop docker image. I was able to configure several PrestaShop instances without issues, but at some point, I started getting this error when trying to install new PrestaShop instances:
This is my helm chart config:
I also tried checking if api.segment.io on port 80 was reachable with telnet, but it seems it's not. The only reachable port appears to be port 443.
Do you have any idea how I can resolve this issue? Until yesterday, I was able to install PrestaShop without problems.
I'm doing the installation through the guided setup at https://my.domain/install."
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: