<?xml version="1.0" encoding="utf-8"?>
	
		<feed xmlns="http://www.w3.org/2005/Atom">
			<title type="text">MODX Deutschland - Forum - Installation 1.0.6 macht Probleme</title>
			<updated>2013-05-20T03:11:50+02:00</updated>
			<id>http://www.modxcms.de/forum/</id>
			<link rel="alternate" type="text/html" hreflang="en"
				href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32411&amp;page=1"/>
			<link rel="self" type="application/atom+xml"
				href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32411&amp;Feed=ATOM&amp;page=1"/>
			<generator
				uri="http://getvanilla.com/"
				version="1.1.2">
				Lussumo Vanilla &amp; Feed Publisher
			</generator>
			<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32370#Comment_32370" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32370#Comment_32370</id>
		<published>2012-03-14T18:06:54+01:00</published>
		<updated>2013-05-20T03:11:50+02:00</updated>
		<author>
			<name>Smartsoul</name>
			<uri>http://www.modxcms.de/forum/account.php?u=1006</uri>
		</author>
		<summary type="text" xml:lang="en">
			Hallo!

Es ist eigenartig. Ich habe versucht eine 1.0.6 Installation auf einem Webspace durchzuführen. Die Installation hat prima funktioniert. Überall nur grüne Häkchen. Als ich dann ...
		</summary>
		<content type="html">
			<![CDATA[Hallo!<br /><br />Es ist eigenartig. Ich habe versucht eine 1.0.6 Installation auf einem Webspace durchzuführen. Die Installation hat prima funktioniert. Überall nur grüne Häkchen. Als ich dann fortfahren wollte an dem Punkt, wo in der Installationsroutine nachgefragt wird, ob der install-Ordner mit gelöscht werden soll, gab es nach dem Klick auf den "Fortfahren"-Button nur noch eine Fehlermeldung:<br /><blockquote>Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /var/www/web625/html/_LSO/manager/includes/protect.inc.php on line 36</blockquote><br />Natürlich habe ich gedacht, es ist doch irgendwas schief gelaufen und habe die Installation ein zweites Mal durchgeführt. Das selbe Ergebnis.<br /><br />Die Installation liegt unterhalb einer anderen auf dem Webspace. Im htlm-Ordner des Webspace liegt eine MODx-Installation und dazu ein Ordner _LSO, in dem ich die neue Installation ausgeführt habe.<br /><br />Geht das überhaupt oder liegt es daran, dass ich nicht auf die Seite mit dem Manager-Login komme?<br /><br />In der Datei protect.inc.php habe ich nachgesehen, konnte aber nichts entdecken, was ich dort hätte entdecken sollen.<br /><code>if (!function_exists('modx_sanitize_gpc')) {<br />    function modx_sanitize_gpc(& $target, $modxtags, $limit= 3) {<br />        foreach ($target as $key =&gt; $value) {<br />            if (is_array($value) && $limit &gt; 0) {<br />                modx_sanitize_gpc($value, $modxtags, $limit - 1);<br />            } else {<br />                $target[$key] = preg_replace($modxtags, "", $value);<br />            }<br /><span style='color: #FF0000'>bei mir Zeile 36</span>      }<br />        return $target;<br />    }<br />}</code><br /><br />Das sagt mir leider überhaupt nichts.<br /><br />Kann mir jemand helfen?<br /><br />Danke im Voraus<br /><br />Smartsoul]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32371#Comment_32371" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32371#Comment_32371</id>
		<published>2012-03-14T18:17:52+01:00</published>
		<updated>2013-05-20T03:11:50+02:00</updated>
		<author>
			<name>Mithrandir</name>
			<uri>http://www.modxcms.de/forum/account.php?u=848</uri>
		</author>
		<summary type="text" xml:lang="en">
			Wenn BOM usw. in der Datei ausgeschlossen werden kann, wird vielleicht ab dem Verzeichnis wieder mit php4 statt php5 gearbeitet. S. z.B. ...
		</summary>
		<content type="html">
			<![CDATA[Wenn BOM usw. in der Datei ausgeschlossen werden kann, wird vielleicht ab dem Verzeichnis wieder mit php4 statt php5 gearbeitet. S. z.B. <a href='http://www.modxcms.de/forum/comments.php?DiscussionID=4930#Item_2'>http://www.modxcms.de/forum/comments.php?DiscussionID=4930#Item_2</a>]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32372#Comment_32372" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32372#Comment_32372</id>
		<published>2012-03-14T19:34:53+01:00</published>
		<updated>2012-03-14T19:36:12+01:00</updated>
		<author>
			<name>Smartsoul</name>
			<uri>http://www.modxcms.de/forum/account.php?u=1006</uri>
		</author>
		<summary type="text" xml:lang="en">
			Die PHP-Version ist 4.4.9-0.dotdeb.1. Das ist natürlich kein PHP5.

Sieht so aus als läuft auf dem Server nur PHP4. Insofern ging das Umstellen per htaccess, wie es in dem anderen Thread ...
		</summary>
		<content type="html">
			<![CDATA[Die PHP-Version ist 4.4.9-0.dotdeb.1. Das ist natürlich kein PHP5.<br /><br />Sieht so aus als läuft auf dem Server nur PHP4. Insofern ging das Umstellen per htaccess, wie es in dem anderen Thread empfohlen wird auch nicht.<br /><br />Aber ich dachte auch, dass EVO mit PHP4 klar kommt. ???]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32373#Comment_32373" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32373#Comment_32373</id>
		<published>2012-03-14T21:13:46+01:00</published>
		<updated>2012-03-14T21:14:20+01:00</updated>
		<author>
			<name>Mithrandir</name>
			<uri>http://www.modxcms.de/forum/account.php?u=848</uri>
		</author>
		<summary type="text" xml:lang="en">
			Lt. http://forums.modx.com/thread/74907/evolution-1-0-6---security-fix-and-a-few-little-improvements dürfte die php-Version reichen, bin aber tatsächlich nicht so sicher.

Zeile 36 ist übrigens ...
		</summary>
		<content type="html">
			<![CDATA[Lt. <a href='http://forums.modx.com/thread/74907/evolution-1-0-6---security-fix-and-a-few-little-improvements'>http://forums.modx.com/thread/74907/evolution-1-0-6---security-fix-and-a-few-little-improvements</a> dürfte die php-Version reichen, bin aber tatsächlich nicht so sicher.<br /><br />Zeile 36 ist übrigens bei mir diese hier (ich habe gerade eben den Download durchgeführt):<br /><br /><code>       foreach ($target as $key =&gt; &$value) {</code><br /><br />bei dir fehlt "&" vor dem "$value"?]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32385#Comment_32385" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32385#Comment_32385</id>
		<published>2012-03-15T13:40:33+01:00</published>
		<updated>2013-05-20T03:11:50+02:00</updated>
		<author>
			<name>Smartsoul</name>
			<uri>http://www.modxcms.de/forum/account.php?u=1006</uri>
		</author>
		<summary type="text" xml:lang="en">
			Habe bei mir in der Zeile das &amp; eingefügt. Führt aber leider nur zu einer weiteren Fehlermeldung mit geänderter Zeilennummer.
[quote]Parse error: syntax error, unexpected '&amp;', expecting ...
		</summary>
		<content type="html">
			<![CDATA[Habe bei mir in der Zeile das & eingefügt. Führt aber leider nur zu einer weiteren Fehlermeldung mit geänderter Zeilennummer.<br /><blockquote>Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /var/www/web625/html/_LSO/manager/includes/protect.inc.php on line 30</blockquote><br />Wobei Zeile 30 jetzt genau die<br /><code>foreach ($target as $key =&gt; &$value) {</code><br />ist.<br /><br />Der Download der 1.0.6 war übrigens ganz frisch gezogen und sollte doch eigentlich sauber funktionieren, oder?]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32388#Comment_32388" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32388#Comment_32388</id>
		<published>2012-03-15T16:24:25+01:00</published>
		<updated>2012-03-15T20:52:06+01:00</updated>
		<author>
			<name>Smartsoul</name>
			<uri>http://www.modxcms.de/forum/account.php?u=1006</uri>
		</author>
		<summary type="text" xml:lang="en">
			Habe nochmal einen Download gemacht und die Installation nochmal durchgeführt. Aber es ist nach wie vor so, dass ich nach dem Schließen des Installationsdialogs nur diese Fehlermeldung ...
		</summary>
		<content type="html">
			<![CDATA[Habe nochmal einen Download gemacht und die Installation nochmal durchgeführt. Aber es ist nach wie vor so, dass ich nach dem Schließen des Installationsdialogs nur diese Fehlermeldung bekomme.<br /><blockquote><br />Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /var/www/web625/html/_LSO/manager/includes/protect.inc.php on line 36</blockquote><br />Allerdings jetzt mit der richtigen Zeilenzahl.<br />Ich möchte nochmal nachfragen ...<br /><blockquote>Die Installation liegt unterhalb einer anderen auf dem Webspace. Im htlm-Ordner des Webspace liegt eine MODx-Installation und dazu ein Ordner _LSO, in dem ich die neue Installation ausgeführt habe.<br /><br />Geht das überhaupt oder liegt es daran, dass ich nicht auf die Seite mit dem Manager-Login komme? </blockquote><br /><br />THX!]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32399#Comment_32399" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32399#Comment_32399</id>
		<published>2012-03-16T17:54:33+01:00</published>
		<updated>2012-03-16T17:54:46+01:00</updated>
		<author>
			<name>Mithrandir</name>
			<uri>http://www.modxcms.de/forum/account.php?u=848</uri>
		</author>
		<summary type="text" xml:lang="en">
			Unter http://forums.modx.com/thread/75100/parse-error-after-updating-from-1-0-4-to-1-0-6 wird das Problem mit der protect.inc.php auch besprochen, allerdings zur Zeit noch ohne richtige Lösung. ...
		</summary>
		<content type="html">
			<![CDATA[Unter <a href='http://forums.modx.com/thread/75100/parse-error-after-updating-from-1-0-4-to-1-0-6'>http://forums.modx.com/thread/75100/parse-error-after-updating-from-1-0-4-to-1-0-6</a> wird das Problem mit der protect.inc.php auch besprochen, allerdings zur Zeit noch ohne richtige Lösung. Vielleicht kannst du dich dort einklinken bzw. das Thema beobachten?<br /><br />zur Nachfrage: keine Ahnung.]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32409#Comment_32409" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32409#Comment_32409</id>
		<published>2012-03-19T11:34:58+01:00</published>
		<updated>2013-05-20T03:11:50+02:00</updated>
		<author>
			<name>Smartsoul</name>
			<uri>http://www.modxcms.de/forum/account.php?u=1006</uri>
		</author>
		<summary type="text" xml:lang="en">
			Vielen Dank für den Hinweis. Leider eher ganz ohne Lösung, aber vielleicht kommt da oder hier ja noch was, was Abhilfe schafft.

Scheint zumindest mit dem Unterordner nichts zu tun zu haben, ...
		</summary>
		<content type="html">
			<![CDATA[Vielen Dank für den Hinweis. Leider eher ganz ohne Lösung, aber vielleicht kommt da oder hier ja noch was, was Abhilfe schafft.<br /><br />Scheint zumindest mit dem Unterordner nichts zu tun zu haben, sonst würde es bei einem Update ja nicht auftreten.]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32411#Comment_32411" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32411#Comment_32411</id>
		<published>2012-03-19T17:35:08+01:00</published>
		<updated>2013-05-20T03:11:50+02:00</updated>
		<author>
			<name>Mithrandir</name>
			<uri>http://www.modxcms.de/forum/account.php?u=848</uri>
		</author>
		<summary type="text" xml:lang="en">
			Bohre dort am besten auch noch einmal nach - ich denke, dass das Crossposting mal erlaubt sein sollte.

Folgendes ist natürlich ein schwacher Trost für dich: Ich habe am Wochenende zwei ...
		</summary>
		<content type="html">
			<![CDATA[Bohre dort am besten auch noch einmal nach - ich denke, dass das Crossposting mal erlaubt sein sollte.<br /><br />Folgendes ist natürlich ein schwacher Trost für dich: Ich habe am Wochenende zwei MODx-Installationen erfolgreich aktualisiert. Die Seiten laufen allerdings bei all-inkl und mit php 5.<em>irgendetwas</em> (bin gerade nicht motviert genug, die genaue Version nachzuschauen).]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32421#Comment_32421" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32421#Comment_32421</id>
		<published>2012-03-20T14:59:36+01:00</published>
		<updated>2013-05-20T03:11:50+02:00</updated>
		<author>
			<name>Smartsoul</name>
			<uri>http://www.modxcms.de/forum/account.php?u=1006</uri>
		</author>
		<summary type="text" xml:lang="en">
			Danke in jedem Fall. Ich beobachte das im anderen Forum.
		</summary>
		<content type="html">
			<![CDATA[Danke in jedem Fall. Ich beobachte das im anderen Forum.]]>
		</content>
	</entry>
	<entry>
		<title>Installation 1.0.6 macht Probleme</title>
		<link rel="alternate" href="http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32965#Comment_32965" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.modxcms.de/forum/comments.php?DiscussionID=5758&amp;Focus=32965#Comment_32965</id>
		<published>2012-05-08T17:53:09+02:00</published>
		<updated>2013-05-20T03:11:50+02:00</updated>
		<author>
			<name>tseng</name>
			<uri>http://www.modxcms.de/forum/account.php?u=435</uri>
		</author>
		<summary type="text" xml:lang="en">
			Ich hatte das gleiche Problem .. gelöst habe ich es mit dem Tipp aus dem Forum:

[quote]I compared the protect.inc.php files from 1.0.5 and 1.0.6 and noticed that line 36 in the file from 1.0.6 ...
		</summary>
		<content type="html">
			<![CDATA[Ich hatte das gleiche Problem .. gelöst habe ich es mit dem Tipp aus dem Forum:<br /><br /><blockquote>I compared the protect.inc.php files from 1.0.5 and 1.0.6 and noticed that line 36 in the file from 1.0.6 reads<br /><br />    foreach ($target as $key =&gt; &$value) {<br /><br />where line 36 from the 1.0.5 file reads<br /><br />    foreach ($target as $key =&gt; $value) {<br /><br />I edited out the ampersand in the 1.0.6 file and it now appears to be working. I don't know much about PHP however, so I would really appreciate if someone could reassure me that I have done the right thing, or tell me if it's going to effect the security of my site?</blockquote><br /><br />Einfach das "&" raus und gut .. zumindest läuft es jetzt .. Habe ich damit jetzt eine Sicherheitslücke aufgemacht?<br /><br />Grüße!]]>
		</content>
	</entry>
	
		</feed>