Running Task i18n Textcollector Task

GET /dev/tasks/i18nTextCollectorTask

[User Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/xunaan6/scubafrisco.com/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 Restore to draft at top level

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Restore to draft

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Restore the archived version to draft as a top level item

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Restore the archived version to draft

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Save draft

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 and archive

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Save

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 CSV File (Allowed extensions: *.csv)

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Import from CSV

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 No changes

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Save

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Delete

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 CMS Access

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Warning] Error concatenating localisation key

GET /dev/tasks/i18nTextCollectorTask

Line 678 in /home/xunaan6/scubafrisco.com/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 CMS Access

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Access to '{title}' section

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 CMS Access

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Roles and access permissions

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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/xunaan6/scubafrisco.com/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 Roles and access permissions

GET /dev/tasks/i18nTextCollectorTask

Line 747 in /home/xunaan6/scubafrisco.com/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!