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
root@vultr:~# ee cli info
+-------------------+----------------------------------------------------------------------------+
| OS | Linux 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 x86_64 || Shell | /bin/bash || PHP binary | /usr/bin/php7.2 || PHP version | 7.2.13-1+ubuntu18.04.1+deb.sury.org+1 || php.ini used | /etc/php/7.2/cli/php.ini || EE root dir | phar:https://ee.phar || EE vendor dir | phar:https://ee.phar/vendor || EE phar path | /root || EE packages dir ||| EE global config | /opt/easyengine/config/config.yml || EE project config ||| EE version | 4.0.5 |
+-------------------+----------------------------------------------------------------------------+
root@vultr:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
root@vultr:~# docker version
Client:
Version: 18.09.0
API version: 1.39
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:49:01 2018
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.0
API version: 1.39 (minimum version 1.12)
Go version: go1.10.4
Git commit: 4d60db4
Built: Wed Nov 7 00:16:44 2018
OS/Arch: linux/amd64
Experimental: false
root@vultr:~# docker-compose version
docker-compose version 1.23.2, build 1110ad01
docker-py version: 3.6.0
CPython version: 3.6.7
OpenSSL version: OpenSSL 1.1.0f 25 May 2017
I was looking through the NGINX/PHP error log (thanks to the 4.0.3 update) and am seeing a stream of these errors from a WordPress plugin I use. . .
The error message “primary script unknown” is almost always related to a wrongly set SCRIPT_FILENAME in the nginx fastcgi_param directive (or incorrect permissions
I was just curious if there was some kind of conflict with EE4 and the OneSignal plugin that I use, or is there something configured incorrectly with NGINX within EE4?
The text was updated successfully, but these errors were encountered:
I was looking through the NGINX/PHP error log (thanks to the 4.0.3 update) and am seeing a stream of these errors from a WordPress plugin I use. . .
Doing a search on "FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream" led me to this page
With the top answer saying. . .
I was just curious if there was some kind of conflict with EE4 and the OneSignal plugin that I use, or is there something configured incorrectly with NGINX within EE4?
The text was updated successfully, but these errors were encountered: