<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress DK Forum Topic: Warning: is_writable() [function.is-writable]: open_basedir restriction in....</title>
		<link>http://wp-danmark.dk/forum/topic/warning-is_writable-functionis-writable-open_basedir-restriction-in</link>
		<description>WordPress DK Forum Topic: Warning: is_writable() [function.is-writable]: open_basedir restriction in....</description>
		<language>da-DK</language>
		<pubDate>Mon, 17 Aug 2026 09:42:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/topic/warning-is_writable-functionis-writable-open_basedir-restriction-in" rel="self" type="application/rss+xml" />

		<item>
			<title>thomasgam om "Warning: is_writable() [function.is-writable]: open_basedir restriction in...."</title>
			<link>http://wp-danmark.dk/forum/topic/warning-is_writable-functionis-writable-open_basedir-restriction-in#post-31223</link>
			<pubDate>man, 17 okt 2011 10:37:45 +0000</pubDate>
			<dc:creator>thomasgam</dc:creator>
			<guid isPermaLink="false">31223@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Det lader til, at Daniel Hüsken, som har lavet WP Backup, &#60;a href=&#34;http://backwpup.com/forums/topic/functions-fehler/&#34;&#62;enten har eller vil rette op på&#60;/a&#62; problemet i en ny opdatering af WP Backup Plugin.&#60;/p&#62;
&#60;p&#62;// Thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thomasgam om "Warning: is_writable() [function.is-writable]: open_basedir restriction in...."</title>
			<link>http://wp-danmark.dk/forum/topic/warning-is_writable-functionis-writable-open_basedir-restriction-in#post-31222</link>
			<pubDate>man, 17 okt 2011 10:33:59 +0000</pubDate>
			<dc:creator>thomasgam</dc:creator>
			<guid isPermaLink="false">31222@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Hej Stru&#60;/p&#62;
&#60;p&#62;Jeg oplever samme fejlmeddelelse, når jeg er logget ind. Er det lykkes dig at ændre det ved brug af tosaks gode råd?&#60;/p&#62;
&#60;p&#62;De bedste hilsner fra Thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tosak om "Warning: is_writable() [function.is-writable]: open_basedir restriction in...."</title>
			<link>http://wp-danmark.dk/forum/topic/warning-is_writable-functionis-writable-open_basedir-restriction-in#post-29917</link>
			<pubDate>tirs, 30 aug 2011 07:42:45 +0000</pubDate>
			<dc:creator>tosak</dc:creator>
			<guid isPermaLink="false">29917@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Virker BackWPUp som den skal ellers? Det er kun en warning så programmet fortsætter.&#60;br /&#62;
Det ser ud til at funktionen kalder sys_get_temp_dir() som returnerer en forkert temp dir (fejl i din host's opsætning)&#60;br /&#62;
Prøv at smide følgende ind i din wp-config.php fil:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
define('WP_TEMP_DIR', '/var/www/web204/phptmp');&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
Du bør nok også slå fejlvisning fra på dit live site. Det er en sikkerhedsting. Almindelige brugere behøver heller ikke se fejl. Dette kan du gøre ved at smide følgende ind i din wp-config.php fil (øverst lige efter &#38;lt;?php )&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
error_reporting(0);&#60;br /&#62;
@ini_set(‘display_errors’, 0);&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stru om "Warning: is_writable() [function.is-writable]: open_basedir restriction in...."</title>
			<link>http://wp-danmark.dk/forum/topic/warning-is_writable-functionis-writable-open_basedir-restriction-in#post-29906</link>
			<pubDate>man, 29 aug 2011 21:27:52 +0000</pubDate>
			<dc:creator>Stru</dc:creator>
			<guid isPermaLink="false">29906@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Jeg har kæmpet med nedenstående fejl på mit site:&#60;/p&#62;
&#60;p&#62;Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/web204) in /var/www/web204/web/wp-content/plugins/backwpup/backwpup-functions.php on line 187&#60;/p&#62;
&#60;p&#62;Jeg er på relativ bare bund og har ingen anelse om hvad nedenstående betyder. Jeg har kigget i backwpup-functions.php omkring linie 187 med forventning om at jeg skulle rette en sti, men der er umiddelbart intet at se.&#60;/p&#62;
&#60;p&#62;Jeg har også forsøgt mig hos min hosts support uden resultat - svaret fra dem:&#60;br /&#62;
&#34;der må være en fejl i det plugin du bruger for din php tmp path er allerede sat til&#60;br /&#62;
/var/www/web204/phptmp&#60;br /&#62;
i php.ini&#34;&#60;/p&#62;
&#60;p&#62;Jeg har også forsøgt at af- og geninstallere BackWPUp, men fejlbeskeden forbliver i bunden mit site.&#60;/p&#62;
&#60;p&#62;Jeg håber der er en der kan hjælpe.&#60;/p&#62;
&#60;p&#62;PS fejlen er der kun når jeg er logget ind og mit site hedder: &#60;a href=&#34;http://www.guldforum.dk/&#34; rel=&#34;nofollow&#34;&#62;http://www.guldforum.dk/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
