User Tools

Site Tools


php:drupal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

php:drupal [2016/01/30 11:13] – [page manager and panels] adminphp:drupal [2022/10/29 16:15] (current) – external edit 127.0.0.1
Line 1534: Line 1534:
 </code> </code>
 {{:php:notepaddrupal.jpg|}}   {{:php:notepaddrupal.jpg|}}  
-==== fix Errors ==== +
-  - PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: Edit my.ini<code> +
-[mysqld] +
-max_allowed_packet = 16M +
-</code>+
 ==== Update default theme in database ==== ==== Update default theme in database ====
 <code sql> <code sql>
Line 1723: Line 1719:
   * **Page manager** is a tool for **defining new, arbitrary paths** on your Drupal site, and configuring how that page should look and work. It is possible not only to define new paths, but also to **override some of the paths defined by other modules**. One important part of the Page manager functionality is to **collect and send contexts, contextual information that may affect the page**.   * **Page manager** is a tool for **defining new, arbitrary paths** on your Drupal site, and configuring how that page should look and work. It is possible not only to define new paths, but also to **override some of the paths defined by other modules**. One important part of the Page manager functionality is to **collect and send contexts, contextual information that may affect the page**.
   * **Panels** is a tool for **splitting the main content on a Drupal site into several regions** and **defining what content each region should contain**.   * **Panels** is a tool for **splitting the main content on a Drupal site into several regions** and **defining what content each region should contain**.
-==== features module ====+==== Features module ====
 We use features module to export and import features of drupal. Below are step by step to action: We use features module to export and import features of drupal. Below are step by step to action:
   - Step1 **Export**: Go to structure->feature, click tab **Create Feature**   - Step1 **Export**: Go to structure->feature, click tab **Create Feature**
php/drupal.1454152387.txt.gz · Last modified: 2022/10/29 16:15 (external edit)