preloader

Tag: Installation

How to install Drupal 10 for beginners

Download and install Drupal using installer download the latest version of Drupal 10 installer from www.drupal.org upload to your server, or place in your local server web root folder, www, htdocs, or public_html extract installer, make sure the Drupal folders and files are immediately placed directly within the public folder,.

Drupal 8 Installation Error Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in vendor/guzzlehttp/promises/src/functions.php on line 41

Drupal 8 Installation Error Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in /vendor/guzzlehttp/promises/src/functions.php on line 41 Possible issues and solutions: Upgrade your PHP. Drupal requires PHP 5.4.5 or higher. Check the system requirements: https://www.drupal.org/requirements will update listing as needed

Drupal 7 installation: Requirements problem, Unicode error – Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting

During installation of a project theme kickstarter for Drupal 7, encountered an installation pre-check error below: Requirements problem: Unicode library    Error Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting. Please refer to the PHP mbstring documentation for more information. As confirmed,.