Urgent - Affected by issue #681

It appears we’ve been impacted by 3.5.x update issues and/or php7 purge issues.

sudo  lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.4 LTS
Release:        14.04
Codename:       trusty

sudo ee -v
EasyEngine v3.5.3
Copyright (c) 2015 rtCamp Solutsudo ee info

sudo ee info
NGINX (1.9.10):

user                             www-data
worker_processes                 auto
worker_connections               4096
keepalive_timeout                30
fastcgi_read_timeout             300
client_max_body_size             100m
allow                            127.0.0.1

PHP (5.6.19-1):

user
expose_php                       Off
memory_limit                     128M
post_max_size                    100M
upload_max_filesize              100M
max_execution_time               300

Information about www.conf
ping.path                        /ping
pm.status_path                   /status
process_manager                  ondemand
pm.max_requests                  500
pm.max_children                  100
pm.start_servers                 20
pm.min_spare_servers             10
pm.max_spare_servers             30
request_terminate_timeout        300
xdebug.profiler_enable_trigger   off
listen                           127.0.0.1:9000

Information about debug.conf
ping.path                        /ping
pm.status_path                   /status
process_manager                  ondemand
pm.max_requests                  500
pm.max_children                  100
pm.start_servers                 20
pm.min_spare_servers             10
pm.max_spare_servers             30
request_terminate_timeout        300
xdebug.profiler_enable_trigger   on
listen                           127.0.0.1:9001

MySQL (10.0.24-MariaDB) on localhost:

port                             3306
wait_timeout                     30
interactive_timeout              60
max_used_connections             5
datadir                          /var/lib/mysql/
socket                           /var/run/mysqld/mysqld.sock
ions Pvt. Ltd.

 sudo wp --allow-root --info
PHP binary:     /usr/bin/php5.6
PHP version:    5.6.19-1+deb.sury.org~trusty+1
php.ini used:   /etc/php/5.6/cli/php.ini
WP-CLI root dir:        phar://wp-cli.phar
WP-CLI global config:
WP-CLI project config:
WP-CLI version: 0.22.0

It appears curl, mycrpt / mb_convert_encoding

UpdraftPlus complains that curl is missing and PHP error shows "PHP message: PHP Fatal error: Call to undefined function mb_convert_encoding()

For mbstring had to do:

sudo apt-get autoremove php5.6-mbstring

Then

sudo ee stack purge --php

Then

sudo ee stack install --php

Still working on curl

For rtCamp – we really need something for those of us running sites on EE since very old releases etc, as I think our installs are very messy due to long series up updates, upgrades and road path changes during ee’s life.

Hey

has this also got something to do with PHP7 being installed automatically? php7 installed by its self when creating new wp site with ee script, and now im getting constant

2016/03/07 05:42:43 [crit] 14328#0: *1959 connect() to unix:/run/php5-fpm.sock failed 
(2: No such file or directory) while connecting to upstream, client: 66.249.**.**, server: abc.com, 
 request: "GET /post-sitemap.xml HTTP/1.1", upstream: "fastcgi://unix:/run/php5-fpm.sock:", 
  host: "abc.com"

any help would be greatly appricated. everything was fine, php7 was installed and now this?