Classic Snapback
Produktbeschreibung
This classic snapback cap does not need any frills and places its bets instead on time-proven features and finest wearing comfort. For providing optimum fit it is equipped with a snapback closure. The employed comfortable and durable fabric does the rest. The casual cap features a straight, eight-times quilted visor. The underside contrasts smartly with the rest of the design. The classic snapback cap – a basic everyday street accessory.
Materialtext
Oberstoff 1: 80% Polyacryl 20% Wolle, A/WOOL SERGE, 382 GSM
Größentabelle
Error
Stack frames (8)
7
Error
…/module/dcshop/catalog/show_item_card.inc.php:1050
6
show_item_bottom_images
…/module/dcshop/catalog/show_item_card.inc.php:292
5
require
…/module/dcshop/catalog/navshop_catalog.inc.php:219
4
require_once
…/module/dcshop/siteparts/main/shop_main.php:83
3
shop_main_show
…/dc/frontend/frontend_functions.inc.php:226
2
show_sitepart_content
…/dc/frontend/frontend_functions.inc.php:85
1
get_content
…/dc/frontend/frontend_catalog.php:550
0
require_once
…/dc/frontend/frontend.php:203
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/module/dcshop/catalog/show_item_card.inc.php
AND (shop_item_file.language_code = '" . $tempItem["language_code"] . "' OR shop_item_file.all_language_codes = TRUE))
OR (parent_shop_item.item_no = '" . $parent_item["item_no"] . "'
AND (shop_item_file.language_code = '" . $parent_item["language_code"] . "' OR shop_item_file.all_language_codes = TRUE)))
AND (shop_item_file.variant_code = '" . ($_GET['variant'] ?? '') . "' OR shop_item_file.variant_code='')
ORDER BY line_no
LIMIT 3";
$result = mysqli_query($GLOBALS['mysql_con'], $query);
if(mysqli_num_rows($result)>0){
if (mysqli_num_rows($result) >= 1) {
while ($tempImage = mysqli_fetch_array($result)) {
if (($tempImage["filename"] !== '') && (itemImageFileExists($tempImage, 3))) {
$main_image = $tempImage;
break;
}
}
}
$imagesize = getimagesize("../../" . $image_config[3]["path"] . "/" . $main_image["filename"]);
$padding = round((($GLOBALS[\IMAGE_CONFIG][3]["maxheight"] - $imagesize[1]) / 2));
?><div class="itemcard_bottom_images_wrapper container">
<div class="itemcard_bottom_images_left">
<div class="image_1">
<img src="<?= getItemImageUrl($main_image, 4); ?>" >
</div>
</div>
<div class="itemcard_bottom_images_right">
<?php
$result = mysqli_query($GLOBALS['mysql_con'], $query);
if (mysqli_num_rows($result) > 1) {
$iii=0;
while ($tumb_image = mysqli_fetch_array($result)) {
$iii++;
if (($tumb_image["filename"] !== '') && (itemImageFileExists($tumb_image, 1)) && (itemImageFileExists($tumb_image, 3)) && $iii>1) { ?>
<div class="image_<?=$iii;?>">
<img src="<?= getItemImageUrl($tumb_image, 4) ?>">
</div>
<?
}
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/module/dcshop/catalog/show_item_card.inc.php
<div class="h2"><? echo stripslashes((string) $parentItemObj->getDescription());?></div>
</div>
<div class="col-xs-12 col-md-6 download_column">
<? show_item_card_documents($item, $parent_item);?>
</div>
</div>
</div>
<?
show_item_card_description($item, $parent_item);
show_item_card_attributes($item, $parent_item);
show_item_card_rent_info();
show_item_card_config_info();
show_item_card_sizes();
show_item_card_care();
?>
</div>
</div>
<div id="itemcard_bottom_right" class=" col-xs-12 col-md-5 col-lg-4">
<?
show_item_bottom_images($item,$parent_item, $GLOBALS["shop_setup"]["image_config"]);
?>
</div>
</div>
</div>
<div id="itemcard_bottom_bottom" class="">
<div class="itemcard_bottom_background">
<?
// show_item_card_fit_item($item, $parent_item);
show_item_card_alt_item($item, $parent_item);
// show_item_card_acc_item($item, $parent_item);
// show_item_card_spare_part_item($item, $parent_item);
?>
</div>
<div class="container">
<div class="marginTop marginBottom">
<? show_item_yt_videos($item); ?>
</div>
</div>
</div>
<div id="itemcard_content">
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/module/dcshop/catalog/navshop_catalog.inc.php
if ($category["id"] <> '') {
echo curr_category_path($category, ($_GET["card"] <> ''));
} else {
if (($_GET["slevel_2"] ?? '')) {
echo '> <a href="">' . ($_GET["slevel_2"] ?? '') . '</a>';
echo curr_category_path($category, ($_GET["card"] <> ''));
} else {
echo '> <a href="/' . $GLOBALS["shop"]["code"] . '/' . $GLOBALS["language"]["code"] . '/shop/' . get_code_by_id(get_category_id_by_line_no($GLOBALS["shop_setup"]["category_line_no_portal"])) . '/">' . $GLOBALS["site"]["name"] . '</a>';
}
}
echo "</div>";*/
//Anzeige des Kreditorenfilters
if ((($_GET["card"] ?? '') == '') && ($category["show_all_items"]) && ($GLOBALS["shop"]["show_vendor_filter"] == 1)) {
show_creditor_filter($category["line_no"]);
}
// Artikelkarte oder Artikelliste anzeigen
if (($_GET["card"] ?? '') !== '') {
require __DIR__ . DIRECTORY_SEPARATOR . 'show_item_card.inc.php';
} else {
echo "<div class='container'>";
echo "<div class=\"category_info\">";
echo "<h1 class=\"category_headline\">".$category['name']."</h1>";
?>
<div class="category_description_wrapper"><?
get_promotion_description($category);
get_category_description($category["id"]);
?>
</div>
<?
echo "</div>";
echo "</div>";
// Ende
if ($category["id"] !== '') {
make_category_filters($category, $category_sort_order);
$num_of_nav_values = 0;
$filterquery = get_filterquery($num_of_nav_values);
$filterquery_color = get_filterquery_color();
$havingquery = "";
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/module/dcshop/siteparts/main/shop_main.php
switch ((int)$GLOBALS['shop']['shop_typ']) {
case 0: //B2B
$shoptype_string = 'b2b';
break;
case 1: //B2C
$shoptype_string = 'b2c';
break;
case 2: //Salesperson
$shoptype_string = 'salesperson';
break;
case 3: //Catalog
$shoptype_string = 'catalog';
break;
}
switch ((int)$type) {
case 0: //Shop
$required_navshop = realpath(MODULE_PATH . DIRECTORY_SEPARATOR . 'dcshop' . DIRECTORY_SEPARATOR . $shoptype_string) . DIRECTORY_SEPARATOR . 'navshop_' . $shoptype_string . '.inc.php';
require_once($required_navshop);
break;
case 1: //Warenkorb
$required_basket = realpath(MODULE_PATH . DIRECTORY_SEPARATOR . 'dcshop' . DIRECTORY_SEPARATOR . $shoptype_string) . DIRECTORY_SEPARATOR . 'header_basket.inc.php';
require_once($required_basket);
break;
case 2: //Suche
$required_search = realpath(MODULE_PATH . DIRECTORY_SEPARATOR . 'dcshop' . DIRECTORY_SEPARATOR . $shoptype_string) . DIRECTORY_SEPARATOR . 'site_search.inc.php';
require_once($required_search);
break;
case 3: //Direktbestellung
$required_direct_order = realpath(MODULE_PATH . DIRECTORY_SEPARATOR . 'dcshop' . DIRECTORY_SEPARATOR . $shoptype_string) . DIRECTORY_SEPARATOR . 'direct_order.inc.php';
require_once($required_direct_order);
break;
case 4: //User-Menu
$required_user_menu = realpath(MODULE_PATH . DIRECTORY_SEPARATOR . 'dcshop' . DIRECTORY_SEPARATOR . $shoptype_string) . DIRECTORY_SEPARATOR . 'user_menu.inc.php';
require($required_user_menu);
break;
case 5: //Passwort vergessen
$required_password_lost = realpath(MODULE_PATH . DIRECTORY_SEPARATOR . 'dcshop' . DIRECTORY_SEPARATOR . $shoptype_string) . DIRECTORY_SEPARATOR . 'password_reminder.inc.php';
require_once($required_password_lost);
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/dc/frontend/frontend_functions.inc.php
</span>";
}
}
$GLOBALS['background_image_path'] = '';
if($background_image_path != '' && $background_image_path != null) {
$GLOBALS['background_image_path'] = $background_image_path;
}
require_once(realpath(MODULE_PATH . $sitepartData['folder']) . DIRECTORY_SEPARATOR . $sitepartData['code'] . ".php");
$function = $sitepartData['code'] . "_show";
$refFunc = new ReflectionFunction($function);
$noOfParams = $refFunc->getNumberOfParameters();
$noOfReqParams = $refFunc->getNumberOfRequiredParameters();
if ($sitepart_header_id > 0) {
if($noOfParams === 1) {
$function($sitepart_header_id);
} elseif($noOfParams > 1) {
$function($sitepart_header_id,$IOCContainer);
}
} elseif($noOfReqParams === 0) {
if($noOfParams > 0 && isset($IOCContainer)) {
$function($IOCContainer);
} else {
$function();
}
}
if ($GLOBALS["live_edit_mode"] === TRUE) {
echo "</div>";
}
}
function show_collection_content( $collection_id ) {
$query = "SELECT main_collection_setup_id FROM main_collection WHERE id = '" . $collection_id."'";
$result = mysqli_query($GLOBALS['mysql_con'], $query);
$row = mysqli_fetch_array($result);
$setup_id = $row['main_collection_setup_id'];
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/dc/frontend/frontend_functions.inc.php
if ($sitepart['main_page_group'] == 1) {
show_group_content($sitepart, $backGroundImagePath, $IOCContainer);
continue;
}
// layout klassen wrapper anzeigen
$layoutClassIds = get_content_layout_classes($sitepart);
if(count($layoutClassIds)) {
echo "<div class=\"";
$layout_class_codes = [];
foreach($layoutClassIds as $layoutClassId) {
$layout_class_codes[] = $GLOBALS["layout_classes"][$layoutClassId]['code'];
}
echo join (' ', $layout_class_codes);
echo "\">";
}
if ($sitepart['main_sitepart_id'] > 0) {
show_sitepart_content($sitepart['main_sitepart_id'], $sitepart['main_sitepart_header_id'], $sitepart['id'],$IOCContainer, $backGroundImagePath);
} elseif ($sitepart['main_collection_setup_id'] > 0) {
show_collection_setup_content($sitepart);
}
// layout klassenwrapper beenden
if(count($layoutClassIds)) {
echo "</div>";
}
}
}
}
function forward_intern( $forwardid ) {
$link = get_link_to_navigation($forwardid);
if (isset($_GET["live_edit"]) && ($_GET["live_edit"] ?? '') == 1) {
$link .= "?live_edit=1";
}
headerFunctionBridge("Location: " . $link);
exit();
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/dc/frontend/frontend_catalog.php
0:{ items:2 },
480:{ items:3 },
768:{ items:4 },
1024:{ items:5 },
1250:{ items:5 }
}
})
</script>
</div>
</div>
<?php } ?>
<?php if (!$isHome && !$isFunnel) { ?>
<div id="content_full">
<? get_content("content_full", null, $IOCContainer, $category, $navigation); ?>
</div>
<div id="content_1" class="container">
<? get_content("content", null, $IOCContainer, $category, $navigation); ?>
</div>
<div id="shop_content">
<? get_content("shop_content", null, $IOCContainer, $category, $navigation); ?>
</div>
<div id="content_6">
<? get_content("content_bottom", null, $IOCContainer, $category, $navigation); ?>
</div>
<?php } ?>
</div>
<footer>
<div class="container_large">
<div id="footer_top">
<div class="logo_legal_column">
<div id="footer_logo"><? get_content("header_logo", TRUE); ?></div>
<div class="legal_links"><? get_content("legal_links", TRUE); ?></div>
</div>
<div class="navigationwrapper footernav">
<div class="shop_nav">
<ul>
<li class="products_placeholder ">
<span class="products_placeholder"><?=$GLOBALS['tc']['footer_products']?></span>
<? navigation_full_menu_shop($site, $language, $navigation, 1,1 ) ?>
</li>
/var/www/html/releases/20260617_130021_staging-2026.06.3-f0f4866e5/dc/frontend/frontend.php
$displayErrorsString = $displayErrors ? 'On' : 'Off';
ini_set('display_errors', $displayErrorsString);
mb_internal_encoding('UTF-8');
check_and_redirect_tracking_api_requests($trackingAPIRequestURLPattern, $trackingAPIIndexFilePath);
dcBasicAuth();
try {
require_once __DIR__ . DIRECTORY_SEPARATOR . 'start.inc.php';
require_once __DIR__ . DIRECTORY_SEPARATOR . 'check_ip_switch.php';
require_once __DIR__ . DIRECTORY_SEPARATOR . 'check_language_switch.php';
// Alias-Router hat einen POST-Handler gemappt (z.B. Form-Submit) →
// nach Bootstrap einbinden, bevor das Layout-Template rendert.
if ($_aliasMatchedHandler !== null && ($_SERVER['REQUEST_METHOD'] ?? '') === 'POST') {
require_once dirname(__DIR__, 2) . '/' . $_aliasMatchedHandler;
exit;
}
require_once($GLOBALS["layout"]["frontend_include"]);
require_once __DIR__ . DIRECTORY_SEPARATOR . 'close.inc.php';
} catch (Throwable $t) {
$errorHandler->handleThrowable($t);
if (!$errorHandler->isUsingWhoops()) {
http_response_code(500);
header('Location: /500.html');
}
return;
}
function extract_request_uri_variables($request = null)
{
extract_site_request_uri_variables($request);
}
function extract_site_request_uri_variables($request = null)
{
$GLOBALS['shop_setup']['show_short_url'] = (int)getenv('SHOW_SHORT_URL');
// language code is not mandatory
$site_base_pattern = '#/([^/?]+)/([^/?]+){0,1}/{0,1}([^/?]+/){0,1}([^/?]+/){0,1}([^/?]+/){0,1}([^/?]+/){0,1}([^/?]+/){0,1}#';
Environment & details:
| Key | Value |
| site | catalog |
| language | de |
| card | 4 |
| level_1 | shop |
| slevel_1 | marken_intern |
| level_5 | |
| level_4 | |
| level_3 | |
| level_2 | |
| slevel_2 | flexfit |
| Key | Value |
| input_auto_customer_no | |
| input_auto_customer_name | |
| input_auto_user_name | |
| input_auto_user_email | |
| input_item_no | T000004 |
| input_description | Classic Snapback |
| input_attribute_color_code | Black |
| Key | Value |
| psr | Array ( ) |
| Key | Value |
| sidcatalog | 239e25238c16f356cfbdf708f0a3a04c |
| Key | Value |
| pass_auth | |
| check_ip_switch | |
| current_site_code | catalog |
| search_counter | 2 |
| current_item_category | Array ( [id] => 574 [company] => Mictex OHG [shop_code] => B2B [language_code] => DEU [line_no] => 160000 [parent_line_no] => 119375 [sorting] => 6 [level] => 2 [name] => Flexfit [root_line_no] => 119375 [code] => flexfit [show_random_items] => 0 [no_of_random_items] => 0 [show_campain_items] => 2 [no_of_campain_items] => 8 [show_all_items] => 2 [user_sorting] => 1 [sort_items] => 0 [show_sub_categorys] => 0 [category_picture] => 78566_flexfit.png [category_icon] => [category_description] => [category_description_2] => [active] => 1 [validity_from] => [validity_to] => [promotion_active] => 0 [promotion_validity_from] => [promotion_validity_to] => [promotion_label] => 0 [promotion_description] => [search_query] => [meta_keywords] => [meta_description] => [meta_description_webform] => [site_titel] => [filter_active] => 0 [max_no_of_filter] => 0 [url] => /marken_intern/flexfit/ [marketplace_category_id] => [root_code] => [parent_code] => [category_description_excerpt] => [g_product_category] => [in_use_with_page_id] => 0 [in_use_with_page_id_b2b] => 0 [hide_category_sub_navigation] => 0 [to_delete] => 0 ) |
| dc-one_239e25238c16f356cfbdf708f0a3a04c_MSGBAG | Array ( [info] => Array ( ) [notice] => Array ( ) [warning] => Array ( ) [error] => Array ( ) [success] => Array ( ) ) |
| sidcatalog | 239e25238c16f356cfbdf708f0a3a04c |
| Key | Value |
| REDIRECT_HTTPS | on |
| REDIRECT_HTTP_AUTHORIZATION | |
| REDIRECT_STATUS | 200 |
| HTTPS | on |
| HTTP_AUTHORIZATION | |
| HTTP_HOST | staging.mictex-share.de |
| HTTP_X_REAL_IP | 216.73.217.148 |
| HTTP_X_FORWARDED_FOR | 216.73.217.148 |
| HTTP_X_FORWARDED_PROTO | https |
| HTTP_X_FORWARDED_HOST | staging.mictex-share.de |
| HTTP_CONNECTION | close |
| HTTP_ACCEPT | */* |
| HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| HTTP_ACCEPT_ENCODING | gzip, br, zstd, deflate |
| HTTP_COOKIE | sidcatalog=239e25238c16f356cfbdf708f0a3a04c |
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| SERVER_SIGNATURE | <address>Apache/2.4.66 (Debian) Server at staging.mictex-share.de Port 80</address> |
| SERVER_SOFTWARE | Apache/2.4.66 (Debian) |
| SERVER_NAME | staging.mictex-share.de |
| SERVER_ADDR | 172.18.0.7 |
| SERVER_PORT | 80 |
| REMOTE_ADDR | 172.18.0.1 |
| DOCUMENT_ROOT | /var/www/html/current |
| REQUEST_SCHEME | http |
| CONTEXT_PREFIX | |
| CONTEXT_DOCUMENT_ROOT | /var/www/html/current |
| SERVER_ADMIN | webmaster@localhost |
| SCRIPT_FILENAME | /var/www/html/current/dc/frontend/frontend.php |
| REMOTE_PORT | 57824 |
| REDIRECT_URL | /catalog/de/classic-snapback-p4/ |
| GATEWAY_INTERFACE | CGI/1.1 |
| SERVER_PROTOCOL | HTTP/1.1 |
| REQUEST_METHOD | GET |
| QUERY_STRING | |
| REQUEST_URI | /catalog/de/marken_intern/flexfit/ |
| SCRIPT_NAME | /dc/frontend/frontend.php |
| PHP_SELF | /dc/frontend/frontend.php |
| REQUEST_TIME_FLOAT | 1781855745.2343 |
| REQUEST_TIME | 1781855745 |
| argv | Array ( ) |
| argc | 0 |
| APP_ENV | staging |
| PROJECT_ROOT | |
| TEXT_PROVIDER | PDO |
| MAIN_MYSQL_DB_HOST | mariadb |
| MAIN_MYSQL_DB_PORT | 3306 |
| MAIN_MYSQL_DB_USER | shop_core |
| MAIN_MYSQL_DB_PASS | cgRh8N*_6xAG |
| MAIN_MYSQL_DB_SCHEMA | shop_staging |
| LOG_LEVEL | DEBUG |
| APP_LOG_LEVEL | DEBUG |
| FRONTEND_LOG_PATH | |
| LOGLEVEL_GLOBAL | |
| LOGLEVEL_HOOK | |
| LOG_QUERIES | 1 |
| QUERY_LOG_TABLES | |
| QUERY_LOG_METHODS | |
| DISPLAY_ERRORS | 0 |
| HIDE_ERROR_PAGE | 1 |
| WHOOPS_SEVERITIES | error |
| SHOP_PASSWORD | 7eK.Mebjb3 |
| BASIC_AUTH_DOMAIN | dynamics-shop.ddev.site |
| BASIC_AUTH_USER_INTERNAL | dc |
| BASIC_AUTH_USER_PASSWORD_INTERNAL | ICG#2013x |
| BASIC_AUTH_USER_EXTERNAL | CUSTOMER |
| BASIC_AUTH_USER_PASSWORD_EXTERNAL | CUSTOMER_PASSWORD |
| PASSWORD_STRENGTH_LENGTH | |
| PASSWORD_STRENGTH | 8 |
| COOKIE_CONSENT_REQUIRED | 1 |
| COOKIE_CONSENT_COOKIE_NAME | cookie_consent |
| COOKIE_CONSENT_EXPIRATION_DAYS | 356 |
| USE_SECURE_COOKIES | 0 |
| USE_NEW_IMAGE_COMPRESSION | 1 |
| IMAGE_COMPRESSION_LEVEL | 95 |
| ALLOW_COMPERESSED_FILES | |
| SHOW_SHORT_URL | 1 |
| MAIN_SMTP_MAILER_IP | mailpit |
| MAIN_SMTP_MAILER_PORT | 1025 |
| FTP_HOST | ftp-host |
| FTP_USER | webXXX |
| FTP_PASS | !§123abcABC |
| GOOGLE_MAPS_API_KEY | |
| MODULE_CUSTOMER_ADDRESS_ENABLED | |
| ITEM_RATING_RECAPTCHA_ACTIVE | 0 |
| NEWSLETTER_VERSION | 0 |
| ACTIVE_MODULE_SUBSCRIPTIONS | 1 |
| BC_MONITORING | false |
| SENTRY_DSN | https://5e17fdd3d2844640894501aff368cf45@wintermute.mictex-share.de/1 |
| SENTRY_ENVIRONMENT | staging |
| SENTRY_RELEASE | |
| SENTRY_TRACES_SAMPLE_RATE | 0.01 |
| ORIGINAL_REQUEST_URI | /catalog/de/classic-snapback-p4/ |
| TAXJAR_API_AUTH | |
| US_NEXUS_ZIP | 00000 |
| US_NEXUS_STATE | XX |
| US_NEXUS_CITY | |
| US_NEXUS_STREET |
| Key | Value |
| HOSTNAME | cf66d278f3c7 |
| PHP_VERSION | 8.4.20 |
| APACHE_CONFDIR | /etc/apache2 |
| PHP_INI_DIR | /usr/local/etc/php |
| GPG_KEYS | AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD |
| PHP_LDFLAGS | -Wl,-O1 -pie |
| PWD | /var/www/html |
| APACHE_LOG_DIR | /var/log/apache2 |
| LANG | C |
| PHP_SHA256 | e454c6f7c89a42f41ebb06dc5c3578e8c8b5f1a3f0da6675665affab04e221f7 |
| APACHE_PID_FILE | /var/run/apache2/apache2.pid |
| PHPIZE_DEPS | autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c |
| PHP_URL | https://www.php.net/distributions/php-8.4.20.tar.xz |
| APACHE_RUN_GROUP | www-data |
| APACHE_LOCK_DIR | /var/lock/apache2 |
| SHLVL | 0 |
| PHP_CFLAGS | -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |
| APACHE_RUN_DIR | /var/run/apache2 |
| APACHE_ENVVARS | /etc/apache2/envvars |
| APACHE_RUN_USER | www-data |
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| PHP_ASC_URL | https://www.php.net/distributions/php-8.4.20.tar.xz.asc |
| PHP_CPPFLAGS | -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |
| APP_ENV | staging |
| PROJECT_ROOT | |
| TEXT_PROVIDER | PDO |
| MAIN_MYSQL_DB_HOST | mariadb |
| MAIN_MYSQL_DB_PORT | 3306 |
| MAIN_MYSQL_DB_USER | shop_core |
| MAIN_MYSQL_DB_PASS | cgRh8N*_6xAG |
| MAIN_MYSQL_DB_SCHEMA | shop_staging |
| LOG_LEVEL | DEBUG |
| APP_LOG_LEVEL | DEBUG |
| FRONTEND_LOG_PATH | |
| LOGLEVEL_GLOBAL | |
| LOGLEVEL_HOOK | |
| LOG_QUERIES | 1 |
| QUERY_LOG_TABLES | |
| QUERY_LOG_METHODS | |
| DISPLAY_ERRORS | 0 |
| HIDE_ERROR_PAGE | 1 |
| WHOOPS_SEVERITIES | error |
| SHOP_PASSWORD | 7eK.Mebjb3 |
| BASIC_AUTH_DOMAIN | dynamics-shop.ddev.site |
| BASIC_AUTH_USER_INTERNAL | dc |
| BASIC_AUTH_USER_PASSWORD_INTERNAL | ICG#2013x |
| BASIC_AUTH_USER_EXTERNAL | CUSTOMER |
| BASIC_AUTH_USER_PASSWORD_EXTERNAL | CUSTOMER_PASSWORD |
| PASSWORD_STRENGTH_LENGTH | |
| PASSWORD_STRENGTH | 8 |
| COOKIE_CONSENT_REQUIRED | 1 |
| COOKIE_CONSENT_COOKIE_NAME | cookie_consent |
| COOKIE_CONSENT_EXPIRATION_DAYS | 356 |
| USE_SECURE_COOKIES | 0 |
| USE_NEW_IMAGE_COMPRESSION | 1 |
| IMAGE_COMPRESSION_LEVEL | 95 |
| ALLOW_COMPERESSED_FILES | |
| SHOW_SHORT_URL | 1 |
| MAIN_SMTP_MAILER_IP | mailpit |
| MAIN_SMTP_MAILER_PORT | 1025 |
| FTP_HOST | ftp-host |
| FTP_USER | webXXX |
| FTP_PASS | !§123abcABC |
| GOOGLE_MAPS_API_KEY | |
| MODULE_CUSTOMER_ADDRESS_ENABLED | |
| ITEM_RATING_RECAPTCHA_ACTIVE | 0 |
| NEWSLETTER_VERSION | 0 |
| ACTIVE_MODULE_SUBSCRIPTIONS | 1 |
| BC_MONITORING | false |
| SENTRY_DSN | https://5e17fdd3d2844640894501aff368cf45@wintermute.mictex-share.de/1 |
| SENTRY_ENVIRONMENT | staging |
| SENTRY_RELEASE | |
| SENTRY_TRACES_SAMPLE_RATE | 0.01 |
| TAXJAR_API_AUTH | |
| US_NEXUS_ZIP | 00000 |
| US_NEXUS_STATE | XX |
| US_NEXUS_CITY | |
| US_NEXUS_STREET |
0. Whoops\Handler\PrettyPageHandler