<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>YourHelpCenter.de &#187; WordPress</title>
	<atom:link href="http://www.yourhelpcenter.de/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yourhelpcenter.de</link>
	<description>Hilfe, Lösungen &#38; Support für IT Probleme</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:06:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Fatal error: Call to undefined function curl_init() in /home/&#8230;/ip-logger/&#8230;/class.ipdetails.php</title>
		<link>http://www.yourhelpcenter.de/2010/09/fatal-error-call-to-undefined-function-curl_init-in-home-ip-logger-class-ipdetails-php/</link>
		<comments>http://www.yourhelpcenter.de/2010/09/fatal-error-call-to-undefined-function-curl_init-in-home-ip-logger-class-ipdetails-php/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 18:53:28 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Apache WebServer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Call to undefined function curl_init()]]></category>
		<category><![CDATA[Fatal error]]></category>
		<category><![CDATA[Fatal error: Call to undefined function curl_init() in]]></category>
		<category><![CDATA[php5-curl]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1446</guid>
		<description><![CDATA[Die folgende Meldung zeigt an, dass das Modul &#8220;php5-curl&#8221; nicht installiert wurde: Fatal error: Call to undefined function curl_init() in /home/.../wp-content/plugins/.../class.ipdetails.php on line 29 Mithilfe des Befehles &#8220;apt-get install php5-curl&#8221; können Sie z.Bsp. unter Debian dieses Modul einfach nachinstallieren und nutzen.]]></description>
			<content:encoded><![CDATA[<p>Die folgende Meldung zeigt an, dass das Modul &#8220;php5-curl&#8221; nicht installiert wurde:</p>

<div class="wp_syntax"><div class="code"><pre class="cmd" style="font-family:monospace;">Fatal error: Call to undefined function curl_init() in /home/.../wp-content/plugins/.../class.ipdetails.php on line 29</pre></div></div>

<p>Mithilfe des Befehles &#8220;apt-get install php5-curl&#8221; können Sie z.Bsp. unter Debian dieses Modul einfach nachinstallieren und nutzen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/09/fatal-error-call-to-undefined-function-curl_init-in-home-ip-logger-class-ipdetails-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Deine PHP-Installation scheint nicht über die von WordPress benötigte MySQL-Erweiterung zu verfügen</title>
		<link>http://www.yourhelpcenter.de/2010/09/wordpress-deine-php-installation-scheint-nicht-uber-die-von-wordpress-benotigte-mysql-erweiterung-zu-verfugen/</link>
		<comments>http://www.yourhelpcenter.de/2010/09/wordpress-deine-php-installation-scheint-nicht-uber-die-von-wordpress-benotigte-mysql-erweiterung-zu-verfugen/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 19:36:44 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Apache WebServer]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Deine PHP-Installation scheint nicht Ã¼ber die von WordPress benÃ¶tigte MySQL-Erweiterung zu verfÃ¼gen]]></category>
		<category><![CDATA[Deine PHP-Installation scheint nicht über die von WordPress benötigte MySQL-Erweiterung zu verfügen]]></category>
		<category><![CDATA[php-mysql]]></category>
		<category><![CDATA[php5-mysql]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1443</guid>
		<description><![CDATA[Beim Aufruf Ihrer Webseite erhalten Sie folgende Meldung ? Deine PHP-Installation scheint nicht über die von WordPress benötigte MySQL-Erweiterung zu verfügen. Prüfen Sie bitte, ob auf Ihrem Server die folgenden Programme (Module) richtig installiert sind: PHP mySQL php5-mysql Sollte z.Bsp. &#8220;php5-mysql&#8221; fehlen, dann können Sie unter Debian mithilfe des Befehles &#8220;apt-get install php5-mysql&#8221; dieses Modul [...]]]></description>
			<content:encoded><![CDATA[<p>Beim Aufruf Ihrer Webseite erhalten Sie folgende Meldung ?</p>

<div class="wp_syntax"><div class="code"><pre class="cmd" style="font-family:monospace;">Deine PHP-Installation scheint nicht über die von WordPress benötigte MySQL-Erweiterung zu verfügen.</pre></div></div>

<p>Prüfen Sie bitte, ob auf Ihrem Server die folgenden Programme (Module) richtig installiert sind:</p>
<ul>
<li>PHP</li>
<li>mySQL</li>
<li>php5-mysql</li>
</ul>
<p>Sollte z.Bsp. &#8220;php5-mysql&#8221; fehlen, dann können Sie unter Debian mithilfe des Befehles &#8220;apt-get install php5-mysql&#8221; dieses Modul nachinstallieren. Anschließend sollte Ihre Webseite (wieder) richtig funktionieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/09/wordpress-deine-php-installation-scheint-nicht-uber-die-von-wordpress-benotigte-mysql-erweiterung-zu-verfugen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Revisionen eines Artikels löschen (Historie löschen)</title>
		<link>http://www.yourhelpcenter.de/2010/08/wordpress-revisionen-eines-artikels-loschen-historie-loschen/</link>
		<comments>http://www.yourhelpcenter.de/2010/08/wordpress-revisionen-eines-artikels-loschen-historie-loschen/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 19:12:48 +0000</pubDate>
		<dc:creator>Günther</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Datenschutz]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Alte Daten löschen]]></category>
		<category><![CDATA[alte Datensätze]]></category>
		<category><![CDATA[Alte Datensätze entfernen]]></category>
		<category><![CDATA[Alte Versionen löschen]]></category>
		<category><![CDATA[aufräumen]]></category>
		<category><![CDATA[ausdünnen]]></category>
		<category><![CDATA[Clear history]]></category>
		<category><![CDATA[Clear revisions]]></category>
		<category><![CDATA[datensätze]]></category>
		<category><![CDATA[Delete revisions]]></category>
		<category><![CDATA[entrümpeln]]></category>
		<category><![CDATA[entschlacken]]></category>
		<category><![CDATA[old records]]></category>
		<category><![CDATA[optimieren]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[unbenötigte Daten]]></category>
		<category><![CDATA[unbenötigte Datensätze]]></category>
		<category><![CDATA[verbessern]]></category>
		<category><![CDATA[WordPress Revisionen]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1384</guid>
		<description><![CDATA[Das CMS &#8220;WordPress&#8221; stellt Ihnen Ihre alten Versionen der Artikel zur Verfügung. Unter jedem Artikel können Sie im Abschnitt &#8220;Revisions&#8221; jede (gespeicherte) Änderung des Artikels nachvollziehen und auf Wunsch mit einer anderen Version des Artikels vergleichen lassen. Diese manchmal recht praktische Funktion kann jedoch auch unerwünscht sein und ggf. Datenbank-Ressourcen belegen. Zugegeben, es sind keine [...]]]></description>
			<content:encoded><![CDATA[<p>Das CMS &#8220;WordPress&#8221; stellt Ihnen Ihre alten Versionen der Artikel zur Verfügung. Unter jedem Artikel können Sie im Abschnitt &#8220;Revisions&#8221; jede (gespeicherte) Änderung des Artikels nachvollziehen und auf Wunsch mit einer anderen Version des Artikels vergleichen lassen.</p>
<p>Diese manchmal recht praktische Funktion kann jedoch auch unerwünscht sein und ggf. Datenbank-Ressourcen belegen. Zugegeben, es sind keine sehr großen Datenmengen &#8211; jedoch kann mit der Zeit und entsprechend vielen Artikeln auch hier eine stattliche Anzahl an Datenbankeinträgen zusammen kommen.</p>
<p>Um hier aufzuräumen und diese alten Datensätze endgültig zu löschen, nutzen Sie folgendes SQL Script:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">DELETE</span> <span style="color: #993333; font-weight: bold;">FROM</span> wp_posts <span style="color: #993333; font-weight: bold;">WHERE</span> post_type <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'revision'</span></pre></div></div>

<p>Führen Sie den vorherigen SQL Befehl auf Ihrer entsprechenden WordPress Datenbank aus. Dafür können Sie z.Bsp. die kostenlose und Open Source Datenbankverwaltung &#8220;<a title="Homepage von phpMyAdmin" href="http:///www.phpmyadmin.net/" target="_blank">phpMyAdmin</a>&#8221; nutzen. Achten Sie dabei darauf, dass Sie ggf. den Prefix der Tabelle (hier: &#8220;wp_&#8221;) anpassen müssen. Das ist jedoch nur dann erforderlich, wenn Sie bei der Installation einen eigenen Prefix gewählt haben. Sollten Sie sich nicht sicher sein, können Sie den SQL Befehl trotzdem ausführen &#8211; ist die Tabelle nicht vorhanden, erhalten Sie eine entsprechende Fehlermeldung und keine Daten wurden gelöscht.</p>
<p>Wenn Sie sich zuvor die zu löschenden Daten ansehen möchten, dann hilft Ihnen dieser SQL Befehl weiter:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> wp_posts <span style="color: #993333; font-weight: bold;">WHERE</span> post_type <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'revision'</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/08/wordpress-revisionen-eines-artikels-loschen-historie-loschen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Fehler beim Laden des Stylesheets: Ein unbekannter Fehler ist aufgetreten (805303f4)</title>
		<link>http://www.yourhelpcenter.de/2010/07/wordpress-fehler-beim-laden-des-stylesheets-ein-unbekannter-fehler-ist-aufgetreten-805303f4/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/wordpress-fehler-beim-laden-des-stylesheets-ein-unbekannter-fehler-ist-aufgetreten-805303f4/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 05:01:42 +0000</pubDate>
		<dc:creator>Günther</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fehler]]></category>
		<category><![CDATA[Fehler beim Laden des Stylesheets: Ein unbekannter Fehler ist aufgetreten]]></category>
		<category><![CDATA[Fehler beim Laden des Stylesheets: Ein unbekannter Fehler ist aufgetreten (805303f4)]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[sitemap.xml]]></category>
		<category><![CDATA[sitemap.xsl]]></category>
		<category><![CDATA[WordPress Sitemap]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[XML-Sitemap]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1356</guid>
		<description><![CDATA[Wenn Sie bei Ihrem WordPress auch das Plugin &#8220;Google XML Sitemaps&#8221; benutzen, stehen Sie nach dem Update auf Version &#8220;3.2.4&#8243; des Plugins vor einem kleinen Problem. Leider bekommen Sie es bewußt nicht immer mit sondern merken es erst nach einer Überprüfung z.Bsp. in den Google Webmaster Tools: Ihre (vom Plugin generierte) XML Datei ist nicht [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn Sie bei Ihrem WordPress auch das Plugin &#8220;Google XML Sitemaps&#8221; benutzen, stehen Sie nach dem Update auf Version &#8220;3.2.4&#8243; des Plugins vor einem kleinen Problem. Leider bekommen Sie es bewußt nicht immer mit sondern merken es erst nach einer Überprüfung z.Bsp. in den Google Webmaster Tools:</p>
<p>Ihre (vom Plugin generierte) XML Datei ist nicht erreichbar:</p>

<div class="wp_syntax"><div class="code"><pre class="error" style="font-family:monospace;">Fehler beim Laden des Stylesheets: Ein unbekannter Fehler ist aufgetreten (805303f4)</pre></div></div>

<p>Teilweise tritt dieses Problem nur bei einer Domain auf &#8211; die Hauptdomain (oder erste Domain) läuft relativ ungestört weiter. Für Google und andere Suchmaschinen (Crawler) ist das kleine Problem jedoch massiv, denn sie können Ihre XML Sitemap nicht mehr (richtig) verarbeiten. Dadurch kann es zu plötzlich fehlenden Links und Einträgen in den Suchmaschinen bzgl. Ihrer Webseite kommen. Hintergrund ist ein Problem mit der Verlinkung auf die hinterlegte XSL Datei.</p>
<p><strong>Lösung:</strong></p>
<p>Benennen Sie die Daten &#8220;sitemap.xsl&#8221; im Verzeichnis &#8220;/wp-content/plugins/google-sitemap-generator/&#8221; einfach um. Ohne diese Daten erzeugt das Plugin die XML Sitemap wieder fehlerfrei und Google kann wieder alles lesen.</p>
<p>Beispielbefehl für Linux:</p>

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">mv sitemap.xsl sitemap.xsl.old</pre></div></div>

<p>In Ihrem FTP Programm können Sie die Datei einfach umbenennen. Häufig ist diese Funktion auf die Taste &#8220;F2&#8243; gelegt.</p>
<p><span style="color: #ff0000;"><strong>Wichtig für eine schnelle Korrektur:</strong></span></p>
<p>Erzeugen Sie nach der Umbenennung der XSL Datei Ihre XML Sitemap neu. Gehen Sie dafür in Ihrem WordPress Backend (Administrationsbereich &#8220;/wp-admin/&#8221;) auf &#8220;Einstellungen&#8221; &gt; &#8220;XML-Sitemap&#8221;. Dort klicken Sie auf &#8220;&#8230; von Hand neu erstellen&#8221;. Danach ist die korrigierte XML Daten für die Suchmaschinen verfügbar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/wordpress-fehler-beim-laden-des-stylesheets-ein-unbekannter-fehler-ist-aufgetreten-805303f4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress: &#8220;Du hast nicht ausreichend Rechte, um auf diese Seite zuzugreifen&#8221;</title>
		<link>http://www.yourhelpcenter.de/2010/07/wordpress-du-hast-nicht-ausreichend-rechte-um-auf-diese-seite-zuzugreifen/</link>
		<comments>http://www.yourhelpcenter.de/2010/07/wordpress-du-hast-nicht-ausreichend-rechte-um-auf-diese-seite-zuzugreifen/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 18:27:01 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ausgesperrt]]></category>
		<category><![CDATA[automatisch]]></category>
		<category><![CDATA[blocked]]></category>
		<category><![CDATA[blockiert]]></category>
		<category><![CDATA[Du hast nicht ausreichend Rechte um auf diese Seite zuzugreifen.]]></category>
		<category><![CDATA[fehler]]></category>
		<category><![CDATA[gesperrt]]></category>
		<category><![CDATA[hilfe]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[Lösung]]></category>
		<category><![CDATA[nicht erlaubt]]></category>
		<category><![CDATA[optionen]]></category>
		<category><![CDATA[Präfix]]></category>
		<category><![CDATA[prüfen]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Sie haben nicht ausreichend Rechte um auf diese Seite zuzugreifen.]]></category>
		<category><![CDATA[Skript]]></category>
		<category><![CDATA[Tableprefix]]></category>
		<category><![CDATA[verweigert]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[You do not have sufficient permissions to access this page]]></category>
		<category><![CDATA[zugriff]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=1101</guid>
		<description><![CDATA[Nach dem Kopieren oder Update Ihrer WordPress (WP) Installation erhalten Sie eine der beiden folgenden Meldungen nach der Anmeldung im Backend (wp-admin): Du hast nicht ausreichend Rechte, um auf diese Seite zuzugreifen. Sie haben nicht ausreichend Rechte, um auf diese Seite zuzugreifen. Diese Fehlermeldung zeigt an, dass das WP Backend (Adminbereich) Ihre Anmeldung nicht richtig [...]]]></description>
			<content:encoded><![CDATA[<p>Nach dem Kopieren oder Update Ihrer WordPress (WP) Installation erhalten Sie eine der beiden folgenden Meldungen nach der Anmeldung im Backend (wp-admin):</p>
<pre>Du hast nicht ausreichend Rechte, um auf diese Seite zuzugreifen.
Sie haben nicht ausreichend Rechte, um auf diese Seite zuzugreifen.</pre>
<p>Diese Fehlermeldung zeigt an, dass das WP Backend (Adminbereich) Ihre Anmeldung nicht richtig zuordnen kann. Die Gründe für diese Sperre können vielfältig sein. In der folgenden Übersicht möchten wir Ihnen die Lösung für die häufigsten Sperren zeigen:</p>
<ul>
<li>Sie haben ein Upgrade / Update von WordPress gemacht</li>
</ul>
<p>Versuchen Sie, Ihre Datenbank durch das &#8220;force-upgrade.php&#8221; Script zu aktualisieren. Dafür wird die Datei einfach in das Hauptverzeichnis Ihres Webservers kopiert und dann per Browser aufgerufen. Anschließend sollte die Datei dringend wieder gelöscht werden &#8211; nur dann kann niemand anderes ebenfalls diese Aktion ausführen. Dieser Schritt sollte fast alle vorhandenen Datenbankprobleme beseitigen. Zudem ist diese Methode wesentlich effizienter und sicherer als das manuelle Zurücksetzen der Versionsnummer / Versionsinformationen in der Datenbank.</p>
<ul>
<li>Sie haben die Datei &#8220;wp-config.php&#8221; verändert</li>
</ul>
<p>Überprüfen Sie, ob die Zeile</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span><span style="color: #009900;">&#40;</span>ABSPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'wp-settings.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>ganz unten steht. Wichtig ist auch, dass die Information</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'SECRET_KEY'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'xyz...abc'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>(logischerweise) oberhalb der Zeile stehen.</p>
<ul>
<li>Sie haben den Tabellen-Prefix geändert</li>
</ul>
<p>Es ist nicht ausreichend, die Datei &#8220;wp-config.php&#8221; anzupassen und in der Datenbank den Tabellenprefix zu ändern. In der WordPress-Datenbank sind Datensätze gespeichert, welche den alten (originalen) Tabellenpräfix darstellen. Diese Einträge müssen also ebenfalls abgepasst werden. Bei normalen Installationen von WordPress sind die folgenden Befehle für die Tabellen &#8220;wp_options&#8221; und &#8220;wp_usermeta&#8221; ausreichend:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> neuesPrefix_options <span style="color: #993333; font-weight: bold;">SET</span> option_name <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span>option_name<span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'altesPrefix_'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'neuesPrefix_'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> neuesPrefix_usermeta <span style="color: #993333; font-weight: bold;">SET</span> meta_key <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span>meta_key<span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'altesPrefix_'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'neuesPrefix_'</span><span style="color: #66cc66;">&#41;</span>;</pre></td></tr></table></div>

<p>Bei Standardinstallationen sollten keine weiteren Einträge zum Prefix vorhanden sein. Sollten Sie jedoch weitere Datensätze finden, ändern Sie diese entsprechend ab und schreiben Sie uns gerne einen Kommentar zu diesem Artikel. Wir werden Ihre Hilfe dann für die nächsten Besucher einarbeiten.</p>
<ul>
<li>Die Option &#8220;User Roles&#8221; wurde verändert (&#8220;prefix_user_roles&#8221;)</li>
</ul>
<p>Sollte die Einstellung / Option &#8220;prefix_user_roles&#8221; verändert ist. Die Details dieser Option werden in einem sog. &#8220;serialisiertes Array&#8221; abgelegt. Dabei kann es scheinbar passieren, dass sich die einzelnen Informationen (Daten) so verändern, dass PHP das richtige Array mit den Einzeldaten nicht mehr richtig entschlüsseln kann. Dadurch hat Ihr WordPress dann natürlich keine Möglichkeit mehr, auf diese Einstellungen zuzugreifen. Die Folge ist, dass (sicherheitshalber) alle Benutzer ausgesperrt sind.<br />
Sie können durch einen einfache PHP-Datei schnell prüfen, ob dieses Problem bei Ihnen zutrifft:</p>
<ul>
<li>Erstellen Sie in Ihrem Hauptverzeichniss (root) Ihres WebServers eine PHP Datei mit folgendem Inhalt (z.Bsp. &#8220;chk.php&#8221;):

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;wp-config.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wp_user_roles</span> <span style="color: #339933;">=</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles&quot;</span><span style="color: #009900;">&#41;</span> or 
  <span style="color: #990000;">die</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Die Option '&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles' ist defekt.&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Die Option '&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles' ist scheinbar in Ordnung.&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

</li>
<li>Rufen Sie die Datei in Ihrem Browser auf:
<pre>http://ihre.domain/chk.php</pre>
</li>
</ul>
<p>Das kurze PHP-Script prüft, ob die Option &#8220;user_roles&#8221; bei Ihrer WordPress richtig gelesen werden kann. Sollte dabei irgendein Problem auftreten (Sie erhalten die Anzeige &#8220;Die Option &#8216;xyz_user_roles&#8217; ist defekt.&#8221;), sollten Sie sicherheitshalber die gesamte Option neu setzen. Zwar gehen Ihnen dadurch alte Einstellungen verloren und müssen dann neu gesetzt werden, aber solange Sie Ihre Benutzerberechtigungen nicht verändert haben, sollte es keine Probleme geben.<br />
Sie können die einzelnen Werte entweder direkt durch phpMyAdmin setzen oder Sie nutzen das folgende Script:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$val</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'a:5:{s:13:&quot;administrator&quot;;a:2:{s:4:&quot;name&quot;;s:13:&quot;Administrator&quot;;s:12:&quot;capabilities&quot;;a:54:{s:13:&quot;switch_themes&quot;;b:1;s:11:&quot;edit_themes&quot;;b:1;s:16:&quot;activate_plugins&quot;;b:1;s:12:&quot;edit_plugins&quot;;b:1;s:10:&quot;edit_users&quot;;b:1;s:10:&quot;edit_files&quot;;b:1;s:14:&quot;manage_options&quot;;b:1;s:17:&quot;moderate_comments&quot;;b:1;s:17:&quot;manage_categories&quot;;b:1;s:12:&quot;manage_links&quot;;b:1;s:12:&quot;upload_files&quot;;b:1;s:6:&quot;import&quot;;b:1;s:15:&quot;unfiltered_html&quot;;b:1;s:10:&quot;edit_posts&quot;;b:1;s:17:&quot;edit_others_posts&quot;;b:1;s:20:&quot;edit_published_posts&quot;;b:1;s:13:&quot;publish_posts&quot;;b:1;s:10:&quot;edit_pages&quot;;b:1;s:4:&quot;read&quot;;b:1;s:8:&quot;level_10&quot;;b:1;s:7:&quot;level_9&quot;;b:1;s:7:&quot;level_8&quot;;b:1;s:7:&quot;level_7&quot;;b:1;s:7:&quot;level_6&quot;;b:1;s:7:&quot;level_5&quot;;b:1;s:7:&quot;level_4&quot;;b:1;s:7:&quot;level_3&quot;;b:1;s:7:&quot;level_2&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:17:&quot;edit_others_pages&quot;;b:1;s:20:&quot;edit_published_pages&quot;;b:1;s:13:&quot;publish_pages&quot;;b:1;s:12:&quot;delete_pages&quot;;b:1;s:19:&quot;delete_others_pages&quot;;b:1;s:22:&quot;delete_published_pages&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;s:19:&quot;delete_others_posts&quot;;b:1;s:22:&quot;delete_published_posts&quot;;b:1;s:20:&quot;delete_private_posts&quot;;b:1;s:18:&quot;edit_private_posts&quot;;b:1;s:18:&quot;read_private_posts&quot;;b:1;s:20:&quot;delete_private_pages&quot;;b:1;s:18:&quot;edit_private_pages&quot;;b:1;s:18:&quot;read_private_pages&quot;;b:1;s:12:&quot;delete_users&quot;;b:1;s:12:&quot;create_users&quot;;b:1;s:17:&quot;unfiltered_upload&quot;;b:1;s:14:&quot;edit_dashboard&quot;;b:1;s:14:&quot;update_plugins&quot;;b:1;s:14:&quot;delete_plugins&quot;;b:1;s:15:&quot;install_plugins&quot;;b:1;s:13:&quot;update_themes&quot;;b:1;s:14:&quot;install_themes&quot;;b:1;}}s:6:&quot;editor&quot;;a:2:{s:4:&quot;name&quot;;s:6:&quot;Editor&quot;;s:12:&quot;capabilities&quot;;a:34:{s:17:&quot;moderate_comments&quot;;b:1;s:17:&quot;manage_categories&quot;;b:1;s:12:&quot;manage_links&quot;;b:1;s:12:&quot;upload_files&quot;;b:1;s:15:&quot;unfiltered_html&quot;;b:1;s:10:&quot;edit_posts&quot;;b:1;s:17:&quot;edit_others_posts&quot;;b:1;s:20:&quot;edit_published_posts&quot;;b:1;s:13:&quot;publish_posts&quot;;b:1;s:10:&quot;edit_pages&quot;;b:1;s:4:&quot;read&quot;;b:1;s:7:&quot;level_7&quot;;b:1;s:7:&quot;level_6&quot;;b:1;s:7:&quot;level_5&quot;;b:1;s:7:&quot;level_4&quot;;b:1;s:7:&quot;level_3&quot;;b:1;s:7:&quot;level_2&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:17:&quot;edit_others_pages&quot;;b:1;s:20:&quot;edit_published_pages&quot;;b:1;s:13:&quot;publish_pages&quot;;b:1;s:12:&quot;delete_pages&quot;;b:1;s:19:&quot;delete_others_pages&quot;;b:1;s:22:&quot;delete_published_pages&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;s:19:&quot;delete_others_posts&quot;;b:1;s:22:&quot;delete_published_posts&quot;;b:1;s:20:&quot;delete_private_posts&quot;;b:1;s:18:&quot;edit_private_posts&quot;;b:1;s:18:&quot;read_private_posts&quot;;b:1;s:20:&quot;delete_private_pages&quot;;b:1;s:18:&quot;edit_private_pages&quot;;b:1;s:18:&quot;read_private_pages&quot;;b:1;}}s:6:&quot;author&quot;;a:2:{s:4:&quot;name&quot;;s:6:&quot;Author&quot;;s:12:&quot;capabilities&quot;;a:10:{s:12:&quot;upload_files&quot;;b:1;s:10:&quot;edit_posts&quot;;b:1;s:20:&quot;edit_published_posts&quot;;b:1;s:13:&quot;publish_posts&quot;;b:1;s:4:&quot;read&quot;;b:1;s:7:&quot;level_2&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;s:22:&quot;delete_published_posts&quot;;b:1;}}s:11:&quot;contributor&quot;;a:2:{s:4:&quot;name&quot;;s:11:&quot;Contributor&quot;;s:12:&quot;capabilities&quot;;a:5:{s:10:&quot;edit_posts&quot;;b:1;s:4:&quot;read&quot;;b:1;s:7:&quot;level_1&quot;;b:1;s:7:&quot;level_0&quot;;b:1;s:12:&quot;delete_posts&quot;;b:1;}}s:10:&quot;subscriber&quot;;a:2:{s:4:&quot;name&quot;;s:10:&quot;Subscriber&quot;;s:12:&quot;capabilities&quot;;a:2:{s:4:&quot;read&quot;;b:1;s:7:&quot;level_0&quot;;b:1;}}}'</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">include</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;wp-config.php&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">;</span>
set_option<span style="color: #009900;">&#40;</span><span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">prefix</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;user_roles&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$val</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Den Wert noch einmal als reinen String (Zeichenkette) für die direkte phpMyAdmin Eingabe. Der folgende Text ist <b>eine</b> Zeile:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">a<span style="color: #339933;">:</span><span style="color: #cc66cc;">5</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;administrator&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Administrator&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">54</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;switch_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">11</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">16</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;activate_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_users&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_options&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;moderate_comments&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_categories&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_links&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;upload_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;import&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;unfiltered_html&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">8</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_10&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_9&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_8&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_7&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_6&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_5&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_4&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_3&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_2&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_users&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;create_users&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;unfiltered_upload&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_dashboard&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;update_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;install_plugins&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;update_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">14</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;install_themes&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;editor&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Editor&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">34</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;moderate_comments&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_categories&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;manage_links&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;upload_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">15</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;unfiltered_html&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_7&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_6&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_5&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_4&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_3&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_2&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">17</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">19</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_others_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">18</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read_private_pages&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;author&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">6</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Author&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;upload_files&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">20</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">13</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;publish_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_2&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">22</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_published_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">11</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;contributor&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">11</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Contributor&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">5</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;edit_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_1&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;delete_posts&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;subscriber&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;name&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">10</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;Subscriber&quot;</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">12</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;capabilities&quot;</span><span style="color: #339933;">;</span>a<span style="color: #339933;">:</span><span style="color: #cc66cc;">2</span><span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">4</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;read&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>s<span style="color: #339933;">:</span><span style="color: #cc66cc;">7</span><span style="color: #339933;">:</span><span style="color: #0000ff;">&quot;level_0&quot;</span><span style="color: #339933;">;</span>b<span style="color: #339933;">:</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/07/wordpress-du-hast-nicht-ausreichend-rechte-um-auf-diese-seite-zuzugreifen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>.htaccess: Zugriff auf ein Unterverzeichnis erlauben</title>
		<link>http://www.yourhelpcenter.de/2010/03/htaccess-zugriff-auf-ein-unterverzeichnis-erlauben/</link>
		<comments>http://www.yourhelpcenter.de/2010/03/htaccess-zugriff-auf-ein-unterverzeichnis-erlauben/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:12:22 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[erlauben]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freigeben]]></category>
		<category><![CDATA[full access]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[not allowed]]></category>
		<category><![CDATA[not protected]]></category>
		<category><![CDATA[passwort]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[protected]]></category>
		<category><![CDATA[schützen]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[sicherung]]></category>
		<category><![CDATA[subfolder]]></category>
		<category><![CDATA[subfolders]]></category>
		<category><![CDATA[unterverzeichnis]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[wp-admin]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=931</guid>
		<description><![CDATA[Es gibt Fälle, da möchte man ein Verzeichnis per .htaccess schützen &#8211; trotzdem aber den Zugriff auf ein Unterverzeichnis des geschützten Verzeichnisses wieder erlauben. Praxis-Beispiel: Um Ihre WordPress Installation zusätzlich zu sichern, sperren Sie das /wp-admin Verzeichnis durch eine .htaccess / .htpasswd Kombination. Dadurch werden aber andere Logins (z.Bsp. von normalen Benutzern auf der Webseite) [...]]]></description>
			<content:encoded><![CDATA[<p>Es gibt Fälle, da möchte man ein Verzeichnis per .htaccess schützen &#8211; trotzdem aber den Zugriff auf ein Unterverzeichnis des geschützten Verzeichnisses wieder erlauben.</p>
<p><strong>Praxis-Beispiel:</strong></p>
<p>Um Ihre WordPress Installation zusätzlich zu sichern, sperren Sie das /wp-admin Verzeichnis durch eine .htaccess / .htpasswd Kombination. Dadurch werden aber andere Logins (z.Bsp. von normalen Benutzern auf der Webseite) auch blockiert, da bei die Loginmaske Dateien aus dem /wp-admin/css und /wp-admin/images Verzeichnis abruft.</p>
<p><strong>Lösung:</strong></p>
<p>Erstellen (der belassen) Sie den Schutz wie in unserem Artikel &#8220;<a title="WordPress wp-admin protect by .htaccess" href="http://www.yourhelpcenter.de/2009/10/wordpress-schutz-des-administrationsbereiches-wp_admin" target="_blank">WordPress: Schutz des Administrationsbereiches (wp-admin)/</a>&#8221; beschrieben für den /wp-admin/ Ordner.</p>
<p>Erstellen Sie zusätzlich in den beiden Unterordnern &#8220;css&#8221; und &#8220;images&#8221; eine weitere .htaccess Datei mit diesem Inhalt:</p>
<pre>Order Deny,Allow
Allow from all
Satisfy any</pre>
<p>Nun werden Sie beim Zugriff auf &#8220;www.domain.de/wp-admin&#8221; nach Ihren Zugangsdaten gefragt. Möchte sich ein Benutzer jedoch normal über die Loginmaske anmelden, sieht er das bekannte Formular und wird nicht eingeschränkt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/03/htaccess-zugriff-auf-ein-unterverzeichnis-erlauben/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress: Besucher protokollieren und auswerten</title>
		<link>http://www.yourhelpcenter.de/2010/03/wordpress-besucher-protokollieren-und-auswerten/</link>
		<comments>http://www.yourhelpcenter.de/2010/03/wordpress-besucher-protokollieren-und-auswerten/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 13:12:24 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[einfach]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[grafische Auswertung]]></category>
		<category><![CDATA[graphische Auswertung]]></category>
		<category><![CDATA[IP Logger]]></category>
		<category><![CDATA[kostenlos]]></category>
		<category><![CDATA[nützlich]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=915</guid>
		<description><![CDATA[Für das WordPress Plugin &#8220;IP Logger&#8221; gibt es eine neue Version: 3.0 Neu in dieser Version ist die Möglichkeit, die Logs (= die protokollierten Besucherdaten) online auf den eigenen Computer herunterzuladen und dort weiter auszuwerten. Auch wird dadurch die meist vergleichsweise teure Onlinespeicherplatz geschont und die Logs auf dem lokalen PC gesammelt. Das (ebenfalls kostenlose) [...]]]></description>
			<content:encoded><![CDATA[<p>Für das WordPress Plugin &#8220;<a title="IP Logger Homepage" href="http://www.mretzlaff.com/wordpress-plugins/wp-plugin-ip-logger/" target="_blank">IP Logger</a>&#8221; gibt es eine neue Version: 3.0</p>
<p>Neu in dieser Version ist die Möglichkeit, die Logs (= die protokollierten Besucherdaten) online auf den eigenen Computer herunterzuladen und dort weiter auszuwerten. Auch wird dadurch die meist vergleichsweise teure Onlinespeicherplatz geschont und die Logs auf dem lokalen PC gesammelt.</p>
<p>Das (ebenfalls kostenlose) Zusatztool hierfür heißt:<br />
<a title="IP Logger Analyzer (IPLA) Homepage" href="http://www.mretzlaff.com/freeware/ip-logger-analyzer/" target="_blank">IP Logger Analyzer (IPLA)</a></p>
<p>Neben dem normalen protokollieren Ihrer Webseitenbesucher haben Sie die Möglichkeit, Ihre Webseite vor unerwünschten Besuchern zu schützen. Die enthaltene Option &#8220;Unerwünschte Besucher blockieren&#8221; können Sie einfach in den Einstellungen des Plugins aktivieren und dann definieren, welchen Besucher Sie nicht Ihre Webseite zeigen wollen:</p>
<ul>
<li>Filterung nach dem 3 stelligen Ländercode (Code3) ist möglich. Wenn Sie z.Bsp. alle Besucher aus China sperren wollen, fügen Sie einen Filter für &#8220;Code3&#8243; mit dem Text &#8220;CHN&#8221; (= ISO Code für China) hinzu. Besucher aus dem Land sehen ab sofort nurnoch eine Meldung, dass Sie leider keine Zugriffsrechte besitzen. Die Meldung liegt in einem Template und kann frei angepasst werden.</li>
<li>Filterung nach IP: Sie möchten eine bestimmte IP Adresse nicht zulassen.</li>
<li>Filterung nach Hostnamen: Wenn Sie den Namen des Computers kennen (und dieser sich nicht ständig ändert)</li>
<li>Filterung nach dem genutzten Browser: Hier können Sie z.Bsp. festlegen, für welche Browsertypen Ihre Internetseiten gesperrt sein sollen.</li>
</ul>
<p>Diese Technik hilft auch, die meisten sog. Bots (= Automatische Suchprogramme, die meist Ihre komplette Webseite versuchen zu katalogisieren) auszusperren. Auch gegen &#8220;Spider&#8221; Software (= Herunterladen Ihrer kompletten Webseite auf einen PC, Offline verfügbar machen) hilft die Option zuverlässig.</p>
<p><a title="IP Logger Analyzer (IPLA) Homepage" href="http://www.mretzlaff.com/wordpress-plugins/wp-plugin-ip-logger/" target="_blank">Mehr Informationen auf der Webseite des Autors.</a></p>
<table width="100%" border="0">
<tr>
<td>
<a href="http://www.yourhelpcenter.de/wp-content/uploads/2010/03/screenshot-1.gif"><img class="size-full wp-image-916  alignnone" src="http://www.yourhelpcenter.de/wp-content/uploads/2010/03/screenshot-1.gif" alt="" width="530" height="510" /></a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/03/wordpress-besucher-protokollieren-und-auswerten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 500 bei WordPress Login auf 1&amp;1 Webseiten</title>
		<link>http://www.yourhelpcenter.de/2010/01/error-500-bei-wordpress-login-auf-11-webseiten/</link>
		<comments>http://www.yourhelpcenter.de/2010/01/error-500-bei-wordpress-login-auf-11-webseiten/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 17:13:20 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[1 und 1]]></category>
		<category><![CDATA[1&1]]></category>
		<category><![CDATA[1und1]]></category>
		<category><![CDATA[blockiert]]></category>
		<category><![CDATA[Error 500]]></category>
		<category><![CDATA[Fehler 500]]></category>
		<category><![CDATA[fehlerhaft]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[Puretec]]></category>
		<category><![CDATA[Störung]]></category>
		<category><![CDATA[unmöglich]]></category>
		<category><![CDATA[zugriff]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=783</guid>
		<description><![CDATA[Wenn Sie Ihre Webseite auf einem 1&#38;1 (Puretec) Server führen, werden Sie früher oder später ein Problem finden. Nachdem Sie sich versuchen, in Ihr WordPress Backend unter &#8220;/wp-admin&#8221; einzuloggen, erhalten Sie die folgende Fehlermeldung: Error 500 - Internal server error Ein interner Fehler ist aufgetreten! Bitte versuchen Sie es zu einem späteren Zeitpunkt. Um das [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn Sie Ihre Webseite auf einem 1&amp;1 (Puretec) Server führen, werden Sie früher oder später ein Problem finden. Nachdem Sie sich versuchen, in Ihr WordPress Backend unter &#8220;/wp-admin&#8221; einzuloggen, erhalten Sie die folgende Fehlermeldung:</p>
<p><code>Error 500 - Internal server error<br />
Ein interner Fehler ist aufgetreten!<br />
Bitte versuchen Sie es zu einem späteren Zeitpunkt.</code></p>
<p>Um das Problem zu beheben, gehen Sie per FTP auf Ihren WebServer und korrigieren Sie die &#8220;.htaccess&#8221; Datei im WordPress wie folgt:</p>
<pre># BEGIN WordPress

&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/IfModule&gt;

# END WordPress

# Force www
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

# PHP5 bei 1&amp;1 einschalten
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2010/01/error-500-bei-wordpress-login-auf-11-webseiten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meine aktuelle IP Adresse</title>
		<link>http://www.yourhelpcenter.de/2009/12/meine-aktuelle-ip-adresse/</link>
		<comments>http://www.yourhelpcenter.de/2009/12/meine-aktuelle-ip-adresse/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 18:04:33 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Aktuelle IP]]></category>
		<category><![CDATA[Current IP]]></category>
		<category><![CDATA[IP Adresse]]></category>
		<category><![CDATA[momentane]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=736</guid>
		<description><![CDATA[Ihre aktuelle IP Adresse lautet: Your current IP address is: 38.107.179.241 In PHP können Sie die IP des Clients so anzeigen bzw. abfragen: echo $_SERVER["REMOTE_ADDR"];]]></description>
			<content:encoded><![CDATA[<p>Ihre aktuelle IP Adresse lautet:<br />
Your current IP address is:</p>
<h1 style="border:2px solid #dd0000;">38.107.179.241</h1>
<p>In PHP können Sie die IP des Clients so anzeigen bzw. abfragen:</p>
<p><code>echo $_SERVER["REMOTE_ADDR"];</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2009/12/meine-aktuelle-ip-adresse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Ihre Zugriffsrechte reichen nicht aus, um diese Seite zu anzuzeigen</title>
		<link>http://www.yourhelpcenter.de/2009/11/wordpress-ihre-zugriffsrechte-reichen-nicht-aus-um-diese-seite-zu-anzuzeigen/</link>
		<comments>http://www.yourhelpcenter.de/2009/11/wordpress-ihre-zugriffsrechte-reichen-nicht-aus-um-diese-seite-zu-anzuzeigen/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:42:50 +0000</pubDate>
		<dc:creator>Jockel</dc:creator>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[denied]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[tabelle]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Zugriffrechte]]></category>

		<guid isPermaLink="false">http://www.yourhelpcenter.de/?p=723</guid>
		<description><![CDATA[Dieser Artikel ist für interessant, wenn Sie beim Login in das Backend Ihrer WordPress Installation einer der folgenden Fehlermeldungen angezeigt bekommen: "Ihre Zugriffsrechte reichen nicht aus, um diese Seite zu anzuzeigen" "You do not have sufficient permissions to access this page" Meist tritt dieser Fehler auf, wenn Sie Ihre Domain oder WordPress-Installation geändert haben (z.Bsp. [...]]]></description>
			<content:encoded><![CDATA[<p>Dieser Artikel ist für interessant, wenn Sie beim Login in das Backend Ihrer WordPress Installation einer der folgenden Fehlermeldungen angezeigt bekommen:</p>
<p><code>"Ihre Zugriffsrechte reichen nicht aus, um diese Seite zu anzuzeigen"<br />
"You do not have sufficient permissions to access this page"</code></p>
<p>Meist tritt dieser Fehler auf, wenn Sie Ihre Domain oder WordPress-Installation geändert haben (z.Bsp. durch ein Update oder Plugin). Ist ein neues Plugin installiert worden, löschen Sie zum Test bitte vorübergehend das Verzeichnis des neues Plugins vom Server. Sie finden die Plugins unter &#8220;/wp-content/plugins/&#8221;. Funktioniert anschließend der Login wieder, informieren Sie bitte den Autor des Plugins über das Problem.</p>
<p><strong>Anderfalls:</strong></p>
<p>Grund für die Fehlermeldung sind nicht erkannte Benutzer und Benutzerrechte. Diese sind in den Tabellen &#8220;wp_options&#8221; und &#8220;wp_usermeta&#8221; gespeichert.</p>
<p><strong>Lösung:</strong></p>
<p>Nutzen Sie z.Bsp. <a title="phpMyAdmin" href="http://www.phpmyadmin.net/" target="_blank">phpMyAdmin</a> für den Zugriff auf Ihre WordPress-Datenbank.<br />
Ersetzen Sie in der folgenden Anleitung &#8220;AlterDomainname&#8221; und &#8220;NeuerDomainname&#8221; durch Ihre entsprechenden Domainnamen:</p>
<ul>
<li>Tabelle &#8220;wp_options&#8221;
<ul>
<li>option_name = &#8220;<em>AlterDomainname</em>_user_roles&#8221;<br />
=&gt; in &#8220;<em>NeuerDomainname</em>_user_roles&#8221; umbenennen</li>
</ul>
</li>
</ul>
<ul>
<li>Tabelle &#8220;wp_usermeta&#8221;
<ul>
<li>meta_key = &#8220;<em>AlterDomainname</em>_capabilities&#8221;<br />
=&gt; in &#8220;<em>NeuerDomainname</em>_capabilities&#8221; umbenennen</li>
<li>meta_key = &#8220;<em>AlterDomainname</em>_autosave_draft_ids&#8221;<br />
=&gt; in &#8220;<em>NeuerDomainname</em>_autosave_draft_ids&#8221; umbenennen</li>
<li>meta_key = &#8220;<em>AlterDomainname</em>_user_level&#8221;<br />
=&gt; in &#8220;<em>NeuerDomainname</em>_user_level&#8221; umbenennen</li>
<li>meta_key = &#8220;<em>AlterDomainname</em>_usersettings&#8221;<br />
=&gt; in &#8220;<em>NeuerDomainname</em>_usersettings&#8221; umbenennen</li>
<li>meta_key = &#8220;<em>AlterDomainname</em>_usersettingstime&#8221;<br />
=&gt; in &#8220;<em>NeuerDomainname</em>_usersettingstime&#8221; umbenennen</li>
<li>meta_key = &#8220;<em>AlterDomainname</em>_capabilities&#8221;<br />
=&gt; in &#8220;<em>NeuerDomainname</em>_capabilities&#8221; umbenennen</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.yourhelpcenter.de/2009/11/wordpress-ihre-zugriffsrechte-reichen-nicht-aus-um-diese-seite-zu-anzuzeigen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

