System Parse Design Scripts

Last Updated: 17 Dec 2015

These scripts allow you to re-parse Designs on your Squiz Matrix system. For more information, refer to the Design Asset chapter in the Designs manual.

Bookmarks to the headings on this page:

  1. system_parse_design.php
  2. system_parse_designs.php

system_parse_design.php

This script re-parses a specified Design asset. This script is located in the /scripts directory and requires the following parameters:

  • The system root directory.
  • The asset ID of the Design to re-parse.
Example
php system_parse_design.php [system_root] 100

Acquiring Locks for design "Design"               [ OK ]
Checking Parse files "Design"                     [ OK ]
Reparse design "Design"                           [ OK ]

 

system_parse_designs.php 

This script re-parses all the Designs in your Squiz Matrix system. The script is located in the /scripts directory and requires one parameter, the system root directory. 

Example 
php system_parse_designs.php [system_root]

Checking Parse files "Design_1" (#100)         [ OK ]
Reparse design "Design_1" (#100)              [ OK ]
Checking Parse files "Design_2" (#200)         [ OK ]
Reparse design "Design_2" (#200)               [ OK ]
Checking Parse files "Design_3" (#300)         [ OK ]
Reparse design_css "Design_3" (#300)           [ OK ] 

Previous Chapter Next Chapter