Sie sind hier: StartseiteEventsStoppok

Stoppok

Stoppok
Stoppok

Bewertung:

Teilen Sie dieses Event mit Ihren Freunden:

Was?
Stoppok - Echter Klang statt Fake Noise!

Wann?
So., 10.11.2019 19:00 Uhr
Termin als iCal speichern / In Ihren Kalender hinzufügen

Wo?
Kolosseum
Kronsforder Allee 25
23560 Lübeck

Tickets für viele Veranstaltungen in Lübeck bekommen Sie auch direkt beim Ticketanbieter Eventim .

Beschreibung

Endlich ist es wieder soweit! STOPPOK startet seine alljährliche Vorweihnachtstour quer
durch die Republik, um den Menschen ein echtes Leuchten in die Augen zu zaubern:
Dassinnliche Gegenprogramm zu all dem inhaltsleeren, großmäuligen und konformistischen Getreibe - Herzblut statt Lebkuchenherzen.

Was einst als einmalige Aktion gedacht war, ist inzwischen aus vielen deutschen Städten nicht mehr wegzudenken. Von den Konzertbesuchern zum heiligen Ritual erhoben, versammeln sich jährlich immer mehr Fans in den Clubs und Konzertsälen, um dem einzigartigen Musiker und scharfsinnigen Entertainer zu lauschen.

Tickets sind im Vorverkauf erhältlich.

Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_NOTICE)
Trying to access array offset on value of type null Whoops\Exception\ErrorException thrown with message "Trying to access array offset on value of type null" Stacktrace: #1 Whoops\Exception\ErrorException in /html/events-detail.php:212 #0 Whoops\Run:handleError in /html/events-detail.php:212
Stack frames (2)
1
Whoops
\
Exception
\
ErrorException
/
html
/
events-detail.php
212
0
Whoops
\
Run
handleError
/
html
/
events-detail.php
212
/
html
/
events-detail.php
<span class=\"small\"><a href=\"$LINK/cal.ics?id=$id\" target=\"_blank\" onClick=\"javascript:ga('send', 'event', 'iCal', 'Download', 'titel');\">Termin als iCal speichern / In Ihren Kalender hinzufügen</a></span></p>";
if(!empty($loc_titel)){echo"<p itemprop=\"location\" itemscope itemtype=\"http://schema.org/Place\"><span class=\"bold\">Wo?</span><br><a href=\"$LINK/locations/$loc_id-$loc_link.html\" title=\"Details zur Location\"><span itemprop=\"name\">$loc_titel</span></a>";if(!empty($loc_str)){echo"<span itemprop=\"address\" itemscope itemtype=\"http://schema.org/PostalAddress\"><br><span itemprop=\"streetAddress\">$loc_str $loc_nummer</span><br><span itemprop=\"postalCode\">$loc_plz</span> <span itemprop=\"addressLocality\">$loc_ort</span><meta itemprop=\"addressRegion\" content=\"Schleswig-Holstein\"><meta itemprop=\"addressCountry\" content=\"Deutschland\"></span>";}echo"</p>";}
echo "<p>Tickets für viele Veranstaltungen in Lübeck bekommen Sie auch direkt beim Ticketanbieter <a href=\"https://www.luebeck-places.de/goto/eventim\" target=\"_blank\">Eventim <svg class=\"icon-text\"><use xlink:href=\"https://www.luebeck-places.de/img/icons.svg#icon-popup\"></use></svg></a>.</p>";
echo"<meta itemprop=\"url\" content=\"$LINK$site_con\"></div><div class=\"box\"><h2>Beschreibung</h2>";
 
if (!empty($itunes) and preg_match('/iphone|ipod|ipad|mac/i', $agent)) {
    echo "<div class=\"flright\">$itunes</div>";
} elseif (!empty($amazon)) {
    echo "<div class=\"flright\">$amazon</div>";
}
echo"<p>$text</p>
<table><tr><td>Kategorie: </td><td>$kattitel</td></tr>";
if(!empty($veranstalter)){echo"<tr><td>Veranstalter: </td><td>$veranstalter</td></tr>";}
if(!empty($kuenstler)){echo"<tr><td>Künstler: </td><td><span itemprop=\"performer\" itemscope itemtype=\"http://schema.org/Person\"><span itemprop=\"name\">$kuenstler</span></span></td></tr>";}
if(!empty($preis)){$preiscon=str_replace(",", ".", $preis);};
if(!empty($preis)){if($preis=="0"){echo"<tr><td>Eintritt: </td><td> <span itemprop=\"offers\" itemscope itemtype=\"http://schema.org/Offer\"><span itemprop=\"price\" content=\"0\">Eintritt frei</span> <span itemprop=\"priceCurrency\" content=\"EUR\"></span><meta itemprop=\"url\" content=\"$LINK$site_con\"></span></td></tr>";}else{echo"<tr><td>Eintritt (ab): </td><td> <span itemprop=\"offers\" itemscope itemtype=\"http://schema.org/Offer\"><span itemprop=\"price\" content=\"$preiscon\">$preis</span> <span itemprop=\"priceCurrency\" content=\"EUR\">€</span><meta itemprop=\"url\" content=\"$LINK$site_con\"></span></td></tr>";}
}
echo"</table>
<br class=\"clright\">";
    echo"<a href=\"";if(empty($_referer)){echo"$LINK/events"; } else {echo"$_referer";} echo"\" title=\"Lübeck Veranstaltungen\"><div class=\"button left50 pabs\">Zurück zur Übersicht</div></a>";if (!empty($ticketlink) and !empty($ticket)) { echo"<a href=\"$ticketlink\" title=\"$ticket\" target=\"_blank\" rel=\"nofollow\" id=\"evde.$row[id]\" class=\"countClick\"><div class=\"button absright\">$ticket <svg class=\"icon-text\"><use xlink:href=\"$LINK/img/icons.svg#icon-popup\"></use></svg></div></a>"; } 
echo"<br class=\"clboth\">
    
    </div></div>
";boxAdWeiss();echo"    
    <div class=\"box\">
<h2>News und weitere Veranstaltungen</h2>
<div class=\"left50 mob100\">";
$result = $mysqli->query("SELECT id,titel,link,kat_id FROM news WHERE status=1 and event_id=$id ORDER BY top DESC, hits DESC, id DESC LIMIT 5");
if ($result and $result->num_rows>=1) {
    echo"<p class=\"bold\">News zur Veranstlatung:</p>";
        while ($row = $result->fetch_assoc()) {
            $result2 = $mysqli->query("SELECT link,name FROM news_kat WHERE id=$row[kat_id] LIMIT 1");
if ($result2) {
while ($row2 = $result2->fetch_assoc()) {
    $katlink2="$row2[link]";
    $katname2="$row2[name]";
}
$result2->close();
}
echo "<a href=\"$LINK/news/$katlink2/$row[id]-$row[link].html\" title=\"News weiterlesen\">$row[titel]</a><br>";
/
html
/
events-detail.php
<span class=\"small\"><a href=\"$LINK/cal.ics?id=$id\" target=\"_blank\" onClick=\"javascript:ga('send', 'event', 'iCal', 'Download', 'titel');\">Termin als iCal speichern / In Ihren Kalender hinzufügen</a></span></p>";
if(!empty($loc_titel)){echo"<p itemprop=\"location\" itemscope itemtype=\"http://schema.org/Place\"><span class=\"bold\">Wo?</span><br><a href=\"$LINK/locations/$loc_id-$loc_link.html\" title=\"Details zur Location\"><span itemprop=\"name\">$loc_titel</span></a>";if(!empty($loc_str)){echo"<span itemprop=\"address\" itemscope itemtype=\"http://schema.org/PostalAddress\"><br><span itemprop=\"streetAddress\">$loc_str $loc_nummer</span><br><span itemprop=\"postalCode\">$loc_plz</span> <span itemprop=\"addressLocality\">$loc_ort</span><meta itemprop=\"addressRegion\" content=\"Schleswig-Holstein\"><meta itemprop=\"addressCountry\" content=\"Deutschland\"></span>";}echo"</p>";}
echo "<p>Tickets für viele Veranstaltungen in Lübeck bekommen Sie auch direkt beim Ticketanbieter <a href=\"https://www.luebeck-places.de/goto/eventim\" target=\"_blank\">Eventim <svg class=\"icon-text\"><use xlink:href=\"https://www.luebeck-places.de/img/icons.svg#icon-popup\"></use></svg></a>.</p>";
echo"<meta itemprop=\"url\" content=\"$LINK$site_con\"></div><div class=\"box\"><h2>Beschreibung</h2>";
 
if (!empty($itunes) and preg_match('/iphone|ipod|ipad|mac/i', $agent)) {
    echo "<div class=\"flright\">$itunes</div>";
} elseif (!empty($amazon)) {
    echo "<div class=\"flright\">$amazon</div>";
}
echo"<p>$text</p>
<table><tr><td>Kategorie: </td><td>$kattitel</td></tr>";
if(!empty($veranstalter)){echo"<tr><td>Veranstalter: </td><td>$veranstalter</td></tr>";}
if(!empty($kuenstler)){echo"<tr><td>Künstler: </td><td><span itemprop=\"performer\" itemscope itemtype=\"http://schema.org/Person\"><span itemprop=\"name\">$kuenstler</span></span></td></tr>";}
if(!empty($preis)){$preiscon=str_replace(",", ".", $preis);};
if(!empty($preis)){if($preis=="0"){echo"<tr><td>Eintritt: </td><td> <span itemprop=\"offers\" itemscope itemtype=\"http://schema.org/Offer\"><span itemprop=\"price\" content=\"0\">Eintritt frei</span> <span itemprop=\"priceCurrency\" content=\"EUR\"></span><meta itemprop=\"url\" content=\"$LINK$site_con\"></span></td></tr>";}else{echo"<tr><td>Eintritt (ab): </td><td> <span itemprop=\"offers\" itemscope itemtype=\"http://schema.org/Offer\"><span itemprop=\"price\" content=\"$preiscon\">$preis</span> <span itemprop=\"priceCurrency\" content=\"EUR\">€</span><meta itemprop=\"url\" content=\"$LINK$site_con\"></span></td></tr>";}
}
echo"</table>
<br class=\"clright\">";
    echo"<a href=\"";if(empty($_referer)){echo"$LINK/events"; } else {echo"$_referer";} echo"\" title=\"Lübeck Veranstaltungen\"><div class=\"button left50 pabs\">Zurück zur Übersicht</div></a>";if (!empty($ticketlink) and !empty($ticket)) { echo"<a href=\"$ticketlink\" title=\"$ticket\" target=\"_blank\" rel=\"nofollow\" id=\"evde.$row[id]\" class=\"countClick\"><div class=\"button absright\">$ticket <svg class=\"icon-text\"><use xlink:href=\"$LINK/img/icons.svg#icon-popup\"></use></svg></div></a>"; } 
echo"<br class=\"clboth\">
    
    </div></div>
";boxAdWeiss();echo"    
    <div class=\"box\">
<h2>News und weitere Veranstaltungen</h2>
<div class=\"left50 mob100\">";
$result = $mysqli->query("SELECT id,titel,link,kat_id FROM news WHERE status=1 and event_id=$id ORDER BY top DESC, hits DESC, id DESC LIMIT 5");
if ($result and $result->num_rows>=1) {
    echo"<p class=\"bold\">News zur Veranstlatung:</p>";
        while ($row = $result->fetch_assoc()) {
            $result2 = $mysqli->query("SELECT link,name FROM news_kat WHERE id=$row[kat_id] LIMIT 1");
if ($result2) {
while ($row2 = $result2->fetch_assoc()) {
    $katlink2="$row2[link]";
    $katname2="$row2[name]";
}
$result2->close();
}
echo "<a href=\"$LINK/news/$katlink2/$row[id]-$row[link].html\" title=\"News weiterlesen\">$row[titel]</a><br>";

Environment & details:

Kategorie: Theater & Konzerte
Key Value
id 623
empty
empty
empty
Key Value
_token 0eb6e502d2298bf3931f6aaaf9c91053
Key Value
GCONV_PATH /usr/local/php/lib64/gconv
LO_PATH /usr/local/php/lib64/locale
MAGICK_C0DER_MODULE_PATH /usr/local/php/lib64/ImageMagick-6.9.10/modules-Q16/coders
OPENSSL_CONF /etc/ssl/openssl.cnf
PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/command
USER p433981
HOME /home/www/p433981
SCRIPT_NAME /events-detail.php
REQUEST_URI /events/theater-konzerte/623-stoppok.html
QUERY_STRING id=623
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/2.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING id=623
REDIRECT_URL /events/theater-konzerte/623-stoppok.html
REMOTE_PORT 33411
SCRIPT_FILENAME /home/www/p433981/html/events-detail.php
SERVER_ADMIN [no address given]
CONTEXT_DOCUMENT_ROOT /home/www/p433981/html/
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /home/www/p433981/html/
REMOTE_ADDR 3.129.247.196
SERVER_PORT 443
SERVER_ADDR 172.16.23.133
SERVER_NAME www.luebeck-places.de
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
HTTP_HOST www.luebeck-places.de
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
H2_STREAM_TAG 3751117-2914-3
H2_STREAM_ID 3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH off
H2PUSH off
HTTP2 on
SSL_TLS_SNI www.luebeck-places.de
HTTPS on
REDIRECT_STATUS 200
REDIRECT_H2_STREAM_TAG 3751117-2914-3
REDIRECT_H2_STREAM_ID 3
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSH off
REDIRECT_H2PUSH off
REDIRECT_HTTP2 on
REDIRECT_SSL_TLS_SNI www.luebeck-places.de
REDIRECT_HTTPS on
FCGI_ROLE RESPONDER
PHP_SELF /events-detail.php
REQUEST_TIME_FLOAT 1713540586.8767
REQUEST_TIME 1713540586
empty
0. Whoops\Handler\PrettyPageHandler