<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.schulzemirko.de/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>SchulzeMirko.De</title>
        <description></description>
        <link>http://www.schulzemirko.de/</link>
        <lastBuildDate>Mon, 06 Feb 2012 22:33:10 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.schulzemirko.de/lib/images/favicon.ico</url>
            <title>SchulzeMirko.De</title>
            <link>http://www.schulzemirko.de/</link>
        </image>
        <item>
            <title>Grausamkeiten wie PHP</title>
            <link>http://www.schulzemirko.de/doku.php/blog:2011:05:20110525-0840-grausamkeiten_wie_php</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot;&gt;&lt;a name=&quot;grausamkeiten_wie_php&quot; id=&quot;grausamkeiten_wie_php&quot;&gt;Grausamkeiten wie PHP&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

Beim Update von &lt;a href=&quot;http://www.magentocommerce.com&quot; class=&quot;urlextern&quot; title=&quot;http://www.magentocommerce.com&quot;  rel=&quot;nofollow&quot;&gt;Magento Commerce&lt;/a&gt; auf ein aktuelles System mit aktuellem &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; flog mir doch prompt alles um die Ohren, da die Entwickler von &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; mal wieder signifikante Änderungen an einigen Funktionen vorgenommen haben.
&lt;/p&gt;

&lt;p&gt;
Es fing mit diesem harmlosen Fehler an:
&lt;code&gt;Fatal error: Method Varien_Object::__tostring() cannot take arguments in .. lib/Varien/Object.php on line 488 &lt;/code&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Suche nach der Ursache entdeckte ich schnell einen &lt;a href=&quot;http://www.magentocommerce.com/boards/viewthread/18080/&quot; class=&quot;urlextern&quot; title=&quot;http://www.magentocommerce.com/boards/viewthread/18080/&quot;  rel=&quot;nofollow&quot;&gt;Thread im Magento-Board&lt;/a&gt;. Schließlich landete ich auf der &lt;a href=&quot;http://www.php.net/manual/en/migration53.incompatible.php&quot; class=&quot;urlextern&quot; title=&quot;http://www.php.net/manual/en/migration53.incompatible.php&quot;  rel=&quot;nofollow&quot;&gt;PHP&lt;/a&gt; Seite, wo mir minimale Inkompatibelitäten bei einem Versionssprung auf &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; 5.3 prophezeit wurden.
&lt;/p&gt;

&lt;p&gt;
Naja am heftigsten fand ich dann aber den netten kleinen Hinweis, dass &lt;a href=&quot;http://www.php.net/manual/en/control-structures.goto.php&quot; class=&quot;urlextern&quot; title=&quot;http://www.php.net/manual/en/control-structures.goto.php&quot;  rel=&quot;nofollow&quot;&gt;goto&lt;/a&gt; neuerdings ein reserviertes Wort ist. Man glaubt es nicht, aber die &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; - Entwickler haben doch tatsächlich dieses unnütze und absolut sinnlose goto
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; eingebaut&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; diese Schandtat dokumentiert (Ich würde mich nicht mehr auf die Straße trauen)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; mit einem absolut sinnlosen Beispiel diese Unsinnigkeit unterstrichen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; und mit einem lustigen Comic das ganze so ziemlich an den Rand der Ernsthaftigkeit gebracht!&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.schulzemirko.de/lib/exe/detail.php/blog:2011:goto.png?id=blog%3A2011%3A05%3A20110525-0840-grausamkeiten_wie_php&quot; class=&quot;media&quot; title=&quot;blog:2011:goto.png&quot;&gt;&lt;img src=&quot;http://www.schulzemirko.de/lib/exe/fetch.php/blog:2011:goto.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Wer bitte programmiert sowas:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;for($i=0,$j=50; $i&amp;lt;100; $i++) {
  while($j--) {
    if($j==17) goto end; 
  }  
}
echo &amp;quot;i = $i&amp;quot;;
end:
echo &amp;#039;j hit 17&amp;#039;;&lt;/pre&gt;

&lt;p&gt;
Jedenfalls frage ich mich, welcher Entwickler Bedarf für eine solche goto Funktion hat.
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:php?do=showtag&amp;amp;tag=tag%3Aphp&quot; class=&quot;wikilink1&quot; title=&quot;tag:php&quot; rel=&quot;tag&quot;&gt;PHP&lt;/a&gt;,
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:5.3?do=showtag&amp;amp;tag=tag%3A5.3&quot; class=&quot;wikilink1&quot; title=&quot;tag:5.3&quot; rel=&quot;tag&quot;&gt;5.3&lt;/a&gt;,
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:magento?do=showtag&amp;amp;tag=tag%3Amagento&quot; class=&quot;wikilink1&quot; title=&quot;tag:magento&quot; rel=&quot;tag&quot;&gt;Magento&lt;/a&gt;,
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:goto?do=showtag&amp;amp;tag=tag%3Agoto&quot; class=&quot;wikilink1&quot; title=&quot;tag:goto&quot; rel=&quot;tag&quot;&gt;goto&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>PHP</category>
        <category>5.3</category>
        <category>Magento</category>
        <category>goto</category>
            <pubDate>Thu, 26 May 2011 07:53:10 +0100</pubDate>
        </item>
        <item>
            <title>Bruchbude gesucht - Page moved from blog:2011:20110405-1329-bruchbude_gesucht to ...</title>
            <link>http://www.schulzemirko.de/doku.php/blog:2011:04:20110405-1329-bruchbude_gesucht</link>
            <description>
&lt;h1 class=&quot;sectionedit2&quot;&gt;&lt;a name=&quot;bruchbude_gesucht&quot; id=&quot;bruchbude_gesucht&quot;&gt;Bruchbude gesucht&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

&lt;a href=&quot;http://www.schulzemirko.de/lib/exe/detail.php/blog:2011:bruchbude.gesucht.png?id=blog%3A2011%3A04%3A20110405-1329-bruchbude_gesucht&quot; class=&quot;media&quot; title=&quot;blog:2011:bruchbude.gesucht.png&quot;&gt;&lt;img src=&quot;http://www.schulzemirko.de/lib/exe/fetch.php/blog:2011:bruchbude.gesucht.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; Ohne Worte
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:gesehen?do=showtag&amp;amp;tag=tag%3Agesehen&quot; class=&quot;wikilink1&quot; title=&quot;tag:gesehen&quot; rel=&quot;tag&quot;&gt;Gesehen&lt;/a&gt;,
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:zeitung?do=showtag&amp;amp;tag=tag%3Azeitung&quot; class=&quot;wikilink1&quot; title=&quot;tag:zeitung&quot; rel=&quot;tag&quot;&gt;Zeitung&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>Gesehen</category>
        <category>Zeitung</category>
            <pubDate>Tue, 05 Apr 2011 15:32:59 +0100</pubDate>
        </item>
        <item>
            <title>Errors, Exceptions und deren Folgen</title>
            <link>http://www.schulzemirko.de/doku.php/blog:2011:03:20110317-1537-errors_exceptions_und_deren_folgen</link>
            <description>
&lt;h1 class=&quot;sectionedit3&quot;&gt;&lt;a name=&quot;errors_exceptions_und_deren_folgen&quot; id=&quot;errors_exceptions_und_deren_folgen&quot;&gt;Errors, Exceptions und deren Folgen&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

&lt;a href=&quot;http://www.schulzemirko.de/lib/exe/detail.php/blog:blog_2011:03:errors_exceptions_und_so_weiter.png?id=blog%3A2011%3A03%3A20110317-1537-errors_exceptions_und_deren_folgen&quot; class=&quot;media&quot; title=&quot;blog:blog_2011:03:errors_exceptions_und_so_weiter.png&quot;&gt;&lt;img src=&quot;http://www.schulzemirko.de/lib/exe/fetch.php/blog:blog_2011:03:errors_exceptions_und_so_weiter.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; Zum Glück ist die Software nicht von mir…
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:web?do=showtag&amp;amp;tag=tag%3Aweb&quot; class=&quot;wikilink1&quot; title=&quot;tag:web&quot; rel=&quot;tag&quot;&gt;Web&lt;/a&gt;,
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:gesehen?do=showtag&amp;amp;tag=tag%3Agesehen&quot; class=&quot;wikilink1&quot; title=&quot;tag:gesehen&quot; rel=&quot;tag&quot;&gt;gesehen&lt;/a&gt;,
	&lt;a href=&quot;http://www.schulzemirko.de/doku.php/tag:fehler?do=showtag&amp;amp;tag=tag%3Afehler&quot; class=&quot;wikilink1&quot; title=&quot;tag:fehler&quot; rel=&quot;tag&quot;&gt;fehler&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>Web</category>
        <category>gesehen</category>
        <category>fehler</category>
            <pubDate>Tue, 22 Mar 2011 04:33:36 +0100</pubDate>
        </item>
        <item>
            <title>Altes zur Rufnummernmitnahme - Page name changed from blog:2011:01:altes_zur_rufnummernmitnahme ...</title>
            <link>http://www.schulzemirko.de/doku.php/blog:2011:01:20110117-1537-altes_zur_rufnummernmitnahme</link>
            <description>
&lt;h1 class=&quot;sectionedit4&quot;&gt;&lt;a name=&quot;altes_zur_rufnummernmitnahme&quot; id=&quot;altes_zur_rufnummernmitnahme&quot;&gt;Altes zur Rufnummernmitnahme&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Die Ausgangslage: 2 Personen verabreden sich zur Beendigung ihres Mobilfunkvertrages (selber Anbieter, selber Tarif, jedoch mit unterschiedlichem Vertragsende-Datum ).
Nennen wir die Person, deren Vertrag zuerst ausläuft „Person 1“ und die andere Person „Person 2“.
Da seit Aussprechen der Kündigung, bis zum eigentlichen Vertragsende viele Monate vergehen denken beide gar nicht, dass es bald an der Zeit ist einen neuen Mobilfunkanbieter zu organisieren.
Als Person 1 von heute auf morgen nicht mehr telefonieren kann wird schnell klar - hier muss ein neuer Provider her.
Dies ist schnell erledigt. Am nächsten Tag ist die neue SIM Karte da und der Spass mit dem neuen Provider geht los.
Person 1 versucht noch eben die Rufnummernmitnahme durchführen zu lassen; was innerhalb eines Monats nach Vertragsende durchführbar ist.
Die Rufnummernmitnahme wurde erforlgreich durchgeführt: Nach einer Woche mit einer vorrübergehenden Nummer wird die altbekannte Nummer auf die neue SIM-Karte des neuen Provider geschaltet.
&lt;/p&gt;

&lt;p&gt;
Von da an fängt Person 2 an die Rufnummernmitnahme vorzubereiten.
Im Prinzip läuft bei der Rufnummernmitnahme alles wie bei Person 1 ab - nur eben, dass der Vertrag mit Person 2 noch besteht, während der mit Person 1 bereits beendet ist.
&lt;/p&gt;

&lt;p&gt;
Frage: Worin besteht der Unterschied?
&lt;/p&gt;

&lt;p&gt;
Antwort: 25€!!!
Person 2 muss muss für „Serviceleistungen - Rufnummernmitnahme“ bezahlen, während das bei Person 1 nicht mehr möglich ist.
&lt;/p&gt;

&lt;p&gt;
Fazit: Immer erst nach Ende des Mobilfunktvertrages die Rufnummernübertragung durchführen!

&lt;/p&gt;

&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>blog:2011:01</category>
            <pubDate>Tue, 22 Mar 2011 04:27:12 +0100</pubDate>
        </item>
        <item>
            <title>Blog 2011 - angelegt</title>
            <link>http://www.schulzemirko.de/doku.php/blog:2011:2011</link>
            <description>
&lt;h1 class=&quot;sectionedit5&quot;&gt;&lt;a name=&quot;blog_2011&quot; id=&quot;blog_2011&quot;&gt;Blog 2011&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;hfeed&quot;&gt;

&lt;!-- including blog:2011:05:20110525-0840-grausamkeiten_wie_php // /var/www/web1/html/schulzemirko.de/data/pages/blog/2011/05/20110525-0840-grausamkeiten_wie_php.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;

&lt;h2&gt;&lt;a name=&quot;grausamkeiten_wie_php&quot; id=&quot;grausamkeiten_wie_php&quot; href=&quot;http://www.schulzemirko.de/doku.php/blog:2011:05:20110525-0840-grausamkeiten_wie_php&quot;&gt;Grausamkeiten wie PHP&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;

Beim Update von &lt;a href=&quot;http://www.magentocommerce.com&quot; class=&quot;urlextern&quot; title=&quot;http://www.magentocommerce.com&quot;  rel=&quot;nofollow&quot;&gt;Magento Commerce&lt;/a&gt; auf ein aktuelles System mit aktuellem &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; flog mir doch prompt alles um die Ohren, da die Entwickler von &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; mal wieder signifikante Änderungen an einigen Funktionen vorgenommen haben.
&lt;/p&gt;

&lt;p&gt;
Es fing mit diesem harmlosen Fehler an:
&lt;code&gt;Fatal error: Method Varien_Object::__tostring() cannot take arguments in .. lib/Varien/Object.php on line 488 &lt;/code&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Suche nach der Ursache entdeckte ich schnell einen &lt;a href=&quot;http://www.magentocommerce.com/boards/viewthread/18080/&quot; class=&quot;urlextern&quot; title=&quot;http://www.magentocommerce.com/boards/viewthread/18080/&quot;  rel=&quot;nofollow&quot;&gt;Thread im Magento-Board&lt;/a&gt;. Schließlich landete ich auf der &lt;a href=&quot;http://www.php.net/manual/en/migration53.incompatible.php&quot; class=&quot;urlextern&quot; title=&quot;http://www.php.net/manual/en/migration53.incompatible.php&quot;  rel=&quot;nofollow&quot;&gt;PHP&lt;/a&gt; Seite, wo mir minimale Inkompatibelitäten bei einem Versionssprung auf &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; 5.3 prophezeit wurden.
&lt;/p&gt;

&lt;p&gt;
Naja am heftigsten fand ich dann aber den netten kleinen Hinweis, dass &lt;a href=&quot;http://www.php.net/manual/en/control-structures.goto.php&quot; class=&quot;urlextern&quot; title=&quot;http://www.php.net/manual/en/control-structures.goto.php&quot;  rel=&quot;nofollow&quot;&gt;goto&lt;/a&gt; neuerdings ein reserviertes Wort ist. Man glaubt es nicht, aber die &lt;acronym title=&quot;Hypertext Preprocessor&quot;&gt;PHP&lt;/acronym&gt; - Entwickler haben doch tatsächlich dieses unnütze und absolut sinnlose goto
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; eingebaut&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; diese Schandtat dokumentiert (Ich würde mich nicht mehr auf die Straße trauen)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; mit einem absolut sinnlosen Beispiel diese Unsinnigkeit unterstrichen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; und mit einem lustigen Comic das ganze so ziemlich an den Rand der Ernsthaftigkeit gebracht!&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.schulzemirko.de/lib/exe/detail.php/blog:2011:goto.png?id=blog%3A2011%3A05%3A20110525-0840-grausamkeiten_wie_php&quot; class=&quot;media&quot; title=&quot;blog:2011:goto.png&quot;&gt;&lt;img src=&quot;http://www.schulzemirko.de/lib/exe/fetch.php/blog:2011:goto.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Wer bitte programmiert sowas:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;for($i=0,$j=50; $i&amp;lt;100; $i++) {
  while($j--) {
    if($j==17) goto end; 
  }  
}
echo &amp;quot;i = $i&amp;quot;;
end:
echo &amp;#039;j hit 17&amp;#039;;&lt;/pre&gt;

&lt;p&gt;
Jedenfalls frage ich mich, welcher Entwickler Bedarf für eine solche goto Funktion hat.
&lt;/p&gt;


&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;/div&gt;

&lt;!-- /including blog:2011:05:20110525-0840-grausamkeiten_wie_php --&gt;

&lt;!-- including blog:2011:04:20110405-1329-bruchbude_gesucht // /var/www/web1/html/schulzemirko.de/data/pages/blog/2011/04/20110405-1329-bruchbude_gesucht.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;

&lt;h2&gt;&lt;a name=&quot;bruchbude_gesucht&quot; id=&quot;bruchbude_gesucht&quot; href=&quot;http://www.schulzemirko.de/doku.php/blog:2011:04:20110405-1329-bruchbude_gesucht&quot;&gt;Bruchbude gesucht&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;

&lt;a href=&quot;http://www.schulzemirko.de/lib/exe/detail.php/blog:2011:bruchbude.gesucht.png?id=blog%3A2011%3A04%3A20110405-1329-bruchbude_gesucht&quot; class=&quot;media&quot; title=&quot;blog:2011:bruchbude.gesucht.png&quot;&gt;&lt;img src=&quot;http://www.schulzemirko.de/lib/exe/fetch.php/blog:2011:bruchbude.gesucht.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; Ohne Worte
&lt;/p&gt;


&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;/div&gt;

&lt;!-- /including blog:2011:04:20110405-1329-bruchbude_gesucht --&gt;

&lt;!-- including blog:2011:03:20110317-1537-errors_exceptions_und_deren_folgen // /var/www/web1/html/schulzemirko.de/data/pages/blog/2011/03/20110317-1537-errors_exceptions_und_deren_folgen.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;

&lt;h2&gt;&lt;a name=&quot;errors_exceptions_und_deren_folgen&quot; id=&quot;errors_exceptions_und_deren_folgen&quot; href=&quot;http://www.schulzemirko.de/doku.php/blog:2011:03:20110317-1537-errors_exceptions_und_deren_folgen&quot;&gt;Errors, Exceptions und deren Folgen&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;

&lt;a href=&quot;http://www.schulzemirko.de/lib/exe/detail.php/blog:blog_2011:03:errors_exceptions_und_so_weiter.png?id=blog%3A2011%3A03%3A20110317-1537-errors_exceptions_und_deren_folgen&quot; class=&quot;media&quot; title=&quot;blog:blog_2011:03:errors_exceptions_und_so_weiter.png&quot;&gt;&lt;img src=&quot;http://www.schulzemirko.de/lib/exe/fetch.php/blog:blog_2011:03:errors_exceptions_und_so_weiter.png&quot; class=&quot;media&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; Zum Glück ist die Software nicht von mir…
&lt;/p&gt;


&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;/div&gt;

&lt;!-- /including blog:2011:03:20110317-1537-errors_exceptions_und_deren_folgen --&gt;

&lt;!-- including blog:2011:01:20110117-1537-altes_zur_rufnummernmitnahme // /var/www/web1/html/schulzemirko.de/data/pages/blog/2011/01/20110117-1537-altes_zur_rufnummernmitnahme.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;

&lt;h2&gt;&lt;a name=&quot;altes_zur_rufnummernmitnahme&quot; id=&quot;altes_zur_rufnummernmitnahme&quot; href=&quot;http://www.schulzemirko.de/doku.php/blog:2011:01:20110117-1537-altes_zur_rufnummernmitnahme&quot;&gt;Altes zur Rufnummernmitnahme&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Die Ausgangslage: 2 Personen verabreden sich zur Beendigung ihres Mobilfunkvertrages (selber Anbieter, selber Tarif, jedoch mit unterschiedlichem Vertragsende-Datum ).
Nennen wir die Person, deren Vertrag zuerst ausläuft „Person 1“ und die andere Person „Person 2“.
Da seit Aussprechen der Kündigung, bis zum eigentlichen Vertragsende viele Monate vergehen denken beide gar nicht, dass es bald an der Zeit ist einen neuen Mobilfunkanbieter zu organisieren.
Als Person 1 von heute auf morgen nicht mehr telefonieren kann wird schnell klar - hier muss ein neuer Provider her.
Dies ist schnell erledigt. Am nächsten Tag ist die neue SIM Karte da und der Spass mit dem neuen Provider geht los.
Person 1 versucht noch eben die Rufnummernmitnahme durchführen zu lassen; was innerhalb eines Monats nach Vertragsende durchführbar ist.
Die Rufnummernmitnahme wurde erforlgreich durchgeführt: Nach einer Woche mit einer vorrübergehenden Nummer wird die altbekannte Nummer auf die neue SIM-Karte des neuen Provider geschaltet.
&lt;/p&gt;

&lt;p&gt;
Von da an fängt Person 2 an die Rufnummernmitnahme vorzubereiten.
Im Prinzip läuft bei der Rufnummernmitnahme alles wie bei Person 1 ab - nur eben, dass der Vertrag mit Person 2 noch besteht, während der mit Person 1 bereits beendet ist.
&lt;/p&gt;

&lt;p&gt;
Frage: Worin besteht der Unterschied?
&lt;/p&gt;

&lt;p&gt;
Antwort: 25€!!!
Person 2 muss muss für „Serviceleistungen - Rufnummernmitnahme“ bezahlen, während das bei Person 1 nicht mehr möglich ist.
&lt;/p&gt;

&lt;p&gt;
Fazit: Immer erst nach Ende des Mobilfunktvertrages die Rufnummernübertragung durchführen!

&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;/div&gt;

&lt;!-- /including blog:2011:01:20110117-1537-altes_zur_rufnummernmitnahme --&gt;
&lt;/div&gt;
&lt;div class=&quot;level1&quot;&gt;



&lt;/div&gt;
</description>
            <author>mirko</author>
        <category>blog:2011</category>
            <pubDate>Tue, 22 Mar 2011 04:22:06 +0100</pubDate>
        </item>
    </channel>
</rss>

