The difference between Memcache and Redis is not discussed in this article. Theoretically, if drupal's Redis module is reasonably written (without looking at the source code, let's make a rough estimate), Redis's Performance Improvement on drupal will certainly be larger than Memcache, the expansion of a single data structure saves a lot of complicated operations in Memcache, with the addition of Redi
The difference between Memcache and Redis is not d
So-today I wanted to learn-to-export a Drupal database to a file quickly. Back on the day I would ' ve logged in through CPanel and navigated to PHPMyAdmin, then manually select an export of the DAT Abase and has to choose where to save the file. Not to mention all the previous steps listed would need to being preceeded by a Drupal cache flush (I don't like the cache in Side a database backup). Typically th
Download xampp and follow its installation instructions for installation: http://www.apachefriends.org/zh_cn/xampp-windows.html, (current version 1.7.7 ).Download the latest version of Drupal,: http://drupal.org/download, (current version 7.12 ).Download the Eclipse classic edition: http://www.eclipse.org/downloads/ (current version of Indigo 3.7 ). In the classic version, there is no built-in Marketplace, and you need to add it yourself (the add meth
PHP 7 just officially released on December 3, Web development framework Zend Company immediately published a new version of the PHP performance of the Big car report, in addition to PHP 7 and PHP 5.6, but also the HHVM 3.7 version of the comparison.
Zend Company selected a few well-known software and framework, including the Electronic Business platform magento, open source CRM software SugarCRM, CMS system Drupal and WordPress, development framewor
The topic development of drupal6 and drupal7 is quite different. This Guide contains these differences
The default topic of drupal7 is bartik and 6 is Garland.
How does Drupal's Theme system work?
This section mainly describes how Drupal themes work, the composition and settings of themes, and the. info file and template page. This section is the starting point for creating a custom topic.
Topic file Overview
A topic is a set of files that define
Release date:Updated on:
Affected Systems:Drupal Drag Drop Gallery 6.xDescription:--------------------------------------------------------------------------------CVE (CAN) ID: CVE-2012-4472
The Drupal Drag Drop Gallery module creates an image library node type. You can Drag and Drop images in the local file system to add images to the image library.
Drag Drop Gallery 6. A file upload vulnerability exists in the x-1.5 and earlier sites/all/modules/d
As we all know, PHP cURL extensions can be used to simulate form submission. Drupal has the drupal_http_request function to execute an HTTP request. It can send a file via POST, but it is not as convenient as cURL. Here we will mainly explain how to Post a file to a remote server address in Drupal. Webpage Form table
As we all know, PHP cURL extensions can be used to simulate form submission.
Drupal only provides a highly customizable system without many features. By default, Drupal uses a plain text editor to publish content. In most cases, we need a more convenient WYSIWYG editing tool, and more functions such as selecting and uploading images. Follow these steps to install and configure a visual editor for Drupal:
1) install the WYSIWYG module in t
Drupal, a well-known open-source CMS project, recently launched version 6.0. The development cycle of the new version is up to one year, solving 1600 problems in total. The improvements of version 6.0 mainly focus on ease of use, security, and maintainability, more friendly InstallationProgramAnd extended development framework. Drupal provides a 29-minute video clip to introduce new features of version 6.0.
You need to be careful when setting block views for paging in Drupal. In a recent drupal project, we encountered a very strange problem: the total number of records and the total number of pages on the search results page is always a wrong fixed number. In a recent drupal project, we encountered a very strange problem: the total number of records and the total nu
**.info file **.info file is a required file: Drupal must include it in order to see the topic. The. info file tells the internal name of the Drupal topic. For example, if the name of this file is Ibmtheme.info, then the name Drupal gives to this topic will be ibmtheme. If your theme uses elements such as JavaScript, metadata, style sheets, or block regions, you
Release date:Updated on:
Affected Systems:Drupal User Read-Only Module 7.xDrupal User Read-Only Module 6.xDescription:--------------------------------------------------------------------------------Drupal is an open source content management platform.
Drupal 6. The x-1.x's User Read-Only module mistakenly assigned a role when performing some operations, and can get administrator privileges after successfu
Drupal installation process Drupal
The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps:
1. modify include/database. mysql. inc. add code in 33 lines:
@ Mysql_query ("set names UTF8 ;");
Its role is to let the PHP program in the entire database operation process, are using UTF
To prevent data loss caused by web server faults, database backup is very important to avoid major losses. This article analyzes and studies the backup policies for small Drupal sites and the mysql backup policies for large sites.
For small and medium-sized websites based on drupal, we can use the backup_migrate module, which provides the regular backup function, backup time, number of backups retained, an
This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chinese Language Pack. For more information, see
This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chines
This article introduces how to use Drupal cms to send a file through cURL Post.
As we all know, PHP cURL extensions can be used to simulate form submission. Drupal has the drupal_http_request function to execute an HTTP request. It can send a file via POST, but it is not as convenient as cURL. Here we will mainly explain how to Post a file to a remote server address in
Everything follows the principle of Simplicity. yumrpm can be used without manual compilation. The deployment environment is based on the CentOS6.3x86 _ 64 system. 0. Preparations # update yum [root @ imysql ~] # Yum-yupdate [root @ imysql ~] # Yuminstalllibaio-devel.x86_64 # drupal8.0 need to use the curl module [root @ imysql ~] # Yum
Everything follows the principle of Simplicity. yum/rpm can be used without manual compilation. The deployment environment is based on the CentOS 6.3 x86_64 syst
Drupal installation process Drupal
The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps:
1. modify include/database. mysql. inc. add code in 33 lines:
@ Mysql_query ("set names UTF8 ;");
Its role is to let the PHP program in the entire database operation process, are using UTF
Finally abandoned Drupal put into the WordPress camp, haha. WP is really better than DP, here to save 500 words ...In the past has been tangled how to migrate, after the migration of old data how to do, there is no smoothing scheme, want to break the head have no idea, several times moved the idea of migration, several times and was wiped out. DP notifications can be upgraded from 7.22 to 7.23 a few days ago, but the upgrade is unsuccessful in any eve
The first candidate version of Drupal 8.2.0 was released, and we adopted a semantic version and a regular release during the Drupal 8 update, and made significant changes (basic tutorial qkxue.net). Drupal 8 also provides backwards compatibility in a timely manner. Drupal 8.2.0 is the second such update and is expected
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.