Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all 12639 articles
Browse latest View live

Can ee create phpBB site as it does with wordpress?

$
0
0

It looks it’s very easy to create a wordpress site by a line of script ee site create example.com --wp.

I was wondering if there will be such an official script:

ee site create example.com --phpBB

phpBB is also a popular php app among quite a few open source discussion board apps.

I raised this question here because I tried to set a phpBB(v3) site by the following script

ee site create example.com --mysql    # create example.com with php & mysql support

However, when clicking the INSTALL btn (after the phpBB v3’s installation scripts have been uploaded and ready to install by visiting its install dir), the installation UI didn’t do anything, which I believe requires some small adjustment on the nginx config file or the php-fpm conf file, or both, as similar problem has been mentioned from phpBB forum for a quite a few times(one of them is https://www.phpbb.com/community/viewtopic.php?f=556&t=2419796). phpBB has offered some advice as well as a half-offical sample template, but it may be worth ee’s input.


Issue with video upload (and transcoding?)

$
0
0

i am getting a BLANK BLACK BOX that you can’t even click on on the activity item that is posted …you can click on the title of it under the black box or image but no thumbnail …how do i fix this please? super important on a live site thanks!

Cloudflare setup making problem with letsencrypt

How to Protect wp-login.php by rewriting with nginx

$
0
0

rewrite ^/rsit/(.*)$ /wp-login.php/$1 last;

location /wp-login.php { internal; }

above code not working no apache backend, i don’t want to use any plugin

RtMedia Shortcode Gallery - Only 3 Columns?

$
0
0

Hello Everyone,

I was looking for a setting or file where I can change the shortcode gallery from displaying content in 3 columns changing it to 4 instead. I’ve tried using css but am getting nothing. Any help or guidance will be much appreciated!

Can ee create phpBB site as it does with wordpress?

Cloudflare setup making problem with letsencrypt

$
0
0

@Onisiforos Thanks buddy.

earlier i was able to renew my LE SSL. but now issue is LE can’t able to renew/install when cloudflare is enable.

my query is how do i renew/install LE SSL when cloudflare is enable.

Letsencrypt not renewing or unable to apply letsencrypt


Cloudflare setup making problem with letsencrypt

$
0
0

@Anita Make sure you enable Full (Strict) mode in the Crypto tab of Cloudflare.

Also make sure that you have two A records which point to the same ip on Cloudflare and that the cloud is orange.

A Records Examples

example.com 1.2.3.4

www 1.2.3.4

Cloudflare setup making problem with letsencrypt

Cloudflare setup making problem with letsencrypt

$
0
0

@Anita Your SSL settings on Cloudflare seem fine.

The WWW needs to be an A record.

Cloudflare setup making problem with letsencrypt

$
0
0

Ok @Onisiforos. i have created a A record for www.

should i keep the A, CNAME, NS records on digitalocean or delete from digitalocean ?

still i am getting this result

Secure Connection Failed

Cannot communicate securely with peer: no common encryption algorithm(s). Error code: SSL_ERROR_NO_CYPHER_OVERLAP

i think i must wait for little time to work it properly.

Cloudflare setup making problem with letsencrypt

$
0
0

@Anita Your DNS must be only on CloudFlare. Finally if you are using Firefox malke sure that your browser is update. The error you have attached on your reply seems to be a browser issue.

Cloudflare setup making problem with letsencrypt

$
0
0

All my browser updated. On the morning it was working fine and opening on all browser with LE SSL enabled.
but when i use cloudflare and mess with the ssl part on cloudflare, it stopped accessing now.

idk what is the issue…

Cloudflare setup making problem with letsencrypt

$
0
0

@Anita As I am unable to see you DNS Configuration and access your server I am afraid I cannot assist you any further.

The only thing that remains is that I can make an assumption that you didn’t edit your database in order to change any urls from http:// to https://

To do that first backup your database and then use the following commands.

sudo cd /var/www/example.com/htdocs/ sudo wp search-replace “http;//example.com” “https://example.com

If you are using root the commands above will become

cd /var/www/example.com/htdocs/ wp search-replace “http;//example.com” “https://example.com” --allow-root


How to Protect wp-login.php by rewriting with nginx

$
0
0

Hello,

by default EE add a bruteforce protection on wp-login.php :

# Limit access to avoid brute force attack
location = /wp-login.php {
  limit_req zone=one burst=1 nodelay;
  include fastcgi_params;
  fastcgi_pass php;
}

But you can also add a http auth to restrict access to wp-login.php page by adding

include common/acl.conf`

In the previous location directive. It will probably be more efficient than rewriting wp-login.php URL

Uploading video not working from MobilePhone?

$
0
0

ok so the one thing that is not working is that when the video is uploaded from iphone it just leaves a thumbnail and no refresh to show the video player …if i manually run the transcoder on the file again from the wp-admin boom it works! …ok another piece of evidence no MP4 file was created when i uploaded the video to buddypress …it did actually just keep the mov file …when i ran the transcoder manually it worked and generated a brand new mp4 file

why is the transcoder not working when the video is first uploaded by user ?

this is what i am guessing might be the reason why this software doens’t work for a bunch of us : from rtmedia support they mentioned needing : allow_url_include=on if this is true that is a big security risk good run down on it here:

How to move maria db location to the additional partition?

$
0
0

I have a webserver with SSD added as a different partition. main partition is 50 GB SSD partition is 250 GB I mounted the SSD partition as www folder. I have only 50 GB disk available and my SQL files exceeds that. How can I configure the instance to use www folder or a sub folder as the location to store Wordpress SQL files?

How to Protect wp-login.php by rewriting with nginx

$
0
0

Actually, IMHO, the best available choice right now is a plugin named WPS-Hide-Login.

The brute-force protection is kinda aggressive with legitimate users, frequently locking them out for no reason. I had lots and lots of troubles until I started to install and configure WPS Hide Login in every of my customers’ WPs

Adding a link to view User's own Media

$
0
0

can someone please answer the original question here how do you put a link to “media” so i can add it to a custom wordpress menu as a sub navigation item under profile?

Viewing all 12639 articles
Browse latest View live