Not able to install Adminer
Hello, I don't had any idea that I can't update adminer manually, I just wanted to try Adminer over phpmyadmin. Now I am going to user phpmyadmin and waiting further instructions from easyengine for...
View ArticleNot able to install Adminer
Of course you can update it manually, I just cautioned you to be aware that after that it may not work with regular EE update command. You can try both Adminer and phpMyAdmin - they are both available...
View ArticleWhy ee reinstalls wordpress if we only need to change the cache type?
Hello, I run into the problem today, I had to use redis cache for my existing wordpress site. what I did, I created new site using ee site create example.com --mysql Did migrate all my wordpress stuff...
View ArticleHhvm php.ini misconfiguration, broken sessions
Further update to this. I realised that even by changing sessions to .../php5 as above that it was still not clearing sessions via the cron. I had to change sessions path to session.save_path =...
View ArticleEdit Album Title
I have uploaded pictures as an album as a BuddyPress group admin. But, there is no way to edit the Album name. When I put the pointer over the Album cover picture nothing shows like it does in the...
View ArticleSet 'Albums' as default landing page in Media tab on Buddypress Groups
I tried this code and it didn't work for my theme.
View ArticleLet's Encrypt SSL issues
Hello all, I've just started using ee and I am very impressed so far I just need a little help configuring Let's Encrypt SSL please. My config so far: Google Cloud Compute instance running Ubuntu...
View ArticleEasy Engine security/hardening modifications?
I'm also very new to ee and would be very interested in the points which rexi88 has raised. Thanks
View ArticleWhy ee reinstalls wordpress if we only need to change the cache type?
ee site create --mysql doesn't install Wordpress, so when you did ee site update --redis ut installed both Wordpress and Redis. In future you should run this command ee site create --wp It will create...
View ArticleCan not accses wordpress after update Easy Engine
I can not access my site after the upgrade version 3.6. I tried the command "sudo service nginx restart" and reboot server but not success
View ArticleCreate site with www?
How do I create wordpress sites with www in the domain? I tried this command ee site create www.example.com --w3tc but when I try going to the domain it doesn't add the www to the url
View ArticleCreate site with www?
You don't need to specify www in the domain when creating site with ee, just use ee site create example.com and it will add the following line into your nginx config file server block: `server {...
View ArticleCreate site with www?
But the thing is I want the non-www to be redirected to the www domain cause everytime I go to a www.example.com it goes to example.com instead of www.example.com
View ArticleCreate site with www?
Take a look at this article then: https://easyengine.io/tutorials/nginx/www-non-www-redirection/
View ArticleCleaning FastCGI cache automatically?
Hi all, I've been reading about NGINX lately and ran into the following 'issues'. It seems that caching with FastCGI does not support automatic cache purges ? For example : I would like to be able to...
View ArticleWhy ee reinstalls wordpress if we only need to change the cache type?
Hello, I think, you didn't get the point. I am repeating my steps Created site using ee site create example.com --mysql, it configured php site and mysql database for me published all wordpress files...
View ArticleCan not accses wordpress after update Easy Engine
Try nginx -t in order to discover if there is some syntax error in your configurations files. Probably some remain from PageSpeed. Identify the issue, fix it and you'll be able to restart Nginx againg.
View ArticleWhy ee reinstalls wordpress if we only need to change the cache type?
I think YOU missed my answer. Did you even read the article I sent? Redis cache will only work with Wordpress installed, that's why when you issued command with --redis option it installed Wordpress...
View ArticleWoocommerce and fastcgi_cache BYPASS
my current working example.com conf server { server_name gooeypixel.com www.gooeypixel.com; #Yoast sitemap location ~ ([^/]*)sitemap(.*)\.x(m|s)l$ { rewrite ^/sitemap\.xml$ /sitemap_index.xml...
View ArticleBest way to upgrade from 14.x to ubuntu 16?
Create a backup before moving to 16.04. The best way you can do is create a new VPS with ubuntu 16.04 then move your site to it.
View Article