Running Task i18n Textcollector Task

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Create pages

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Ability to create pages. Requires the "Access to 'Pages' section" permission

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Archive pages

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Ability to archive pages. Requires the "Access to 'Pages' section" permission

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Publish authored pages (limited to blog posts)

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Ability to publish any page that you are an author of (currently only applies to blog posts). Requires the "Access to 'Pages' section" permission

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Unpublish authored pages (limited to blog posts)

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Ability to unpublish any page that you are an author of (currently only applies to blog posts). Requires the "Access to 'Pages' section" permission

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Publish any page

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Ability to publish any page on the site, regardless of the settings on the Access tab. Requires the "Access to 'Pages' section" permission

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Unpublish any page

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Ability to unpublish any page on the site, regardless of the settings on the Access tab. Requires the "Access to 'Pages' section" permission

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Add A Custom Summary

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

669                     // Evaluate __CLASS__ . '.KEY' and self::class concatenation
670                     $text = implode('\\', $currentClass);
671                 } else {
672                     continue;
673                 }
674 
675                 if ($inConcat) {
676                     // Parser error
677                     if (empty($currentEntity)) {
678                         user_error('Error concatenating localisation key', E_USER_WARNING);
679                     } else {
680                         $currentEntity[count($currentEntity) - 1] .= $text;
681                     }
682                 } else {
683                     $currentEntity[] = $text;
684                 }

Trace

GET /dev/tasks/i18nTextCollectorTask

[User Notice] Missing localisation default for key Email

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/bradc/public_html/vendor/silverstripe/framework/src/i18n/TextCollection/i18nTextCollector.php

Source

738                                 $entity = ['default' => $default];
739                             } else {
740                                 $entity = $default;
741                             }
742                             if ($comment) {
743                                 $entity['comment'] = $comment;
744                             }
745                             $entities[$key] = $entity;
746                         } elseif ($this->getWarnOnEmptyDefault()) {
747                             trigger_error("Missing localisation default for key " . $currentEntity[0], E_USER_NOTICE);
748                         }
749                     }
750                     $currentEntity = [];
751                     $inArrayClosedBy = false;
752                     break;
753             }

Trace

SilverStripe\Dev\Tasks\i18nTextCollectorTask completed!