<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=4542&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Listit2 Fehler in Version 1.12 ?]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=4542</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Listit2 Fehler in Version 1.12 ?.]]></description>
		<lastBuildDate>Thu, 13 Aug 2015 16:26:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Listit2 Fehler in Version 1.12 ?]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36040#p36040</link>
			<description><![CDATA[<p>Ich danke euch beiden, es funktioniert!</p>]]></description>
			<author><![CDATA[dummy@example.com (parsec)]]></author>
			<pubDate>Thu, 13 Aug 2015 16:26:12 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36040#p36040</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Listit2 Fehler in Version 1.12 ?]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36020#p36020</link>
			<description><![CDATA[<p>Entweder du nutzt CMSMS 1.11.13 ... oder du modifizierst das ListIt2 Modul.</p><p>1. Öffne die Datei ListIt2.module.php mit einem Editor deiner Wahl<br />2. Finde Zeile 325. <br />3. Ersetze die Funktion</p><div class="codebox"><pre class="vscroll"><code>  public function ModProcessTemplate($tpl_name)
    {
        $ok = (strpos($tpl_name, &#039;..&#039;) === false);
        if (!$ok) return;

        $smarty = cmsms()-&gt;GetSmarty();    
        $config = cmsms()-&gt;GetConfig();
        $result = &#039;&#039;;
        
        $oldcache = $smarty-&gt;caching;
        $smarty-&gt;caching = $this-&gt;can_cache_output() ? Smarty::CACHING_LIFETIME_CURRENT : Smarty::CACHING_OFF;

        $files = array();
        $files[] = cms_join_path($config[&#039;root_path&#039;],&#039;module_custom&#039;,$this-&gt;GetName(),&#039;templates&#039;,$tpl_name);
        $files[] = cms_join_path($this-&gt;GetModulePath(),&#039;templates&#039;,$tpl_name);
        $files[] = cms_join_path(LISTIT2_TEMPLATE_PATH,$tpl_name);

        foreach($files as $file) {
        
            if(is_readable($file)) {

                $result = $smarty-&gt;fetch($file);
                break;
            }
        }
        
        $smarty-&gt;caching = $oldcache;

        return $result;        
    }</code></pre></div><p>durch diese Version der Funktion</p><div class="codebox"><pre class="vscroll"><code>  public function ModProcessTemplate($tpl_name)
  {
          $ok = (strpos($tpl_name, &#039;..&#039;) === false);
          if (!$ok) return;

          $smarty = cmsms()-&gt;GetSmarty(); 
          $config = cmsms()-&gt;GetConfig();
          cmsms()-&gt;GetSmarty()-&gt;no_absolute_templates = FALSE;
          $result = &#039;&#039;;
         
          $oldcache = $smarty-&gt;caching;
          $smarty-&gt;caching = $this-&gt;can_cache_output() ? Smarty::CACHING_LIFETIME_CURRENT : Smarty::CACHING_OFF;

          $files = array();
          $files[] = cms_join_path($config[&#039;root_path&#039;],&#039;module_custom&#039;,$this-&gt;GetName(),&#039;templates&#039;,$tpl_name);
          $files[] = cms_join_path($this-&gt;GetModulePath(),&#039;templates&#039;,$tpl_name);
          $files[] = cms_join_path(LISTIT2_TEMPLATE_PATH,$tpl_name);

          foreach($files as $file) {
         
                  if(is_readable($file)) {

                          $result = $smarty-&gt;fetch($file);
                          break;
                  }
          }
         
          $smarty-&gt;caching = $oldcache;
          cmsms()-&gt;GetSmarty()-&gt;no_absolute_templates = TRUE;
          return $result;  
  }</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Wed, 12 Aug 2015 21:10:34 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36020#p36020</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Listit2 Fehler in Version 1.12 ?]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36018#p36018</link>
			<description><![CDATA[<p>Das für dich relevante dürftest du hier finden:</p><p><a href="http://forum.cmsmadesimple.org/viewtopic.php?p=320990&amp;sid=cf57a842f5787973e076060a283cf796#p320990" rel="nofollow">http://forum.cmsmadesimple.org/viewtopi … 96#p320990</a></p><p>Ich habe den Fix nicht getestet, deshalb probieren. Öffne die ListIt2.module.php Datei (im Hauptverzeichnis des Moduls) und editiere diese. Tausche den im englischen Forum geposteten Teil aus. (1. Teil = alt, 2. Teil = neu)</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Wed, 12 Aug 2015 20:17:31 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36018#p36018</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Listit2 Fehler in Version 1.12 ?]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36017#p36017</link>
			<description><![CDATA[<p>Moin Moin,</p><p>ich wollte auf meinem frisch installiertem System mit dem Listit-Modul eine Liste erstellen, nach Aufruf im Backend, eine Fehlermeldung!</p><p><strong>ERROR: at line 127 in file /usr/www/users/thomaskq/goldmilch2.de/lib/smarty/libs/sysplugins/smarty_internal_templatebase.php</strong></p><p>Scheinbar wurde das gelöst, aber wie? Wie immer ist mein Englisch nur dürftig, kann mir das jemand ausdeutschen oder muss ich mit einer älteren CMSms Version neuinstallieren?</p><p><a href="http://www.cmsmadesimple.de/forum/viewtopic.php?id=4371" rel="nofollow">http://www.cmsmadesimple.de/forum/viewtopic.php?id=4371</a></p><p>Gruß und Dank</p>]]></description>
			<author><![CDATA[dummy@example.com (parsec)]]></author>
			<pubDate>Wed, 12 Aug 2015 20:00:01 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=36017#p36017</guid>
		</item>
	</channel>
</rss>
