How to renew let's encrypt ssl?
You don't need anything special to use let's encrypt on a sub domain using EE. It's just the matter of either you have properly configured DNS or not. LetsEncrypt on Subdomain I don't know which DNS...
View ArticleMedia wont upload
@Bradly_Turvey Is there any error log you have? Please send us debug info on your site. You can find it under rtMedia -> Settings -> Debug. Thanks,
View ArticlePointing Domain to the Server
Your Domain must be reachable from the Internet to "automagically" setup you Lets Encrypt Certificate, thats all - nothing difficult.
View ArticleMedia wont upload
Hi, thank you for your reply. I have now resolved the issue. Well Sitegroud.com did
View ArticleIntegration with Monit
About mysql crushing it usually means you server is running out of RAM. Let me guess the logs said something about the OOM killer being invoked by one of your processes (usually naughty...
View ArticleSSL config mistake, domain can't redirect to HTTP
I am sorry but can you please rephrase what exactly you want to do and maybe I can help you.
View ArticleSSL config mistake, domain can't redirect to HTTP
Hi, I want redirect https://tuvangoicuoc.com to http://tuvangoicuoc.com
View ArticleSSL config mistake, domain can't redirect to HTTP
Try adding the following to your config file and restart nginx. server { server_name tuvangoicuoc.com; listen 443 ssl http2; ssl_certificate /var/www/22222/cert/ssl.crt; ssl_certificate_key...
View ArticleSSL config mistake, domain can't redirect to HTTP
Thank you so much, now that domain can redirect, but meet ERR_CERT_AUTHORITY_INVALID. I don't know why https://suachuacantho.com can redirect without this error. Both domain not config or run on SSL....
View ArticlePost GPX with RTMedia
Hi there, ist it possible to post within buddypress activity stream also GPX files. Can the upload form (of RTMedia) be modified in a way, that beside JPG als GPX can be uploaded. the uploaded GPX...
View ArticleSSL config mistake, domain can't redirect to HTTP
You are probably using a self-signed certificate (i.e. this is the case if you have not configured ssl on your server) in which case the certificate will always through up an error. This is because...
View ArticleSSL config mistake, domain can't redirect to HTTP
Thank for your help @Garikai_Dzoma But other domain like https://suachuacantho.com and another domain: new or old, if not run on HTTPS can redirect to HTTP without error. Only https://tuvangoicuoc.com...
View ArticleError logging into phpMyAdmin?
Try to use a domain name pointing to that server also create another user database user that is not root and grant all permissions to all the databases it on the command line and use it to login...
View ArticleErrors were encountered while processing: mariadb-server-10.1
Having a BIG issue with new installs: > root@ngx:~# ee site domainname.com --wp --php7 --wpfc > PHP7.0 is experimental feature and it may not work with all CSS/JS/Cache of your site. > Do you...
View ArticleErrors were encountered while processing: mariadb-server-10.1
Strange thing is, if I wipe the server clean and just install EE and a new site - it works fine. I run into an issue when I install CSF w/ Maldet + ClamAV
View ArticleEE update to 3.6 - is there a way to revert?
Hi, Just updated EE which has caused massive problems. Is there an easy way to revert to previous version using EE? regards
View ArticleIntegration with Monit
As @Garikai_Dzoma said, the issue is because you are running out of ram, I would suggest try tuning your MySQL configuration with mysqltuner and see if there is any improvement in RAM consumption.
View ArticleError logging into phpMyAdmin?
I kind of wanted to access phpMyAdmin so I could transfer my site over. So currently thats why I dont have domain setup yet. Is the error caused from not using a domain name or is root@localhost vs...
View ArticleError logging into phpMyAdmin?
Log into your server via ssh and run the following commands: mysql -u root-p CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost'; FLUSH...
View Article