Drush is an essential tool for every Drupal developer. I have also written other articles about Drush. You can search for "drush" in the search box in the upper-right corner of the website ". The previous articles are basically introductory, such as
Today, when you use Drush, you suddenly find that you cannot use it, prompting for errors:
Drush command terminated abnormally due to a unrecoverable error. [ERROR]
After testing, not drush configuration problem, nor Drupal kernel problem, is that
The method is to debug the PHP code executed by the Drush method, the same applies to the normal CLI mode of running PHP program debugging.1, first need to adjust the CLI mode Xdebug.ini configuration:sudo
I believe that many developers have started exploring drupal8-download and install the beta version of drupal 8. Developers who haven't started to try drupal 8 can clearly tell us that we will have many new concepts to understand, understand, and
Prepare the environmentFirst, install a brand new Drupal. We recommend that you use drush to install Drupal quickly.First, create a database and remember the user and password.### Enter mysqlMysql-uroot-pCreate database 'mydb' character set utf8
Varnish is a high-performance open-source HTTP accelerator that is relatively complex to use, especially when used with drupal. Now let's record the detailed settings for Drupal7 with Varnish. tutorial preparation environment first install a brand
Locally, we can use the Docker for Windows or Docker for MAC as the development environment for the application. However, if you plan to use Docker data volumes to store the application code, especially the application of the file more, such as
Javascript implementationDrupal's architecture is fully multilingual, with Javascript exceptions.First, let's take a look at how Javascript is used in Drupal.Drupal. t ('string ')Here, string is the multilingual string that Drupal needs to translate.
Reprint: HTTPS://YPLAM.COM/POST/79Drupal Console is a set of command-line tools for Drupal 8 that generates Drupal 8 template code and can interact with Drupal 8 apps.The Drupal Console is a bit similar to the familiar Drush, but offers a different
Small Drupal database backup, MySQL backup policy sharing for large sites, and drupal Database Backup
Simple backup policy for small and medium sites
For small and medium-sized websites based on drupal, we can use the backup_migrate module, which
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.