So I have a new D8 site that I have built with Composer using the drupal-composer project. I also used Composer to require all of the contrib modules that I needed for my site along with one patch that was needed for one of my contrib modules. I now have my D8 site all working how I want it with my custom content types, menus, languages etc. all using Composer.
My website is in marathi language,when i search article title in marathi it works properly, but when i search that name in english its not working for me. i insert that name in marathi as well as in english language while create an article. but english search is not working.
Trying to install drupal-8.7.7 on a centos7.x server with external PostgreSQL .
Using the browser UI to install drupal and on the "Database configuration" page.
With providing all credentials and database info on the Drupal UI, the page is throwing following error
SQLSTATE[08006] [7] could not connect to server: Permission denied Is the server running on host 'x.x.x.x' and accepting TCP/IP connections on port 5432?.
Did following test to make sure postgres DB is accessible
The Drupal installer requires that you create a settings file as part of the installation process. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php. More details about installing Drupal are available in INSTALL.txt.
I created a backup of files and DB of a D8 installation (in fact 6 different installations). It was in development local machine (Ubuntu) and moved to a new local machine or localhost (Windows). Both Apache, PHP and mySQL in the Windows system are latest versions. I'm able to browse the frontpage of each of the 6 restored backups but when I click any link on them it shows the "Not Found. The requested URL was not found on this server." error message, Links are correct clean URLs.