Having problems installing Drupal? See the Installation Guide for more information.

failed installation of drupal with MSSQL

Hi,

I went through the installer script and configured my backend database with Microsoft SQL server.

Unfortunately, when it's completed, I receive the following error:
 

The website encountered an unexpected error. Please try again later.

Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]A MERGE statement must be terminated by a semi-colon (;).:

Drupal version is 9.2.4

OS: CentOS Linux release 7.9.2009 

PHP version is 7.4.22

Drupal Installation using Docker, DDEV

Hello,

I'm completely new to docker and ddev and I have just started learning things. My main purpose to use Docker & Ddev is to work on my Drupal projects. However, I noticed that by default my projects gets installed in C drive (in my case its almost full). Therefore, I want to learn how to create my projects in D drive. 

For example I would like to have them organized in one single folder and sub folders for each project like
D:\\Myprojects\Drupalsites\Mysite1
Something like that. 

How do I do that? 

How to Installing Purchased Drupal 9 theme

Hello, 

I have purchased a theme called Jango.  but when I extract the compressed file I am getting the files listed below (on windows). I have requested refund for the reason that this is NOT a theme but rather this is a full drupal . I am worried that in the future I won't be able to update it. 

Copy drupal 7 to subdomain, problem with htaccess

Hi

I want to duplicate my Drupal 7 site on the same server, the duplicated site is abc.domain.uk, a copy of domain.uk / www.domain.uk.

The original site htaccess has this:

RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\.domain\.uk*
RewriteRule ^(.*)$ https://domain.uk/$1 [L,R=301]

For the subdomain, I have copied the htaccess file over from original site, and changed the relevant lines to

RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^abc\.domain\.uk*
RewriteRule ^(.*)$ https://abc.domain.uk/$1 [L,R=301]

When I load http://abc.domain.uk, it redirects to https://abc.domain.uk, but does not load any of the css. Looking further, what is obvious is that all the "import url" is http, rather than https. Also, all other links to css (in html.tpl.php?) remains http.

Drupal 7 installation error

Hi, can anyone help me to solve the following error to continue with the drupal 7 installation.

  • Deprecated function: ini_set(): Use of mbstring.http_input is deprecated in include_once() (line 271 of C:\xampp\htdocs\drupal\sites\default\settings.php).
  • Deprecated function: ini_set(): Use of mbstring.http_output is deprecated in include_once() (line 272 of C:\xampp\htdocs\drupal\sites\default\settings.php).

 In php.ini, I changed the following lines,

Drupal 9 install error: Parse error for bootstrap.php

I've been trying to install 9.2.2 without luck. Each time I try to begin an install, I get this error: 

"Parse error: syntax error, unexpected ':', expecting '{'  on my/site/domain/ in vendor/symfony/polyfill-php80/bootstrap.php on line 23.

I get the same error whether I install the archive via CPanel, a direct download from drupal.org or through composer. Any clues to the answer?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal