<?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=4061&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Keine Bildvorschau in der Bildverwaltung]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=4061</link>
		<description><![CDATA[Die aktuellsten Beiträge in Keine Bildvorschau in der Bildverwaltung.]]></description>
		<lastBuildDate>Wed, 20 Aug 2014 13:22:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32051#p32051</link>
			<description><![CDATA[<div class="quotebox"><cite>IMVR schrieb:</cite><blockquote><div><p>Welche könnten das denn sein?</p></div></blockquote></div><div class="codebox"><pre><code>$config[&#039;persistent_db_conn&#039;] = &#039;1&#039;;</code></pre></div><p>Bringt etwas bessere System-Performance - aber ausprobieren, ob es auf deinem Server möglich ist oder Probleme macht.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Wed, 20 Aug 2014 13:22:32 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32051#p32051</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32035#p32035</link>
			<description><![CDATA[<p>Guten Morgen,</p><p>Vielen Dank an Cyberman, die Minimalvariante der config.php hat es gelöst. Die Vorschau geht wieder.</p><p><em>&quot;...(außer deine Installation benötigt bestimmte Einträge)...&quot;</em></p><p>Welche könnten das denn sein? Die Seite läuft soweit einwandfrei mit der neuen config.php. So sah die alte aus:</p><div class="codebox"><pre class="vscroll"><code>&lt;?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config[&#039;php_memory_limit&#039;] = &#039;&#039;;
$config[&#039;process_whole_template&#039;] = &#039;&#039;;
$config[&#039;debug&#039;] = false;
$config[&#039;output_compression&#039;] = &#039;&#039;;
$config[&#039;timezone&#039;] = &#039;&#039;;
$config[&#039;dbms&#039;] = &#039;mysql&#039;;
$config[&#039;db_hostname&#039;] = &#039;xxxx&#039;;
$config[&#039;db_username&#039;] = &#039;xxxx&#039;;
$config[&#039;db_password&#039;] = &#039;xxxx&#039;;
$config[&#039;db_name&#039;] = &#039;xxxx&#039;;
$config[&#039;db_port&#039;] = 0;
$config[&#039;db_prefix&#039;] = &#039;cms_&#039;;
$config[&#039;persistent_db_conn&#039;] = &#039;&#039;;
$config[&#039;use_adodb_lite&#039;] = &#039;1&#039;;
$config[&#039;root_url&#039;] = &#039;&#039;;
$config[&#039;ssl_url&#039;] = &#039;&#039;;
$config[&#039;root_path&#039;] = &#039;/.../http/docs&#039;;
$config[&#039;admin_dir&#039;] = &#039;admin&#039;;
$config[&#039;previews_path&#039;] = &#039;/.../http/docs/tmp/cache&#039;;
$config[&#039;uploads_path&#039;] = &#039;/.../http/docs/uploads&#039;;
$config[&#039;uploads_url&#039;] = &#039;/uploads&#039;;
$config[&#039;default_upload_permission&#039;] = &#039;664&#039;;
$config[&#039;use_smarty_php_tags&#039;] = &#039;&#039;;
$config[&#039;auto_alias_content&#039;] = true;
$config[&#039;url_rewriting&#039;] = &#039;none&#039;;
$config[&#039;page_extension&#039;] = &#039;&#039;;
$config[&#039;query_var&#039;] = &#039;page&#039;;
$config[&#039;image_manipulation_prog&#039;] = &#039;GD&#039;;
$config[&#039;image_transform_lib_path&#039;] = &#039;C:/Program Files/VisualMagick/bin/&#039;;
$config[&#039;image_uploads_path&#039;] = &#039;/.../http/docs/uploads/images&#039;;
$config[&#039;image_uploads_url&#039;] = &#039;&#039;;
$config[&#039;ssl_uploads_url&#039;] = &#039;&#039;;
$config[&#039;locale&#039;] = &#039;&#039;;
$config[&#039;default_encoding&#039;] = &#039;utf-8&#039;;
$config[&#039;admin_encoding&#039;] = &#039;utf-8&#039;;
$config[&#039;set_names&#039;] = true;
$config[&#039;wiki_url&#039;] = &#039;http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel&#039;;
?&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (IMVR)]]></author>
			<pubDate>Wed, 20 Aug 2014 08:24:29 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32035#p32035</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32021#p32021</link>
			<description><![CDATA[<p>Wie sieht denn deine config.php aus?</p><p>Seit der 1.11 reicht eine Minimalvariante, damit CMSMS funktioniert</p><div class="codebox"><pre><code>&lt;?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config[&#039;dbms&#039;] = &#039;mysqli&#039;;
$config[&#039;db_hostname&#039;] = &#039;mysql.server.de&#039;;
$config[&#039;db_username&#039;] = &#039;xxxxxxxx&#039;;
$config[&#039;db_password&#039;] = &#039;xxxxxxxx&#039;;
$config[&#039;db_name&#039;] = &#039;xxxxxxx&#039;;
$config[&#039;db_prefix&#039;] = &#039;cms_&#039;;
$config[&#039;timezone&#039;] = &#039;Europe/Berlin&#039;;
?&gt;</code></pre></div><p>(außer deine Installation benötigt bestimmte Einträge)</p><p>Damit sollten Änderungen am Server auch keine Auswirkungen mehr auf die Funktionsfähigkeit haben, da die aktuellen Daten live von CMSMS ermittelt werden.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Tue, 19 Aug 2014 14:58:18 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32021#p32021</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32020#p32020</link>
			<description><![CDATA[<p>Ja, den Zwischenspeicher hatte ich schon gelöscht...</p>]]></description>
			<author><![CDATA[dummy@example.com (IMVR)]]></author>
			<pubDate>Tue, 19 Aug 2014 13:45:35 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32020#p32020</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32019#p32019</link>
			<description><![CDATA[<p>CMSMS ermittelt diese Pfadangaben normalerweise selbst, mit einer Datei mit Testfunktionen. Wenn aber ein Test fehl schlägt, kann man den Wert in der config.php setzen.</p><p>Wenn es früher funktioniert hat, und nun nicht mehr, muss man sich fragen warum?<br />Oft sind es die Servereinstellungen oder geänderte PHP-Versionen mit anderen Einstellungen.</p><p>Cache nach dem ändern der config schon geleert?</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Tue, 19 Aug 2014 13:38:42 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32019#p32019</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32018#p32018</link>
			<description><![CDATA[<p>Ok, habe ich in die config.php eingetragen, steht jetzt auch so in den Systeminformationen. Ändert leider nichts...</p><p>Was meinst du mit &quot;Testfunktionen&quot; bzw. &quot;Servereinstellung&quot;?</p>]]></description>
			<author><![CDATA[dummy@example.com (IMVR)]]></author>
			<pubDate>Tue, 19 Aug 2014 13:27:25 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32018#p32018</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32017#p32017</link>
			<description><![CDATA[<p>Dann würde ich sagen, dass es nicht am Bildmanager legt, sondern an den Testfunktionen von CMSMS, oder an einer geänderten Servereinstellung.</p><p>Hast du es mit einem Eintrag in der config.php schon versucht?<br />$config[&#039;uploads_url&#039;] = &#039;/uploads&#039;;</p><p>Siehe: CMSMS_config_reference.pdf in /docs/</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Tue, 19 Aug 2014 12:49:34 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32017#p32017</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32009#p32009</link>
			<description><![CDATA[<p>Da steht folgendes:</p><p>uploads_Path: .../http/docs/uploads (0700)<br />image_uploads_path: .../http/docs/uploads/images (0700)<br />uploads_url: nix</p>]]></description>
			<author><![CDATA[dummy@example.com (IMVR)]]></author>
			<pubDate>Tue, 19 Aug 2014 10:15:44 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32009#p32009</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32004#p32004</link>
			<description><![CDATA[<p>Was steht denn bei Seitenadministration / Systeminformationen weiter unten bei uploads_path,&#160; uploads_url und image_uploads_path usw.. drin?</p>]]></description>
			<author><![CDATA[dummy@example.com (Klenkes)]]></author>
			<pubDate>Tue, 19 Aug 2014 08:59:03 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32004#p32004</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32002#p32002</link>
			<description><![CDATA[<p>Guten Morgen,</p><p>Danke, das stimmt wohl, also hier alles zum System:</p><p>Ich verwende nach diversen Updates CMS Made Simple in der Version 1.11. Mein Server läuft unter Linux mit Apache 2.2.3, PHP 5.4.3 und MySQL 5.0.92.</p><p>Dasselbe Problem habe ich allerdings auch auf einer anderen Made Simple Seite mit Version 1.11.10, der Rest ist gleich.</p><p>Den Fehler kann ich nicht genauer beschreiben, es fehlt halt im Pfad das .../uploads/images/....</p>]]></description>
			<author><![CDATA[dummy@example.com (IMVR)]]></author>
			<pubDate>Tue, 19 Aug 2014 07:44:33 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=32002#p32002</guid>
		</item>
		<item>
			<title><![CDATA[Re: Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31997#p31997</link>
			<description><![CDATA[<p>Das sind eindeutig zu wenige Daten über dein System, um eine Hilfestellung zu geben. </p><p>Eine Anleitung dazu findest du im Link in meinem Footer <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" />.</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Mon, 18 Aug 2014 18:35:17 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31997#p31997</guid>
		</item>
		<item>
			<title><![CDATA[Keine Bildvorschau in der Bildverwaltung]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31989#p31989</link>
			<description><![CDATA[<p>Hallo,</p><p>Ich habe das Problem, das ich aktuell keine Thumbs mehr in der Bildvorschau sehe, auch das Klicken auf ein Bild öffnet die Bilder nicht, offensichtlich ist der Pfad falsch, statt</p><p><a href="http://www.deinedomain.de/uploads/images/bild" rel="nofollow">www.deinedomain.de/uploads/images/bild</a></p><p>ist es</p><p><a href="http://www.deinedomain.de/bild" rel="nofollow">www.deinedomain.de/bild</a></p><p>Wo kann ich das wieder korrigieren? In der config.php?</p><p>Danke</p>]]></description>
			<author><![CDATA[dummy@example.com (IMVR)]]></author>
			<pubDate>Mon, 18 Aug 2014 13:36:12 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=31989#p31989</guid>
		</item>
	</channel>
</rss>
