<?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>samuelaguilera.com &#187; open_basedir</title>
	<atom:link href="http://www.samuelaguilera.com/archivo/tag/open_basedir/feed" rel="self" type="application/rss+xml" />
	<link>http://www.samuelaguilera.com</link>
	<description>Desarrollo web con WordPress y otros temas de interés.</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:40:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Error open_basedir restriction in effect</title>
		<link>http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml</link>
		<comments>http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml#comments</comments>
		<pubDate>Mon, 03 Dec 2007 08:20:13 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml</guid>
		<description><![CDATA[Si instalas un plugin de WordPress (o cualquier script PHP) y durante su uso obtienes un error de este tipo: Warning: main(): open_basedir restriction in effect. File(/ruta/completa/al/archivo/archivo.xyz) is not within the allowed path(s): (/ruta/completa/a/tmp) in /ruta/completa/al/plugin/archivoplugin.php on line 32 Se debe a un parámetro de configuración del servidor llamado open_basedir. Este parámetro, que se puede [...]]]></description>
			<content:encoded><![CDATA[<p>Si instalas un <strong>plugin de WordPress</strong> (o cualquier script PHP) y durante su uso obtienes un error de este tipo:</p>
<p class="code"><strong>Warning</strong>: <strong>main(): open_basedir restriction in effect.</strong> <strong>File</strong>(/ruta/completa/al/archivo/archivo.xyz) <strong>is not within the allowed path(s)</strong>: (/ruta/completa/a/tmp) in /ruta/completa/al/plugin/archivoplugin.php on line 32</p>
<p>Se debe a un parámetro de configuración del servidor llamado <strong>open_basedir</strong>. Este parámetro, que se puede configurar en el archivo <strong>httpd.conf</strong> del servidor, tiene como objetivo <span style="text-decoration: underline;">limitar los archivos que el interprete de <strong>PHP</strong> para nuesto usuario está autorizado a abrir a los que estén dentro de un árbol de directorios concreto (y a las distintas rutas fuera del árbol que se autoricen)</span>.</p>
<p>Normalmente este parámetro se usa en servicios de <strong>hosting compartido</strong> como medida de precaución para que <span style="text-decoration: underline;">un usuario no pueda acceder mediante <strong>PHP</strong> a los archivos de otro</span>. Por lo que teóricamente no debería molestarnos para hacer uso de nuestros propios archivos&#8230; pero en ocasiones un plugin (o nuestro propio código), puede necesitar acceso a determinados recursos compartidos que están fuera de nuestra ruta de usuario.<br />
(...)<br/>Leer el resto de <a href="http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml">Error open_basedir restriction in effect</a> (230 palabras)</p>
<hr />
<p><small>© 2007 <a href="http://www.samuelaguilera.com">Samuel Aguilera</a>. |
<a href="http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml">Enlace permanente</a> |
<a href="http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml#comments">No hay comentarios</a> |
Añadir a
<a href="http://del.icio.us/post?url=http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml&title=Error open_basedir restriction in effect">del.icio.us</a> | <a href="http://twitter.com/home?status=Error open_basedir restriction in effect: http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml">Enviar a Twitter</a> | <a href="http://meneame.net/submit.php?url=http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml">Enviar a Meneame.net</a>
<br/>
Etiquetas: <a href="http://www.samuelaguilera.com/archivo/tag/desarrollo" rel="tag">Desarrollo</a>, <a href="http://www.samuelaguilera.com/archivo/tag/hosting" rel="tag">hosting</a>, <a href="http://www.samuelaguilera.com/archivo/tag/open_basedir" rel="tag">open_basedir</a>, <a href="http://www.samuelaguilera.com/archivo/tag/php" rel="tag">PHP</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.samuelaguilera.com/archivo/error-open_basedir-restriction-in-effect.xhtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

