Questions tagged [easy-engine]

For questions about using EasyEngine PHP script for managing WordPress sites.

EasyEngine is a command line script that makes it easy to manage multiple WordPress sites powered by Nginx web server. The script is developed in PHP language and uses Docker for all its heavy lifting.

EasyEngine can run on any OS platform which has PHP and Docker support.

EasyEngine is both free and open source under the MIT License. About Easy Engine

17 questions
3
votes
1 answer

Status: "MariaDB server is down"

Hope someone can help me: I have many sites running on my server and I am using mariadb. when I do: sudo service mysql restart I get: Job for mariadb.service failed because the control process exited with error code. See "systemctl status…
Henri
  • 983
  • 3
  • 11
  • 29
2
votes
3 answers

Changing values in `php.ini` not taking effect in Nginx

I am using Easyengine for a WordPress site, and I need to upload a large file to the server, I know I can use FTP / SSH to do so but in the long run I need it to be done via PHP, and the current upload limit that I see is 100M when doing…
Deepak Kamat
  • 1,880
  • 4
  • 23
  • 38
2
votes
3 answers

High CPU consumption MySQL

I have a wordpress news portal with easyengine + wp + redis and come to days with a performance problem, my mysql is consuming a lot of cpu usage I have more than 500k posts someone to help me solve this problem? print…
1
vote
0 answers

FastCGI sent in stderr: "PHP message: PHP Warning: After migrating wordpress

I just migrate my old site from another vps to the new one. New vps is running easyengine v3.8 on a fresh debian 8 instalation. The migration is done via rsync command. The steps of migration process are : Create new wordpress site in new…
faojun
  • 11
  • 2
1
vote
0 answers

High CPU consumption MySQL - db 500k record wordpress

anyone has or has had this problem with queries in mysql sleep with time above 200 and also opens 100 sleep queries http://prntscr.com/k7hliy http://prntscr.com/k7hm15 my site is wordpress and I am having mysql perfomance problem consuming lots of…
1
vote
0 answers

nginx: [emerg] unknown "root" variable

I am using easyengine and suddenly nginx is not reloading. I went to the log and nginx -t, its saying nginx: [emerg] unknown "root" variable and it failed to test. My sites are down. Is there anyone to help?
1
vote
1 answer

Google Cloud Folders with Permission Denied

I'm having this permissions issue on a setup I did on Google Cloud using Easy Engine. The error is this: rm /etc/nginx/sites-available/mysite.com: permission denied I do not know why this happens, I have other sites on Vultr and Digital Ocean and I…
Fernando
  • 11
  • 1
  • 4
0
votes
0 answers

easyExcel version 2. X conflicts with poi 3.9

What to do if the easyExcel 2. X version conflicts with the poi 3.9 version? The poi version cannot be changed. What version of easyExcel can be changed Find the easyExcel version corresponding to poi3.9
0
votes
1 answer

Change EasyEngine 3.x admin password manually?

The recommended way to update the admin password with EasyEngine is as follows: ee auth update --user=someName --password=somePassword Unfortunately EasyEngine no longer works as intended the the ee command is broken. Is there some other way we can…
Slbox
  • 10,957
  • 15
  • 54
  • 106
0
votes
0 answers

How to Access Files on Another Volume with Docker

I used Easy Engine 4 to install set up a server for a website. They use Docker and it's causing me a problem. How do I get volume from one site to access volume from another site? With common installation was only use relative path, but this does…
Bruno Andrade
  • 565
  • 1
  • 3
  • 17
0
votes
1 answer

Ubuntu EasyEngine conditional execution

I am using EasyEngine over Ubuntu 18.04. I must execute ee cli check-update in order the know if there is an update. If there is, I must execute ee cli update. When there is no update, I get Success: EasyEngine is at the latest version. Is there…
Spartacus Rocha
  • 546
  • 1
  • 6
  • 14
0
votes
1 answer

Mautic Tracking JS and img return 404 on easy easyengine/nginx

I followed the instructions in this to install mautic on nginx server with eayengine. But both tracking file mtc.js and mtracking.gif return 404. I have researched for a while but could not find any solution for this. Please help, thanks in advance!
Tân Lê
  • 3
  • 1
  • 4
0
votes
0 answers

MySQL consuming a lot of CPU

I’m having trouble with a new server I installed the Optimized configuration for Ubuntu server with EasyEngine of VirtuBox when migrating my website with template newspaper. the cpu consumption is very high, follow the prints [MYSQLTUNER…
0
votes
1 answer

Wordpress Single Installation In Subdirectory Sitemap Rewrite Rules Nginx

I have a single separate wordpress installation inside a subdirectory of another wordpress installation. Subdirectory's name is "blog" (This is not a multisite setup). My rewrite rules for nginx are: location ~ ([^/]*)sitemap(.*)\.x(m|s)l$ { …
0
votes
3 answers

Unable to setup, Let's Encrypt

I’m trying install SSL to my EasyEngine serve, but the message bellow appears: root@mautic:~# ee site update mautic.agencialoud.com --letsencrypt Letsencrypt is currently in beta phase. Do you wish to enable SSl now for mautic.agencialoud.com? Type…
Eduardorph
  • 153
  • 10
1
2