<?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>Diego.ws &#187; Pasándolas putas</title>
	<atom:link href="http://www.diego.ws/index.php/category/pasandolas-putas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.diego.ws</link>
	<description>‘making school since 1997’</description>
	<lastBuildDate>Thu, 02 Sep 2010 10:22:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Como instalar OSCommerce SEO URLs y no morir en el intento</title>
		<link>http://www.diego.ws/index.php/pasandolas-putas/como-instalar-oscommerce-seo-urls-y-no-morir-en-el-intento/</link>
		<comments>http://www.diego.ws/index.php/pasandolas-putas/como-instalar-oscommerce-seo-urls-y-no-morir-en-el-intento/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 13:10:12 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Pasándolas putas]]></category>
		<category><![CDATA[oscommerce]]></category>

		<guid isPermaLink="false">http://www.diego.ws/index.php/pasandolas-putas/como-instalar-oscommerce-seo-urls-y-no-morir-en-el-intento/</guid>
		<description><![CDATA[Si tras seguir las instrucciones y finalizar la instalación aparece este error en algunas páginas o en el carrito de la compra&#8230; Unable to determine the page link! hay que editar el fichero includes/application_top.php, buscar este código: // set php_self in the local scope if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF']; y añadirle éste después: if ($PHP_SELF [...]]]></description>
			<content:encoded><![CDATA[<p>Si tras seguir las instrucciones y finalizar la instalación aparece este error en algunas páginas o en el carrito de la compra&#8230;</p>
<p><strong><span class="searchlite">Unable</span> to <span class="searchlite">determine</span> the <span class="searchlite">page</span> <span class="searchlite">link</span>! </strong></p>
<p>hay que editar el fichero includes/application_top.php, buscar este código:</p>
<p><em>// set php_self in the local scope<br />
if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];</em></p>
<p>y añadirle éste después:</p>
<p><em>if ($PHP_SELF != $SCRIPT_NAME) {<br />
$PHP_SELF = $SCRIPT_NAME.$PHP_SELF;<br />
} </em></p>
<p>Otra opción es que instales el <a href="http://www.oscommerce.com/community/contributions,2823" target="_blank">Ultimate SEO URLs</a>, que parece que tiene mejor pinta.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diego.ws/index.php/pasandolas-putas/como-instalar-oscommerce-seo-urls-y-no-morir-en-el-intento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como instalar PodPress y no morir en el intento</title>
		<link>http://www.diego.ws/index.php/wordpress/como-instalar-podpress-y-no-morir-en-el-intento/</link>
		<comments>http://www.diego.ws/index.php/wordpress/como-instalar-podpress-y-no-morir-en-el-intento/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 03:10:33 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Pasándolas putas]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[podpress]]></category>

		<guid isPermaLink="false">http://www.diego.ws/index.php/wordpress/como-instalar-podpress-y-no-morir-en-el-intento/</guid>
		<description><![CDATA[Tras arduas horas y esfuerzos he conseguido instalar el plugin PodPress para WordPress, y lo más importante&#8230; con stats funcionando!!! Para instalarlo hay que copiar la carpeta correspondiente al directorio de plugins, la instalación normal vamos. Una vez instalado y configurado, hay que copiar/mover la carpeta podpress_trac que se encuentra dentro de optional files en [...]]]></description>
			<content:encoded><![CDATA[<p>Tras arduas horas y esfuerzos he conseguido instalar el plugin <a href="http://www.mightyseek.com/podpress" target="_blank">PodPress</a> para WordPress, y lo más importante&#8230; con stats funcionando!!!</p>
<p>Para instalarlo hay que copiar la carpeta correspondiente al directorio de plugins, la instalación normal vamos.</p>
<p>Una vez instalado y configurado, hay que copiar/mover la carpeta podpress_trac que se encuentra dentro de optional files en la carpeta del plugin, a la raíz de la instalación de wordpress. Esa carpeta tiene el index.php pero por error no tiene el .htaccess. Hay que crearlo a mano y meter esto:</p>
<p># BEGIN podPress<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine on<br />
RewriteRule ^feed/(.+)$ index.php?feed=$1<br />
RewriteRule ^play/(.+)$ index.php?play=$1<br />
RewriteRule ^web/(.+)$ index.php?web=$1<br />
&lt;/IfModule&gt;<br />
# END podPress</p>
<p>Si después de eso aparece el error &#8216;Fatal error: Using $this when not in object context in /xxx/wp-content/plugins/podpress/podpress_functions.php on line 742&#8242; hay que editar dicho fichero y cambiar lo siguiente:</p>
<p>Linea 742:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 440px; height: 34px; text-align: left">if($podPress-&gt;settings['statLogging'] == 'Full' || $this-&gt;settings['statLogging'] == 'FullPlus') {</pre>
<p>Cambiar a:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 440px; height: 34px; text-align: left">if($podPress-&gt;settings['statLogging'] == 'Full' || $settings['statLogging'] == 'FullPlus') {</pre>
<p>Linea 753:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 440px; height: 34px; text-align: left">} elseif ($this-&gt;settings['statLogging'] == 'FullPlus' &amp;&amp; $realSysPath !== false) {</pre>
<p>Cambiar a:</p>
<pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 440px; height: 34px; text-align: left">} elseif ($settings['statLogging'] == 'FullPlus' &amp;&amp; $realSysPath !== false) {</pre>
<p>Esto último se supone que solo sucedería bajo PHP5.</p>
<p>Ale, a disfrutarlo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diego.ws/index.php/wordpress/como-instalar-podpress-y-no-morir-en-el-intento/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Errores instalando WordPress</title>
		<link>http://www.diego.ws/index.php/wordpress/errores-instalando-wordpress/</link>
		<comments>http://www.diego.ws/index.php/wordpress/errores-instalando-wordpress/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 08:25:26 +0000</pubDate>
		<dc:creator>Diego</dc:creator>
				<category><![CDATA[Pasándolas putas]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.diego.ws/index.php/errores-instalando-wordpress/</guid>
		<description><![CDATA[Forbidden You don&#8217;t have permission to access /wp-admin/index-extra.php on this server. Forbidden You don&#8217;t have permission to access /wp-admin/admin-ajax.php on this server. Solución: añadir esto al .htaccess de wp-admin &#60;IfModule mod_security.c&#62; SecFilterInheritance Off &#60;/IfModule&#62;]]></description>
			<content:encoded><![CDATA[<p><strong>Forbidden<br />
</strong>You don&#8217;t have permission to access /wp-admin/index-extra.php on this server.</p>
<p><strong>Forbidden<br />
</strong>You don&#8217;t have permission to access /wp-admin/admin-ajax.php on this server.</p>
<p>Solución:</p>
<p>añadir esto al .htaccess de wp-admin</p>
<p>&lt;IfModule mod_security.c&gt;<br />
SecFilterInheritance Off<br />
&lt;/IfModule&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.diego.ws/index.php/wordpress/errores-instalando-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
