^ array:38 [
  "id" => array:2 [
    "attributes" => array:1 [
      "systemColumn" => true
    ]
    "sql" => "int(10) unsigned NOT NULL auto_increment"
  ]
  "pid" => array:3 [
    "eval" => array:1 [
      "submitOnChange" => true
    ]
    "attributes" => array:1 [
      "systemColumn" => true
    ]
    "sql" => "int(10) unsigned NOT NULL default '0'"
  ]
  "gid" => array:5 [
    "foreignKey" => "tl_iso_group.name"
    "eval" => array:1 [
      "doNotShow" => true
    ]
    "attributes" => array:2 [
      "systemColumn" => true
      "inherit" => true
    ]
    "sql" => "int(10) unsigned NOT NULL default '0'"
    "relation" => array:2 [
      "type" => "hasOne"
      "load" => "lazy"
    ]
  ]
  "tstamp" => array:2 [
    "attributes" => array:1 [
      "systemColumn" => true
    ]
    "sql" => "int(10) unsigned NOT NULL default '0'"
  ]
  "language" => array:3 [
    "eval" => array:1 [
      "doNotShow" => true
    ]
    "attributes" => array:2 [
      "systemColumn" => true
      "inherit" => true
    ]
    "sql" => "varchar(5) NOT NULL default ''"
  ]
  "dateAdded" => array:3 [
    "eval" => array:2 [
      "rgxp" => "datim"
      "doNotCopy" => true
    ]
    "attributes" => array:2 [
      "fe_sorting" => true
      "systemColumn" => true
    ]
    "sql" => "int(10) unsigned NOT NULL default '0'"
  ]
  "type" => array:11 [
    "exclude" => true
    "filter" => true
    "inputType" => "select"
    "options_callback" => array:2 [
      0 => "Isotope\Backend\ProductType\Callback"
      1 => "getOptions"
    ]
    "foreignKey" => "tl_iso_producttype.name"
    "eval" => array:5 [
      "mandatory" => true
      "submitOnChange" => true
      "includeBlankOption" => true
      "tl_class" => "w50 wizard"
      "helpwizard" => true
    ]
    "attributes" => array:4 [
      "legend" => "general_legend"
      "fixed" => true
      "inherit" => true
      "systemColumn" => true
    ]
    "sql" => "int(10) unsigned NOT NULL default '0'"
    "relation" => array:2 [
      "type" => "hasOne"
      "load" => "lazy"
    ]
    "explanation" => "tl_iso_product.type"
    "wizard" => array:1 [
      0 => array:2 [
        0 => "Isotope\Backend\Product\Wizard"
        1 => "onProductTypeWizard"
      ]
    ]
  ]
  "pages" => array:8 [
    "exclude" => true
    "inputType" => "pageTree"
    "foreignKey" => "tl_page.title"
    "eval" => array:5 [
      "doNotSaveEmpty" => true
      "multiple" => true
      "fieldType" => "checkbox"
      "orderField" => "orderPages"
      "tl_class" => "clr hide_sort_hint"
    ]
    "relation" => array:2 [
      "type" => "hasMany"
      "load" => "lazy"
    ]
    "attributes" => array:4 [
      "legend" => "general_legend"
      "fixed" => true
      "inherit" => true
      "systemColumn" => true
    ]
    "load_callback" => array:1 [
      0 => array:2 [
        0 => "Isotope\Backend\Product\Category"
        1 => "load"
      ]
    ]
    "save_callback" => array:1 [
      0 => array:2 [
        0 => "Isotope\Backend\Product\Category"
        1 => "save"
      ]
    ]
  ]
  "orderPages" => array:3 [
    "eval" => array:1 [
      "doNotShow" => true
    ]
    "attributes" => array:2 [
      "systemColumn" => true
      "inherit" => true
    ]
    "sql" => "text NULL"
  ]
  "inherit" => array:5 [
    "exclude" => true
    "inputType" => "inheritCheckbox"
    "eval" => array:1 [
      "multiple" => true
    ]
    "attributes" => array:1 [
      "systemColumn" => true
    ]
    "sql" => "blob NULL"
  ]
  "fallback" => array:6 [
    "exclude" => true
    "inputType" => "checkbox"
    "eval" => array:2 [
      "doNotCopy" => true
      "tl_class" => "clr"
    ]
    "attributes" => array:4 [
      "legend" => "general_legend"
      "variant_fixed" => true
      "excluded" => true
      "systemColumn" => true
    ]
    "sql" => "char(1) NOT NULL default ''"
    "save_callback" => array:1 [
      0 => array:2 [
        0 => "Isotope\Backend\Product\Fallback"
        1 => "reset"
      ]
    ]
  ]
  "alias" => array:8 [
    "exclude" => true
    "search" => true
    "sorting" => true
    "inputType" => "text"
    "eval" => array:5 [
      "rgxp" => "alnum"
      "doNotCopy" => true
      "spaceToUnderscore" => true
      "maxlength" => 128
      "tl_class" => "w50"
    ]
    "attributes" => array:3 [
      "legend" => "general_legend"
      "fixed" => true
      "inherit" => true
    ]
    "sql" => "varchar(128) NOT NULL default ''"
    "save_callback" => array:1 [
      0 => array:2 [
        0 => "Isotope\Backend\Product\Alias"
        1 => "save"
      ]
    ]
  ]
  "gtin" => array:7 [
    "exclude" => true
    "search" => true
    "sorting" => true
    "inputType" => "text"
    "eval" => array:4 [
      "maxlength" => 14
      "unique" => true
      "doNotCopy" => true
      "tl_class" => "w50"
    ]
    "attributes" => array:3 [
      "legend" => "general_legend"
      "fe_search" => true
      "singular" => true
    ]
    "sql" => "varchar(14) NOT NULL default ''"
  ]
  "sku" => array:7 [
    "exclude" => true
    "search" => true
    "sorting" => true
    "inputType" => "text"
    "eval" => array:5 [
      "mandatory" => true
      "maxlength" => 128
      "unique" => true
      "doNotCopy" => true
      "tl_class" => "w50"
    ]
    "attributes" => array:4 [
      "legend" => "general_legend"
      "fe_sorting" => true
      "fe_search" => true
      "singular" => true
    ]
    "sql" => "varchar(128) NOT NULL default ''"
  ]
  "name" => array:7 [
    "exclude" => true
    "search" => true
    "sorting" => true
    "inputType" => "text"
    "eval" => array:2 [
      "mandatory" => true
      "tl_class" => "clr long"
    ]
    "attributes" => array:5 [
      "legend" => "general_legend"
      "multilingual" => true
      "fixed" => true
      "fe_sorting" => true
      "fe_search" => true
    ]
    "sql" => "varchar(255) NOT NULL default ''"
  ]
  "teaser" => array:6 [
    "exclude" => true
    "search" => true
    "inputType" => "textarea"
    "eval" => array:2 [
      "style" => "height:80px"
      "tl_class" => "clr"
    ]
    "attributes" => array:3 [
      "legend" => "general_legend"
      "multilingual" => true
      "fe_search" => true
    ]
    "sql" => "text NULL"
  ]
  "description" => array:6 [
    "exclude" => true
    "search" => true
    "inputType" => "textarea"
    "eval" => array:3 [
      "mandatory" => true
      "rte" => "tinyMCE"
      "tl_class" => "clr"
    ]
    "attributes" => array:3 [
      "legend" => "general_legend"
      "multilingual" => true
      "fe_search" => true
    ]
    "sql" => "text NULL"
  ]
  "meta_title" => array:6 [
    "exclude" => true
    "search" => true
    "inputType" => "text"
    "eval" => array:2 [
      "maxlength" => 255
      "tl_class" => "clr long"
    ]
    "attributes" => array:3 [
      "legend" => "meta_legend"
      "multilingual" => true
      "variant_excluded" => true
    ]
    "sql" => "varchar(255) NOT NULL default ''"
  ]
  "meta_description" => array:6 [
    "exclude" => true
    "search" => true
    "inputType" => "textarea"
    "eval" => array:2 [
      "style" => "height:60px"
      "tl_class" => "clr"
    ]
    "attributes" => array:3 [
      "legend" => "meta_legend"
      "multilingual" => true
      "variant_excluded" => true
    ]
    "sql" => "text NULL"
  ]
  "meta_keywords" => array:6 [
    "exclude" => true
    "search" => true
    "inputType" => "textarea"
    "eval" => array:2 [
      "style" => "height:40px"
      "tl_class" => "clr"
    ]
    "attributes" => array:3 [
      "legend" => "meta_legend"
      "multilingual" => true
      "variant_excluded" => true
    ]
    "sql" => "text NULL"
  ]
  "price" => array:7 [
    "exclude" => true
    "inputType" => "timePeriod"
    "foreignKey" => "tl_iso_tax_class.name"
    "eval" => array:7 [
      "mandatory" => true
      "maxlength" => 13
      "rgxp" => "digit"
      "includeBlankOption" => true
      "blankOptionLabel" => & "Steuerfrei"
      "doNotSaveEmpty" => true
      "tl_class" => "w50"
    ]
    "attributes" => array:6 [
      "legend" => "pricing_legend"
      "fe_sorting" => true
      "dynamic" => true
      "singular" => true
      "systemColumn" => true
      "type" => "\Isotope\Model\Attribute\Price"
    ]
    "load_callback" => array:1 [
      0 => array:2 [
        0 => "\Isotope\Backend\Product\Price"
        1 => "load"
      ]
    ]
    "save_callback" => array:1 [
      0 => array:2 [
        0 => "\Isotope\Backend\Product\Price"
        1 => "save"
      ]
    ]
  ]
  "prices" => array:4 [
    "inputType" => "dcaWizard"
    "foreignTable" => "tl_iso_product_price"
    "attributes" => array:1 [
      "systemColumn" => true
    ]
    "eval" => array:3 [
      "listCallback" => array:2 [
        0 => "Isotope\Backend\ProductPrice\Callback"
        1 => "generateWizardList"
      ]
      "applyButtonLabel" => & null
      "tl_class" => "clr"
    ]
  ]
  "price_tiers" => array:2 [
    "attributes" => array:1 [
      "type" => "\Isotope\Model\Attribute\PriceTiers"
    ]
    "tableformat" => array:3 [
      "min" => array:2 [
        "label" => & null
        "format" => & null
      ]
      "price" => array:2 [
        "label" => & null
        "rgxp" => "digit"
      ]
      "tax_class" => array:1 [
        "doNotShow" => true
      ]
    ]
  ]
  "baseprice" => array:6 [
    "exclude" => true
    "inputType" => "timePeriod"
    "foreignKey" => "tl_iso_baseprice.name"
    "eval" => array:3 [
      "includeBlankOption" => true
      "rgxp" => "digit"
      "tl_class" => "w50"
    ]
    "attributes" => array:2 [
      "type" => "\Isotope\Model\Attribute\BasePrice"
      "legend" => "pricing_legend"
    ]
    "sql" => "varchar(255) NOT NULL default ''"
  ]
  "shipping_weight" => array:8 [
    "exclude" => true
    "inputType" => "timePeriod"
    "default" => array:1 [
      "unit" => "kg"
    ]
    "options" => array:9 [
      0 => "mg"
      1 => "g"
      2 => "kg"
      3 => "t"
      4 => "ct"
      5 => "oz"
      6 => "lb"
      7 => "st"
      8 => "grain"
    ]
    "reference" => & array:9 [
      "mg" => array:2 [
        0 => "Milligramm (mg)"
        1 => "Eine Masseinheit; entspricht 1 Tausendstel Gramm."
      ]
      "g" => array:2 [
        0 => "Gramm (g)"
        1 => "Eine Masseinheit; entspricht 1 Tausendstel Kilogramm."
      ]
      "kg" => array:2 [
        0 => "Kilogramm (kg)"
        1 => "Ein Kilogramm entspricht 1'000 Gramm oder 2.2 Pfund; Entspricht dem Gewicht von einem Liter Wasser."
      ]
      "t" => array:2 [
        0 => "Tonne (t)"
        1 => "Eine Tonne entspricht 1'000 Kilogramm, oder 2,204.6 Pfund."
      ]
      "ct" => array:2 [
        0 => "Karat (ct)"
        1 => "Das metrische Karat ist eine Masseinheit für die Masse von Edelsteinen. 1 metrisches Karat = 0,2 g = 2 · 10−4 kg."
      ]
      "oz" => array:2 [
        0 => "Unze (oz)"
        1 => "Entspricht einem Sechzehntel eines Pfunds oder 28.35 Gramm."
      ]
      "lb" => array:2 [
        0 => "Pfund (lb)"
        1 => "Eine Masseinheit; entspricht 16 Unzen"
      ]
      "st" => array:2 [
        0 => "Stone (st)"
        1 => "Ein britische Masseinheit; Entspricht 14 Pfund."
      ]
      "grain" => array:2 [
        0 => "Grain"
        1 => "Eine Masseinheit; entspricht 1/7000 Pfund bzw. einem Troy Grain oder 64.799 Milligramm."
      ]
    ]
    "eval" => array:3 [
      "rgxp" => "digit"
      "tl_class" => "w50"
      "helpwizard" => true
    ]
    "attributes" => array:2 [
      "legend" => "shipping_legend"
      "type" => "\Isotope\Model\Attribute\Weight"
    ]
    "sql" => "varchar(255) NOT NULL default ''"
  ]
  "shipping_exempt" => array:5 [
    "exclude" => true
    "inputType" => "checkbox"
    "eval" => array:1 [
      "tl_class" => "w50"
    ]
    "attributes" => array:2 [
      "legend" => "shipping_legend"
      "systemColumn" => true
    ]
    "sql" => "char(1) NOT NULL default ''"
  ]
  "shipping_pickup" => array:5 [
    "exclude" => true
    "inputType" => "checkbox"
    "eval" => array:1 [
      "tl_class" => "w50"
    ]
    "attributes" => array:2 [
      "legend" => "shipping_legend"
      "systemColumn" => true
    ]
    "sql" => "char(1) NOT NULL default ''"
  ]
  "shipping_price" => array:5 [
    "exclude" => true
    "inputType" => "text"
    "eval" => array:2 [
      "rgxp" => "digit"
      "tl_class" => "w50"
    ]
    "attributes" => array:3 [
      "legend" => "shipping_legend"
      "systemColumn" => true
      "type" => "\Isotope\Model\Attribute\ShippingPrice"
    ]
    "sql" => "decimal(9,2) unsigned NOT NULL default '0.00'"
  ]
  "images" => array:6 [
    "exclude" => true
    "inputType" => "mediaManager"
    "explanation" => "mediaManager"
    "eval" => array:3 [
      "extensions" => "jpg,jpeg,gif,png,tif,tiff,bmp,svg,svgz,webp"
      "helpwizard" => true
      "tl_class" => "clr"
    ]
    "attributes" => array:6 [
      "legend" => "media_legend"
      "fixed" => true
      "multilingual" => true
      "dynamic" => true
      "systemColumn" => true
      "fetch_fallback" => true
    ]
    "sql" => "blob NULL"
  ]
  "protected" => array:6 [
    "exclude" => true
    "filter" => true
    "inputType" => "checkbox"
    "eval" => array:2 [
      "submitOnChange" => true
      "tl_class" => "clr"
    ]
    "attributes" => array:2 [
      "legend" => "expert_legend"
      "systemColumn" => true
    ]
    "sql" => "char(1) NOT NULL default ''"
  ]
  "groups" => array:7 [
    "exclude" => true
    "filter" => true
    "inputType" => "checkbox"
    "foreignKey" => "tl_member_group.name"
    "eval" => array:3 [
      "mandatory" => true
      "multiple" => true
      "systemColumn" => true
    ]
    "sql" => "blob NULL"
    "relation" => array:2 [
      "type" => "hasMany"
      "load" => "lazy"
    ]
  ]
  "guests" => array:5 [
    "exclude" => true
    "inputType" => "checkbox"
    "eval" => array:1 [
      "tl_class" => "w50"
    ]
    "attributes" => array:2 [
      "legend" => "expert_legend"
      "systemColumn" => true
    ]
    "sql" => "char(1) NOT NULL default ''"
  ]
  "cssID" => array:5 [
    "exclude" => true
    "inputType" => "text"
    "eval" => array:3 [
      "multiple" => true
      "size" => 2
      "tl_class" => "w50"
    ]
    "attributes" => array:1 [
      "legend" => "expert_legend"
    ]
    "sql" => "varchar(255) NOT NULL default ''"
  ]
  "published" => array:7 [
    "exclude" => true
    "filter" => true
    "inputType" => "checkbox"
    "eval" => array:2 [
      "doNotCopy" => true
      "tl_class" => "clr"
    ]
    "attributes" => array:4 [
      "legend" => "publish_legend"
      "fixed" => true
      "variant_fixed" => true
      "systemColumn" => true
    ]
    "sql" => "char(1) NOT NULL default ''"
    "save_callback" => array:1 [
      0 => array:2 [
        0 => "Isotope\Backend"
        1 => "truncateProductCache"
      ]
    ]
  ]
  "start" => array:5 [
    "exclude" => true
    "inputType" => "text"
    "eval" => array:3 [
      "rgxp" => "datim"
      "datepicker" => true
      "tl_class" => "w50 wizard"
    ]
    "attributes" => array:4 [
      "legend" => "publish_legend"
      "fixed" => true
      "variant_fixed" => true
      "systemColumn" => true
    ]
    "sql" => "varchar(10) NOT NULL default ''"
  ]
  "stop" => array:5 [
    "exclude" => true
    "inputType" => "text"
    "eval" => array:3 [
      "rgxp" => "datim"
      "datepicker" => true
      "tl_class" => "w50 wizard"
    ]
    "attributes" => array:4 [
      "legend" => "publish_legend"
      "fixed" => true
      "variant_fixed" => true
      "systemColumn" => true
    ]
    "sql" => "varchar(10) NOT NULL default ''"
  ]
  "variantFields" => array:1 [
    "label" => & array:2 [
      0 => "Varianten-Attribute"
      1 => "Wählen Sie eine Sammlung von Varianten-Attributen die zu diesem Produkttyp hinzugefügt werden soll. Nicht ausgewählte Varianten-Attribute sind unsichtbar und werden nicht vom Elternprodukt vererbt."
    ]
  ]
  "source" => array:1 [
    "eval" => array:3 [
      "mandatory" => true
      "required" => true
      "fieldType" => "radio"
    ]
  ]
]
An Error Occurred: Internal Server Error

Oops! An Error Occurred

The server returned a "500 Internal Server Error".

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.