<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">seit dem update auf die Version 1.8 (von 1.4.8 ) funktioniert die Suche nicht mehr. (s.i. Bild)<br />
Das Update auf die Version 1.8.3 hat auch keine Abhilfe geschaffen.<br />
Kann mir jemand bei dem Phänomen weiterhelfen?</p>
<p dir="auto">System:<br />
I-DOIT Open 1.8.3<br />
Ubuntu 14.04.4<br />
Apache 2.4<br />
Mysql 5.6</p>
<p dir="auto">Vielen Dank schon mal für die Hilfe<br />
Viele Grüße<br />
Micha<br />
<img src="/uploads/_imported_attachments/migrated/1459_idoit_suche.JPG" alt="idoit_suche.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.i-doit.com/topic/3140/gelöst-suche-funktioniert-nicht-nach-update-auf-1-8-open</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 07:31:12 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/3140.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Mar 2017 13:27:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Thu, 11 May 2017 10:49:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bheisig" aria-label="Profile: bheisig">@<bdi>bheisig</bdi></a>:</p>
<blockquote>
<p dir="auto">Hallo Micha,</p>
<p dir="auto">der Fehler liegt an der Apache-Konfiguration. Zwei Dinge sind wichtig:</p>
<ul>
<li>
<p dir="auto">VHost-Konfiguration: <strong>AllowOverride All</strong></p>
</li>
<li>
<p dir="auto">Apache-Modul <strong>rewrite</strong> aktivieren</p>
</li>
</ul>
<p dir="auto">Bitte beachte dazu die Artikel in der Knowledge Base, zum Beispiel: <a href="https://kb.i-doit.com/display/de/Systemeinstellungen">https://kb.i-doit.com/display/de/Systemeinstellungen</a></p>
<p dir="auto">Viele Grüße<br />
Benjamin</p>
</blockquote>
<p dir="auto">Hi,</p>
<p dir="auto">vielen Dank, es funktioniert nun wieder!</p>
<p dir="auto">Gruß<br />
Micha</p>
]]></description><link>https://community.i-doit.com/post/12754</link><guid isPermaLink="true">https://community.i-doit.com/post/12754</guid><dc:creator><![CDATA[miggiboy]]></dc:creator><pubDate>Thu, 11 May 2017 10:49:41 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Fri, 31 Mar 2017 13:27:07 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">ich würde einmal folgende Config für den SSL-VHost ausprobieren:</p>
<pre><code>
DocumentRoot /var/www/
        &lt;directory var="" www="" idoit=""&gt;AllowOverride All
              Require all granted&lt;/directory&gt; 
        &lt;directory var="" www="" cms=""&gt;Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Require all granted&lt;/directory&gt; 

</code></pre>
<p dir="auto">Das ändert allerdings die Links für das CMS auf <a href="https://blub.de/cms/">https://blub.de/cms/</a> und für i-doit auf <a href="https://blub.de/idoit/">https://blub.de/idoit/</a>.</p>
<p dir="auto">Viele Grüße<br />
Benjamin</p>
]]></description><link>https://community.i-doit.com/post/12603</link><guid isPermaLink="true">https://community.i-doit.com/post/12603</guid><dc:creator><![CDATA[bheisig]]></dc:creator><pubDate>Fri, 31 Mar 2017 13:27:07 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Wed, 29 Mar 2017 13:07:50 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">danke für die Antwort.</p>
<p dir="auto">Wenn ich in der vhost config den DocumentRoot entsprechend auf /var/www/idoit stelle dann funktioniert alles, auch die Suche. Wenn ich dies wieder zurück auf die "korrekte" Seite stelle (CMS) und die oben genannte config nachlade dann funktioniert zwar idoit aber nicht die Suche.</p>
<p dir="auto">Fehlermeldung: Error 404 Seite nicht gefunden.</p>
<p dir="auto">So sieht die 000-default.conf aus:</p>
<p dir="auto">&lt;virtualhost *:80=""&gt;ServerAdmin <a href="mailto:administrator@blub.de">administrator@blub.de</a><br />
        ServerName <a href="http://blub.de">blub.de</a><br />
        ServerAlias <a href="http://blub.de">blub.de</a> *.blub.de</p>
<p dir="auto">RedirectPermanent / <a href="https://www.blub.de/">https://www.blub.de/</a>&lt;/virtualhost&gt;</p>
<p dir="auto">So sieht die default-ssl.conf</p>
<p dir="auto">&lt;ifmodule mod_ssl.c=""&gt;&lt;virtualhost *:443=""&gt;ServerAdmin <a href="mailto:administrator@blub.de">administrator@blub.de</a><br />
        ServerName <a href="http://www.blub.de">www.blub.de</a><br />
        ServerAlias <a href="http://blub.de">blub.de</a> *.blub.de</p>
<p dir="auto">DocumentRoot /var/www/cms<br />
        &lt;directory&gt;Options FollowSymLinks<br />
              AllowOverride None&lt;/directory&gt;<br />
        &lt;directory var="" www="" cms=""&gt;Options Indexes FollowSymLinks MultiViews<br />
                AllowOverride All<br />
                Order allow,deny<br />
                allow from all&lt;/directory&gt;<br />
        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/<br />
        &lt;directory "="" usr="" lib="" cgi-bin"=""&gt;AllowOverride None<br />
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br />
                Order allow,deny<br />
                Allow from all&lt;/directory&gt;&lt;/virtualhost&gt;&lt;/ifmodule&gt;</p>
<p dir="auto">Dort ist natürlich noch der Teil mit dem Zertifikat vorhanden…den habe ich jetzt erstmal weg gelassen.</p>
<p dir="auto">Danke!</p>
]]></description><link>https://community.i-doit.com/post/12581</link><guid isPermaLink="true">https://community.i-doit.com/post/12581</guid><dc:creator><![CDATA[Cornitus]]></dc:creator><pubDate>Wed, 29 Mar 2017 13:07:50 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Tue, 28 Mar 2017 15:59:22 GMT]]></title><description><![CDATA[<p dir="auto">@ Cornitus: Gibt es eine konkrete Fehlermeldung? Für HTTPS existiert eine ähnliche VHost-Konfig?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ruhrpott00" aria-label="Profile: Ruhrpott00">@<bdi>Ruhrpott00</bdi></a>: mod_rewrite ist aktiviert und PHP läuft unter mod_php? Es kann sein, dass diese Abfrage unter Verwaltung &gt; Systemtools &gt; Systemübersicht einen Fehler meldet, die Suche aber trotzdem funktioniert. Kommt HTTPS zum Einsatz?</p>
]]></description><link>https://community.i-doit.com/post/12570</link><guid isPermaLink="true">https://community.i-doit.com/post/12570</guid><dc:creator><![CDATA[bheisig]]></dc:creator><pubDate>Tue, 28 Mar 2017 15:59:22 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Tue, 28 Mar 2017 11:39:29 GMT]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">ich habe auch das Problem.</p>
<p dir="auto">Die vHost ist auch richtig konfiguriert. Im Idoit selber bekomme ich folgende Fehlermeldung:</p>
<p dir="auto">Apache Modules<br />
mod_rewrite Events, Search, Verkabelungen Please verify that the apache module "mod_rewrite" is correctly configured. An automatic check identified that it is not.</p>
<p dir="auto">Ich weiss aktuell nicht wo ich noch schauen soll.</p>
<p dir="auto">Lieben Dank für die Hilfe</p>
]]></description><link>https://community.i-doit.com/post/12564</link><guid isPermaLink="true">https://community.i-doit.com/post/12564</guid><dc:creator><![CDATA[Ruhrpott00]]></dc:creator><pubDate>Tue, 28 Mar 2017 11:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Tue, 28 Mar 2017 11:04:53 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">und wenn auch das nicht funktioniert? Apache Config sieht wie folgt aus:</p>
<p dir="auto">Alias /idoit "/var/www/idoit/"</p>
<p dir="auto">DocumentRoot /var/www/idoit/</p>
<p dir="auto">&lt;directory var="" www="" idoit=""&gt;AllowOverride All<br />
  Require all granted&lt;/directory&gt;</p>
<p dir="auto">Es laufen auf dem Server mehrere Webseiten und und es wird permanent nach https redirected.</p>
<p dir="auto">Danke!</p>
]]></description><link>https://community.i-doit.com/post/12563</link><guid isPermaLink="true">https://community.i-doit.com/post/12563</guid><dc:creator><![CDATA[Cornitus]]></dc:creator><pubDate>Tue, 28 Mar 2017 11:04:53 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Thu, 23 Mar 2017 16:29:44 GMT]]></title><description><![CDATA[<p dir="auto">Hallo Micha,</p>
<p dir="auto">der Fehler liegt an der Apache-Konfiguration. Zwei Dinge sind wichtig:</p>
<ul>
<li>
<p dir="auto">VHost-Konfiguration: <strong>AllowOverride All</strong></p>
</li>
<li>
<p dir="auto">Apache-Modul <strong>rewrite</strong> aktivieren</p>
</li>
</ul>
<p dir="auto">Bitte beachte dazu die Artikel in der Knowledge Base, zum Beispiel: <a href="https://kb.i-doit.com/display/de/Systemeinstellungen">https://kb.i-doit.com/display/de/Systemeinstellungen</a></p>
<p dir="auto">Viele Grüße<br />
Benjamin</p>
]]></description><link>https://community.i-doit.com/post/12534</link><guid isPermaLink="true">https://community.i-doit.com/post/12534</guid><dc:creator><![CDATA[bheisig]]></dc:creator><pubDate>Thu, 23 Mar 2017 16:29:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Thu, 23 Mar 2017 09:55:16 GMT]]></title><description><![CDATA[<p dir="auto">nein, es hat leider nicht funktioniert.<br />
die "Suchseite" wird weiterhin nicht gefunden.</p>
<p dir="auto">Die Suche ist eine recht heufig verwendete Funktion, auf die man nicht verzichten kann.</p>
<p dir="auto">Hat ggf. noch wer eine idee dazu?</p>
<p dir="auto">danke<br />
&amp;<br />
Gruß<br />
Micha</p>
]]></description><link>https://community.i-doit.com/post/12530</link><guid isPermaLink="true">https://community.i-doit.com/post/12530</guid><dc:creator><![CDATA[miggiboy]]></dc:creator><pubDate>Thu, 23 Mar 2017 09:55:16 GMT</pubDate></item><item><title><![CDATA[Reply to [Gelöst] Suche funktioniert nicht nach update auf 1.8 OPEN on Wed, 22 Mar 2017 13:29:04 GMT]]></title><description><![CDATA[<p dir="auto">Hallo Micha,</p>
<p dir="auto">schau mal hier, vielleicht hilft das weiter:</p>
<p dir="auto"><a href="https://forum.i-doit.org/index.php/topic,4724">https://forum.i-doit.org/index.php/topic,4724</a></p>
<blockquote>
<p dir="auto">vielleicht kannst Du mal versuchen, die Suche zu reindexen?</p>
<p dir="auto">./controller -u admin -p admin -i 1 -m search_index reindex</p>
</blockquote>
<p dir="auto">Gruss,<br />
jkondek</p>
]]></description><link>https://community.i-doit.com/post/12524</link><guid isPermaLink="true">https://community.i-doit.com/post/12524</guid><dc:creator><![CDATA[jkondek]]></dc:creator><pubDate>Wed, 22 Mar 2017 13:29:04 GMT</pubDate></item></channel></rss>