Verlauf

mcmException @ line 80 in /homepages/10/d160760361/htdocs/tageslicht_2013/includes/core/mcmFunctions.inc.php

Exception

type

mcmException

message

_mcm_() was called without a domain!

exception details

line 80 in /homepages/10/d160760361/htdocs/tageslicht_2013/includes/core/ mcmFunctions.inc.php

PHP-source

  75         throw new mcmException('invalid type locale-type: "'.$type.'"');
  76     };
  77     if( mcmHelper::debugModeEnabled()===true ){
  78         if( is_null($domain) ){
  79             throw new mcmException('_mcm_() was called without a domain!');
  80         };
  81     };
  82
  83     $language_id = mcmLanguage::getActiveLanguageId();
  84

backtrace

  1. _mcm_
    line 124 in file /homepages/10/d160760361/htdocs/tageslicht_2013/includes/core/mcmUrlHistory.class.php

    arguments

    1. string Keine Daten verfügbar

    PHP-source

     119         echo '<table class="urlhistory" summary="">'."\n";
     120         echo ' <tbody>'."\n";
     121         if( count($urlAry)==0 ){
     122             echo '  <tr>'."\n";
     123             echo '   <td class="nodata">'._mcm_('Keine Daten verfügbar').'</td>'."\n";
     124             echo '  </tr>'."\n";
     125         }else{
     126             $cnt = count($urlAry);
     127             $rowCnt=0;
     128             foreach( array_reverse($urlAry) AS $row ){
  2. mcmUrlHistory->display()
    line 31 in file /homepages/10/d160760361/htdocs/tageslicht_2013/htdocs/mcm/history.php

    PHP-source

      26 echo '</head>'."\n";
      27 echo '<body class="UrlHistory '.$lang.'">'."\n";
      28 echo ' <div class="UrlHistory">'."\n";
      29 echo '  <h1>'._h_(_mcm_('Verlauf',$localeDomain)).'</h1>'."\n";
      30 $urlHistory->display();
      31 echo ' </div>'."\n";
      32 echo ' <div class="footer"></div>'."\n";
      33 echo '</body>'."\n";
      34 echo '</html>'."\n";
      35 ?>

includes

26 files included