Create SSL with multisite domain mapping?
I ended up rolling my own shell script to handle this myself: # Run Lets Encrpyt /opt/letsencrypt/letsencrypt-auto certonly --webroot -w /var/www/<root-domain>/htdocs/ -d <domain1.com> -d...
View ArticleWhat is vimbadmin
You create domains with EasyEngine commands like ee site create example.com --wp which will set up a WordPress site listening for requests from example.com. You would then need to point your domain...
View ArticleRemoving Media Gallery Title
You are welcome @rukristin, I am glad to know that your issue has been fixed. The filter you was using to change the Media Gallery title will work for the user profile media pages. It will not affect...
View Article...is currently unable to handle this request
Where is this error occurring? You stripped an important part of the error message, thus we can't be of much help. I've seen this happening before in plugins poorly written. I can't say if this is...
View ArticleEe stack upgrade not upgrading NGINX
That's it. EE uses a repo that's not getting much updates because the entire EasyEngine is being rewritten.
View ArticleWitch cache to choose if HHVM also installed if it makes difference?
I agree, you better use PHP7. Also, I use --wpredis and the results are fine according to my expectations. But I'll try the tip @rexi88 gave.
View ArticleEasyengine and Letsencrypt setup
I just have a new question, this command ´--letsencrypt´ , will only work with a wordpress installation??? or if I make a simple --mysql or --php7 I should be able to make it work??
View ArticleBuddypress media moderation bug
Hi rtCommunity I'm using buddypress media. I modified the subnavs in the buddypress media tab, I have public, private and pending subnavs, I filter the gallery for privacy (20, 40 and 80). That works...
View ArticleSetting up SSL for Nginx behind a Load Balancer
The easiest thing for me to do was to filter get_site_url whenever it was being called from the Nginx Helper plugin like so: add_filter( 'site_url', function( $url = '' ) { $backtrace =...
View ArticleTesting environment, how to access
I see several other questions just like this, but the answers are not helpful. The question is: how to access a test installation BEFORE changing DNS pointers. So I have a domain already running on...
View ArticleWitch cache to choose if HHVM also installed if it makes difference?
Let me know how you go with it. I have only tested on 512-768MB VPS.
View ArticleTesting environment, how to access
Duplicate question. Best way to experiment with example.com WordPress site while it is up and running on a VPS instance? Wordpress Nginx I have example.com in WordPress multisite subdirectory setup on...
View ArticleWitch cache to choose if HHVM also installed if it makes difference?
Do you mean simply deleting the fake site with ee site delete example.com command? And performance as in site loading speed? concurrent users? both?
View ArticleMail sending problem using php 7.0
Hi.. as per mentioned in this link to check php is sending mail or not (https://easyengine.io/tutorials/php/test-email-sending/). I am using ubuntu 16.04 so i tried that command as mentioned php -a...
View ArticleVideo player looks terrible
Hi! The video player (default) looks terrible in the BuddyPress activity stream. However, when using the player as common embedded video, everything is fine. When I got it right, MediaElement.js...
View ArticleBuddypress media moderation bug
Hello @Keybeth_Ortiz, Our team is looking into your query. It will be handled and fixed in the upcoming release of rtMedia plugin. Thank you for pointing out this to us.
View ArticleBuddypress media moderation bug
Hi, @pranalipatel I used a patch to solve for the moment this bug. In my function.php add_filter("rtmedia_before_update_media", "ra_before_update_media"); function ra_before_update_media($media_id) {...
View ArticleWitch cache to choose if HHVM also installed if it makes difference?
yes EE delete. Just did this so REDIS was setup and working. I didn't test concurrent users or do any in depth testing other than pingdom and webpagetest.org. Try it with even the 2016 them fresh...
View ArticleEe stack upgrade not upgrading NGINX
Just wondering is there a recommended order to updating e.g. EE update then apt-get update &&a apt-get upgrade
View Article