Cannot create wp

When i tried to install wordpress on my server it is showing

“Running pre-update checks, please wait… NGINX configuration check failed.”

Pl help me to solve this error.

My another test:

root@ubuntu-8gb-sfo1-01:~# nginx -t nginx: [emerg] unknown directive “erver” in /etc/nginx/nginx.conf:108 nginx: configuration file /etc/nginx/nginx.conf test failed

Hi Shankar,

From the logs you have provided, I understand that the directive “server” is misspelled as “erver” in one of the nginx configuration files. To findout the odd configuration file you could use following command in the terminal.

grep -Hrw "erver" /etc/nginx/

check the configuration file shown in the output and add “s” to the word “erver” and save.

Hope this would resolve the issue. You can check the configuration using “nginx -t”.

Thanks that error solved. But i am getting new error bro.

Pl help to solve this…

Running pre-update checks, please wait…
Setting up NGINX configuration [Done]
Setting up webroot [Done]
Downloading WordPress [Done]
Setting up database Oops Something went wrong !!
Calling cleanup actions …
‘ee_mysql_grant_host’

Hi Shankar,

Could you please run the following command and send us the log generated. So that we can look further into it.

tail -n100 /var/log/ee/ee.log