<?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=3596&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Serverumzug]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3596</link>
		<description><![CDATA[Die aktuellsten Beiträge in Serverumzug.]]></description>
		<lastBuildDate>Sun, 24 Nov 2013 06:27:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Serverumzug]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28678#p28678</link>
			<description><![CDATA[<div class="quotebox"><cite>cyberman schrieb:</cite><blockquote><div><p>Die aktuelle Version kommt mit einer Minimal-config aus.</p></div></blockquote></div><p>Hier dazu mal ein Beispiel</p><p><a href="http://forum.cmsmadesimple.de/viewtopic.php?id=3572" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=3572</a></p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sun, 24 Nov 2013 06:27:11 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28678#p28678</guid>
		</item>
		<item>
			<title><![CDATA[Re: Serverumzug]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28677#p28677</link>
			<description><![CDATA[<p>Welche CMSMS-Version verwendest du?</p><p>Die aktuelle Version kommt mit einer Minimal-config aus. Dort sind Pfadangaben gar nicht mehr enthalten, so dass sich das Problem quasi von selbst erledigt :-).</p>]]></description>
			<author><![CDATA[dummy@example.com (cyberman)]]></author>
			<pubDate>Sun, 24 Nov 2013 04:10:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28677#p28677</guid>
		</item>
		<item>
			<title><![CDATA[Re: Serverumzug]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28647#p28647</link>
			<description><![CDATA[<p>Das ist der Cache. Wenn du auf den Verwaltungsbereich zugriff hast, dort unter Wartung leeren. Auch hier erwähnt:</p><p>1) <a href="http://docs.cmsmadesimple.org/moving" rel="nofollow">http://docs.cmsmadesimple.org/moving</a><br />2) <a href="http://www.i-do-this.com/blog/104/CMS-Made-Simple-Techniques-of-2013" rel="nofollow">http://www.i-do-this.com/blog/104/CMS-M … es-of-2013</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Foaly*)]]></author>
			<pubDate>Fri, 22 Nov 2013 14:25:05 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28647#p28647</guid>
		</item>
		<item>
			<title><![CDATA[Serverumzug]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28646#p28646</link>
			<description><![CDATA[<p>Hallo zusammen,</p><p>wir möchten unsere mit CMSms erstellte WebSite zu einem anderen WebHoster umziehen. Wir hatten uns das eigentlich ganz einfach vorgestellt:</p><ol class="decimal"><li><p>SQL-Datenbank dumpen</p></li><li><p>Inhalt des WebSpace per FTP sichern</p></li><li><p>gesicherten Inhalt auf neuen WebSpace hochladen</p></li><li><p>SQL-Datenbank aus Dump wiederherstellen</p></li><li><p>CONFIG.PHP anpassen</p></li></ol><p>Aber so einfach ist es nicht. An verschiedenen Stellen (nicht nur in der config.php) verwendet CMSms absolute Pfade des WebServers ... bei uns zum Beispiel /homepages/2/xyz123/htdocs/. Die sind bei einem anderen Webhoster natürlich nicht identisch. In der config.php habe ich das bereits richtig eingestellt, aber jetzt kommt beim Aufruf der WebSite so etwas:</p><div class="codebox"><pre><code>Warning: include(/homepages/2/xyz123/htdocs/plugins/function.anchor.php) [function.include]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /var/www/web123/html/tmp/templates_c/227252b7eb9e6523479cb6b15b7e203722468b14.tpl_body.16.php on line 22

Warning: include() [function.include]: Failed opening &#039;/homepages/2/xyz123/htdocs/plugins/function.anchor.php&#039; for inclusion (include_path=&#039;.:/usr/share/php:/usr/share/pear&#039;) in /var/www/web123/html/tmp/templates_c/227252b7eb9e6523479cb6b15b7e203722468b14.tpl_body.16.php on line 22

Warning: include(/homepages/2/xyz123/htdocs/plugins/function.image.php) [function.include]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /var/www/web123/html/tmp/templates_c/227252b7eb9e6523479cb6b15b7e203722468b14.tpl_body.16.php on line 23

Warning: include() [function.include]: Failed opening &#039;/homepages/2/xyz123/htdocs/plugins/function.image.php&#039; for inclusion (include_path=&#039;.:/usr/share/php:/usr/share/pear&#039;) in /var/www/web123/html/tmp/templates_c/227252b7eb9e6523479cb6b15b7e203722468b14.tpl_body.16.php on line 23

Warning: include(/homepages/2/xyz123/htdocs/plugins/function.cms_selflink.php) [function.include]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /var/www/web123/html/tmp/templates_c/227252b7eb9e6523479cb6b15b7e203722468b14.tpl_body.16.php on line 24

....</code></pre></div><br /><p>Muss das jetzt überall angepaßt werden? Bzw. bringt das überhaupt etwas, oder kommt dann die nächste Hürde? <br /><strong>Wie ist denn das &quot;Standardverfahren&quot; zum Umzug einer CMSms-WebSite?</strong></p><br /><br /><p>Schöne Grüße von der Elbe!</p>]]></description>
			<author><![CDATA[dummy@example.com (Bonifaz)]]></author>
			<pubDate>Fri, 22 Nov 2013 13:45:16 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28646#p28646</guid>
		</item>
	</channel>
</rss>
