<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>WassUp Forums &#187; Topic: Wordpress error, open_basedir restriction in effect</title>
		<link>http://www.wpwp.org/forums/topic/wordpress-error-open_basedir-restriction-in-effect</link>
		<description>WassUp Forums &raquo; Topic: Wordpress error, open_basedir restriction in effect</description>
		<language>en-US</language>
		<pubDate>Sun, 14 Mar 2010 12:17:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.wpwp.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.wpwp.org/forums/rss/topic/wordpress-error-open_basedir-restriction-in-effect" rel="self" type="application/rss+xml" />

		<item>
			<title>helene on "Wordpress error, open_basedir restriction in effect"</title>
			<link>http://www.wpwp.org/forums/topic/wordpress-error-open_basedir-restriction-in-effect#post-487</link>
			<pubDate>Wed, 02 Jul 2008 11:21:10 +0000</pubDate>
			<dc:creator>helene</dc:creator>
			<guid isPermaLink="false">487@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;The &#34;Temporary files location folder&#34; option may not have been available in Wassup 1.4.3, so setting session.save_path in php.ini may be your only way to change that value.&#60;/p&#62;
&#60;p&#62;I checked your phpinfo output and saw that &#34;open_basedir&#34; is set at the local level. &#34;open_basedir&#34; is one of the configuration directives used by Safe mode. If it is turned on, then your PHP has restricted directory access, even if the &#34;save_mode&#34; directive itself is turned &#34;off&#34;. Please make the following changes to your php.ini file:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#60;code&#62;&#60;br /&#62;
; php.ini local settings:&#60;br /&#62;
;&#60;br /&#62;
; comment out &#34;open_basedir&#34; by adding the semicolon in front of it&#60;br /&#62;
; open_basedir = &#34;/home/vivi/:/tmp:/usr/local/lib/php/&#34;&#60;br /&#62;
;&#60;br /&#62;
;for Wordpress session and WassUp plugin&#60;br /&#62;
session.save_path = &#34;/tmp&#34;	; use /home/user/vivi/tmp if /tmp doesn't work&#60;br /&#62;
;&#60;br /&#62;
; Use error_reporting = 6143 when debugging&#60;br /&#62;
error_reporting = 6143	; E_ALL error reporting level (for debugging only)&#60;/code&#62;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Another thing you could do is simply delete the &#34;wassup&#34; folder from your wordpress plugins directory. That removes Wassup from the equation and you can move on to find the actual source of the problem. Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vivithemage on "Wordpress error, open_basedir restriction in effect"</title>
			<link>http://www.wpwp.org/forums/topic/wordpress-error-open_basedir-restriction-in-effect#post-486</link>
			<pubDate>Tue, 01 Jul 2008 21:17:13 +0000</pubDate>
			<dc:creator>vivithemage</dc:creator>
			<guid isPermaLink="false">486@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Thanks for the detailed reply. I checked safe mode and it says its off, if you check out &#60;a href=&#34;http://vivithemage.co.uk/phpinfo.php&#34; rel=&#34;nofollow&#34;&#62;http://vivithemage.co.uk/phpinfo.php&#60;/a&#62; you can see for yourself. I tried changing the manage files and database tab, but i couldnt find it. I thought it could be this &#60;a href=&#34;http://vivithemage.co.uk/php-temp.png&#34; rel=&#34;nofollow&#34;&#62;http://vivithemage.co.uk/php-temp.png&#60;/a&#62;&#60;br /&#62;
Should i change that path, because i could try to create a local php.ini file which should override the system wide on. What do you think?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>helene on "Wordpress error, open_basedir restriction in effect"</title>
			<link>http://www.wpwp.org/forums/topic/wordpress-error-open_basedir-restriction-in-effect#post-476</link>
			<pubDate>Fri, 27 Jun 2008 17:21:40 +0000</pubDate>
			<dc:creator>helene</dc:creator>
			<guid isPermaLink="false">476@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;I visited your blog and viewed the error.  Your host server is definitely running in &#34;PHP safe mode&#34;. This &#34;PHP safe mode&#34; restricts access to only the directories specified in your ISP's setting, in your case (/home/vivi/, /tmp, and /usr/local/lib/php/).  A support tech at your ISP needs to see this error because it looks like there may be a server misconfiguration problem where the allowed paths does not match the real path of your own site. If you can, copy and paste the error in an email and send it to your ISP support email address. That may be the only way to guarantee it will be seen by someone who understands server configuration.&#60;/p&#62;
&#60;p&#62;Because of this problem, Wassup is unable to access the default path for PHP session_save_path. Your getting a blank screen even after deactivating Wassup confirms that this problem goes beyond Wassup and is on your host itself.&#60;/p&#62;
&#60;p&#62;I am not optimistic that this will help, but you could try entering a different &#34;save path&#34; value in Wassup Options. Go to the Wassup==&#38;gt;Options or type the URL  &#34;http://yoursiteurl/blog/wp-admin/admin.php?page=wassup-options&#34; in your browser. Then go to the &#34;Manage Files&#38;#38;Database&#34; tab, and enter a new value for Temporary files location folder. If the value is &#34;/tmp&#34;, you need to change it to something like &#34;/usr/home/vivi/tmp&#34;. If the value is &#34;/var/tmp&#34;, change it to &#34;/tmp&#34;, instead, then save.  Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vivithemage on "Wordpress error, open_basedir restriction in effect"</title>
			<link>http://www.wpwp.org/forums/topic/wordpress-error-open_basedir-restriction-in-effect#post-473</link>
			<pubDate>Thu, 26 Jun 2008 20:53:45 +0000</pubDate>
			<dc:creator>vivithemage</dc:creator>
			<guid isPermaLink="false">473@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;I checked the server and it was not running in safe mode, ive also tried changing permissions of the wassup folder yet there has been no difference, any other suggestions? Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>helene on "Wordpress error, open_basedir restriction in effect"</title>
			<link>http://www.wpwp.org/forums/topic/wordpress-error-open_basedir-restriction-in-effect#post-469</link>
			<pubDate>Wed, 25 Jun 2008 17:49:21 +0000</pubDate>
			<dc:creator>helene</dc:creator>
			<guid isPermaLink="false">469@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;The &#34;open-basedir restriction&#34; error is a sign that your ISP host server is running in &#34;PHP safe mode&#34;. This is incompatible with several Wordpress plugins, including Wassup 1.4.3 (though not WassUp 1.6). You need to call your ISP to change this restriction or you can deactivate all your plugins, install them again, then activate them one at a time, making sure your blog is not affected after each one. If you cannot access your Wordpress admin menu, you need to delete everything but Akismet from your plugins directory via ftp, beforehand.&#60;/p&#62;
&#60;p&#62;You can learn how other Wordpress users have dealt with this problem in the &#60;a href=&#34;http://wordpress.org/support/topic/139592&#34;&#62;Wordpress support forums&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vivithemage on "Wordpress error, open_basedir restriction in effect"</title>
			<link>http://www.wpwp.org/forums/topic/wordpress-error-open_basedir-restriction-in-effect#post-468</link>
			<pubDate>Wed, 25 Jun 2008 13:48:40 +0000</pubDate>
			<dc:creator>vivithemage</dc:creator>
			<guid isPermaLink="false">468@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Hello, Ive recieved an error (seen here &#38;gt; &#60;a href=&#34;http://vivithemage.co.uk/blog/)&#34; rel=&#34;nofollow&#34;&#62;http://vivithemage.co.uk/blog/)&#60;/a&#62;. Ive tried upgrading wassup but that creates a blank screen, and even if i deactivate wassup and remove it, the blog still shows a blank screen. Any help would be greatly appreciated. Thanks&#60;/p&#62;
&#60;p&#62;Wordpress version: 2.5.1&#60;br /&#62;
Wassup version: 1.4.3
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
