How to change domain with existing ee setup?
If only the sitename should be changed and the server should not be changed, you can do it without moving htdocs and mysql. You have just to rename webroot-dir and nginx-config-file and then update...
View ArticlePassword protect wp-admin
rexi88: location = /wp-login.php { include common/acl.conf; # EE file that holds default HTTP Auth Hello and sorry for my stupid question but i am quite new to nginx and easyengine, but when i open...
View ArticleSsl nginx error (ssl_stapling)
hey there guys im trying to access my site and im getting the usual google chrome privacy error site so there is osmething wrong with the ssl... i thought.. i tried to bypass but it says, You cannot...
View ArticlePassword protect wp-admin
Hey @macbroadcast Yes you can add or modify the server block as usual. One thing to be mindful though which I ran into recently as I am new to easy engine as well you will see this in one of my posts...
View ArticleEasyEngine and Docker
I have seen a few things on here talking about docker. After a little google it appears easyengine is adapting it. Anyone have any more info on this? Cheers
View ArticlePassword protect wp-admin
hey @rex ok when i open the file ee site edit mysite.org i see a common/locations.conf , guess thats what you are talking about, but how do i get there , since i am using the ee cli and not a normal...
View ArticlePassword protect wp-admin
Hey, Now that's testing my memory where I found it. If I remember correctly it's not in the domain files it is somewhere else. Using the cd command to find it or search the whole system for that file...
View ArticlePHP Fatal error: Uncaught Error: Call to undefined function apply_filters()
For some reason I cannot create wordpress sites anymore. It gets a failed message and when I check the logs it seems it is failing creating the wordpress tables. This is error message 2016-08-17...
View ArticlePHP Fatal error: Uncaught Error: Call to undefined function apply_filters()
This is a bug in WP CLI. Easy engine update doesn't seem to update WP-CLI. I ran "sudo wp cli update --allow-root" and it fixed the problem.
View ArticlePHP Fatal error: Uncaught Error: Call to undefined function apply_filters()
Please use ee update command. Recently we released EE with WP CLI update https://github.com/EasyEngine/easyengine/releases
View ArticleRt-media and IOS?
Hi @socialdadaweb, We have sent you a private reply regarding your query. Thanks.
View ArticleBbpress attachments not showing up
Hello @serkyen, Is there any JavaScript error under the browser console (f12) or any related server error log for this? You can also try a quick theme / plugin conflict test by deactivating other...
View ArticlePassword protect wp-admin
thanks @rexi88 , found it was under /etc/nginx/common# but when you open it ,you will see on top: NGINX CONFIGURATION FOR COMMON LOCATION DO NOT MODIFY, ALL CHANGES LOST AFTER UPDATE EasyEngine (ee)...
View ArticlePassword protect wp-admin
Did you create that server block or modify the one that's already there?
View ArticlePassword protect wp-admin
You won't loose the change after nginx reboots only when you update EE ee update To get around it you cp /etc/nginx/common/filename.conf /etc/nginx/common/custom.conf Then in your server block change...
View ArticlePassword protect wp-admin
ok just add this line include common/acl.conf; inside the location = /wp-login.php { block in common/wpcommon.conf restart with ee stack restart and voila Greetings https://macbroadcast.org
View ArticlePassword protect wp-admin
That's it. You don't need to ee stack restart as when you edit the server block using EE e.g. ee site edit domain.com and save/close it will automatically test and restart nginx. If you modified the...
View ArticlePassword protect wp-admin
yep, but i edited the common/wpcommon.conf manually, so it did not automaticly restart nginx. But the problem is still when i update the easyengine, i need to make the changes again, thats not a...
View ArticleShould we upgrade from Ubuntu 14.04 LTS to Ubuntu 16.04.1 LTS?
The end of life of Ubuntu 14.04.5 LTS is not until April 2019. So I wouldn't take any unnecessary risks.
View ArticleSessionclean php5 not found
Because php5 is not found, would it be OK to just stop this script from running? If so, how can I do this, I can't find it with "crontab -e"?
View Article