<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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; Tag: errors - Recent Posts</title>
		<link>http://www.wpwp.org/forums/tags/errors</link>
		<description>WassUp Forums &raquo; Tag: errors - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 08:15:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</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/tags/errors" rel="self" type="application/rss+xml" />

		<item>
			<title>Monkiboi on "header errors?"</title>
			<link>http://www.wpwp.org/forums/topic/header-errors#post-349</link>
			<pubDate>Mon, 14 Apr 2008 00:21:16 +0000</pubDate>
			<dc:creator>Monkiboi</dc:creator>
			<guid isPermaLink="false">349@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Everything was working fine on my 1.5 installation with WP2.5 for the past week and then today I started getting the same errors as Valke.  I cannot even log in to my WP backend??  Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "header errors?"</title>
			<link>http://www.wpwp.org/forums/topic/header-errors#post-216</link>
			<pubDate>Tue, 19 Feb 2008 18:55:47 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">216@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Valke please try to &#60;a href=&#34;http://downloads.wordpress.org/plugin/wassup.zip&#34;&#62;download the 1.4.6 again&#60;/a&#62; and reinstall it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>helene on "please: uninstall help!"</title>
			<link>http://www.wpwp.org/forums/topic/uninstall-help#post-210</link>
			<pubDate>Tue, 19 Feb 2008 05:54:21 +0000</pubDate>
			<dc:creator>helene</dc:creator>
			<guid isPermaLink="false">210@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Your &#34;wp-config.php&#34; file may be corrupted by a blank line or white spaces in it. The wrong text editor (Word/Wordpad) or ftp transfer setting (binary) can cause this. The first line of wp-config.php must be &#34;&#38;lt;?php&#34; and the last, &#34;?&#38;gt;&#34; (without the quotes). There must be no blank lines or spaces before or after.&#60;/p&#62;
&#60;p&#62;For further help, please read this Wordpress support doc &#60;a href=&#34;http://wordpress.org/support/topic/135665&#34;&#62;#135665&#60;/a&#62;. If this does not solve your problem, then the simplest solution is to recreate a new &#34;wp-config.php&#34; from &#34;wp-config-sample.php&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>valke on "please: uninstall help!"</title>
			<link>http://www.wpwp.org/forums/topic/uninstall-help#post-209</link>
			<pubDate>Tue, 19 Feb 2008 03:48:41 +0000</pubDate>
			<dc:creator>valke</dc:creator>
			<guid isPermaLink="false">209@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;i couldn't figure out this plugin, and now i want to uninstall it due to the fact that i keep getting these:&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:26) in /var/www/wp-includes/pluggable.php on line 391&#60;/p&#62;
&#60;p&#62;i made sure i deactivated it, and then i renamed the directory, and removed the line in wp-config.php. this has me totally frustrated. i can't save my posts and i really don't know what to do!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>valke on "header errors?"</title>
			<link>http://www.wpwp.org/forums/topic/header-errors#post-200</link>
			<pubDate>Mon, 18 Feb 2008 21:02:23 +0000</pubDate>
			<dc:creator>valke</dc:creator>
			<guid isPermaLink="false">200@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;now it looks like this:&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:28) in /var/www/wp-includes/pluggable.php on line 391&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:28) in /var/www/wp-includes/pluggable.php on line 391&#60;/p&#62;
&#60;p&#62;*yes, double now*&#60;br /&#62;
 and this is what wp-config looks like (minus sensitive information)&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
// ** MySQL settings ** //&#60;br /&#62;
define('DB_NAME', 'here');    // The name of the database&#60;br /&#62;
define('DB_USER', 'here');     // Your MySQL username&#60;br /&#62;
define('DB_PASSWORD', 'here'); // ...and password&#60;br /&#62;
define('DB_HOST', 'localhost');    // 99% chance you won't need to change this $&#60;br /&#62;
define('DB_CHARSET', 'utf8');&#60;br /&#62;
define('DB_COLLATE', '');&#60;/p&#62;
&#60;p&#62;// You can have multiple installations in one database if you give each a uniqu$&#60;br /&#62;
$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!&#60;/p&#62;
&#60;p&#62;// Change this to localize WordPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to wp-content/languages.&#60;br /&#62;
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define ('WPLANG', '');&#60;br /&#62;
define('SECRET_KEY', 'your secret key please change it!'); // (insert here)&#60;br /&#62;
// Change this to localize WordPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to wp-content/languages.&#60;br /&#62;
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define ('WPLANG', '');&#60;/p&#62;
&#60;p&#62;/* That's all, stop editing! Happy blogging. */&#60;/p&#62;
&#60;p&#62;define('ABSPATH', dirname(__FILE__).'/');&#60;br /&#62;
require_once(ABSPATH.'wp-settings.php');&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;***also on my front page i'm getting this:&#60;/p&#62;
&#60;p&#62;Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/wp-config.php:27) in /var/www/wp-content/plugins/wassup/wassup.php on line 1181&#60;/p&#62;
&#60;p&#62;Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/wp-config.php:27) in /var/www/wp-content/plugins/wassup/wassup.php on line 1181&#60;/p&#62;
&#60;p&#62;Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /var/www/wp-content/plugins/wassup/wassup.php on line 1185
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "header errors?"</title>
			<link>http://www.wpwp.org/forums/topic/header-errors#post-198</link>
			<pubDate>Mon, 18 Feb 2008 20:45:35 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">198@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;valke, please put the SECRET_KEY statement in the second line of the wp-config.php after the &#34;&#38;lt;?php&#34; line.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>valke on "header errors?"</title>
			<link>http://www.wpwp.org/forums/topic/header-errors#post-196</link>
			<pubDate>Mon, 18 Feb 2008 20:22:42 +0000</pubDate>
			<dc:creator>valke</dc:creator>
			<guid isPermaLink="false">196@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;i'm getting this output.&#60;/p&#62;
&#60;p&#62;Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:27) in /var/www/wp-includes/pluggable.php on line 391&#60;/p&#62;
&#60;p&#62;how can i resolve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "No Graph &#38; Errors"</title>
			<link>http://www.wpwp.org/forums/topic/no-graph-038-errors#post-152</link>
			<pubDate>Tue, 12 Feb 2008 10:21:10 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">152@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Joseph please could you try to set the &#34;Save Path&#34; field to &#34;/tmp&#34; or a directory writable by your web server?&#60;br /&#62;
Please let me know&#60;br /&#62;
Thank you for the reports
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joseph on "No Graph &#38; Errors"</title>
			<link>http://www.wpwp.org/forums/topic/no-graph-038-errors#post-149</link>
			<pubDate>Tue, 12 Feb 2008 04:27:30 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">149@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Error is back &#60;/p&#62;
&#60;p&#62;On this page &#60;/p&#62;
&#60;p&#62;Statistics Recording Settings&#60;/p&#62;
&#60;p&#62;&#34;Save path&#34; directory for storing temporary files to track visitors who have cookies disabled:/var/lib/php/session&#60;br /&#62;
Use absolute directory paths only. This value is usually &#34;/tmp&#34;.&#60;br /&#62;
WARNING! Directory does not exist or is not writable. Please modify above path or edit &#34;session.save_path&#34; in &#34;php.ini&#34; to point to a valid, writable folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joseph on "No Graph &#38; Errors"</title>
			<link>http://www.wpwp.org/forums/topic/no-graph-038-errors#post-148</link>
			<pubDate>Tue, 12 Feb 2008 03:30:18 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">148@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Oh BTW - Love the new ( page views ) dotted graph over lay !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joseph on "No Graph &#38; Errors"</title>
			<link>http://www.wpwp.org/forums/topic/no-graph-038-errors#post-147</link>
			<pubDate>Tue, 12 Feb 2008 03:29:36 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">147@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Oh !!!!!   SWEEET &#60;/p&#62;
&#60;p&#62;I see now its a little icon that expands the graph - RIGHT ON!&#60;/p&#62;
&#60;p&#62;My error seems to have disappeared as well !&#60;/p&#62;
&#60;p&#62;Where that donate box?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joseph on "No Graph &#38; Errors"</title>
			<link>http://www.wpwp.org/forums/topic/no-graph-038-errors#post-146</link>
			<pubDate>Tue, 12 Feb 2008 03:24:41 +0000</pubDate>
			<dc:creator>Joseph</dc:creator>
			<guid isPermaLink="false">146@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Hello Again :)&#60;/p&#62;
&#60;p&#62;My other issues are resolved with the latest version I have installed ( 1.45 - the one you just released)&#60;/p&#62;
&#60;p&#62;My wordpress version is 2.3.3 ( most recent release )&#60;/p&#62;
&#60;p&#62;But now , I have no more graph and when I go to&#60;br /&#62;
&#60;a href=&#34;http://WWW.EXAMPLE/wp-admin/admin.php?page=wassup-options&#34; rel=&#34;nofollow&#34;&#62;http://WWW.EXAMPLE/wp-admin/admin.php?page=wassup-options&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I get this on the bottom&#60;/p&#62;
&#60;p&#62; &#34;Save path&#34; directory for storing temporary files to track visitors who have cookies disabled:/var/lib/php/session&#60;br /&#62;
  Use absolute directory paths only. This value is usually &#34;/tmp&#34;.&#60;br /&#62;
WARNING! Directory does not exist or is not writable. Please modify above path or edit &#34;session.save_path&#34; in &#34;php.ini&#34; to point to a valid, writable folder. &#60;/p&#62;
&#60;p&#62;I have no way to access those files , and the other versions never mentioned this at all :(&#60;/p&#62;
&#60;p&#62;Any way you can help with this please and I assume this has something to do with my missing graph as well?&#60;/p&#62;
&#60;p&#62;Please let me know &#60;/p&#62;
&#60;p&#62;Thanks in advance &#60;/p&#62;
&#60;p&#62;Oh by way , you have a donate button somewhere here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "fatal error - how do i resolve this??"</title>
			<link>http://www.wpwp.org/forums/topic/fatal-error-how-do-i-resolve-this#post-143</link>
			<pubDate>Mon, 11 Feb 2008 15:51:52 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">143@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Fixed with 1.4.5 version
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LucaTNT on "stream_*(), feof() and fgets() errors"</title>
			<link>http://www.wpwp.org/forums/topic/stream_-feof-and-fgets-errors#post-110</link>
			<pubDate>Mon, 04 Feb 2008 17:57:37 +0000</pubDate>
			<dc:creator>LucaTNT</dc:creator>
			<guid isPermaLink="false">110@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Strano, cancellando il plugin e riuppandolo funziona perfettamente...&#60;/p&#62;
&#60;p&#62;Grazie lo stesso
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "stream_*(), feof() and fgets() errors"</title>
			<link>http://www.wpwp.org/forums/topic/stream_-feof-and-fgets-errors#post-107</link>
			<pubDate>Sun, 03 Feb 2008 11:55:29 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">107@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Ciao Luca&#60;br /&#62;
hai provato ad installare la versione 1.4.4? Disabilita il plugin cancella completamente la directory wassup e reinstallalo.&#60;br /&#62;
Fammi sapere&#60;br /&#62;
Grazie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LucaTNT on "stream_*(), feof() and fgets() errors"</title>
			<link>http://www.wpwp.org/forums/topic/stream_-feof-and-fgets-errors#post-102</link>
			<pubDate>Thu, 31 Jan 2008 17:11:21 +0000</pubDate>
			<dc:creator>LucaTNT</dc:creator>
			<guid isPermaLink="false">102@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;4.4.8-dev&#60;/p&#62;
&#60;p&#62;P.S: Posso parlare in italiano o è meglio mantenere il forum tutto in inglese?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "stream_*(), feof() and fgets() errors"</title>
			<link>http://www.wpwp.org/forums/topic/stream_-feof-and-fgets-errors#post-101</link>
			<pubDate>Thu, 31 Jan 2008 16:56:11 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">101@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Please could you tell me thw PHP version you have installed in your server?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LucaTNT on "stream_*(), feof() and fgets() errors"</title>
			<link>http://www.wpwp.org/forums/topic/stream_-feof-and-fgets-errors#post-100</link>
			<pubDate>Thu, 31 Jan 2008 15:29:51 +0000</pubDate>
			<dc:creator>LucaTNT</dc:creator>
			<guid isPermaLink="false">100@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Hi, I get all these errors (repeated until execution timeout) everytime I try to enable WassUp from the control panel.&#60;/p&#62;
&#60;p&#62;How do I solve this issue?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Warning: stream_set_blocking(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 761

 Warning: stream_set_timeout(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 762

 Warning: stream_get_meta_data(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 763

 Warning: feof(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 764

 Warning: fgets(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 765

 Warning: stream_get_meta_data(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 766

 Warning: feof(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 764

 Warning: fgets(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 765

 Warning: stream_get_meta_data(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 766

 Warning: feof(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 764

 Warning: fgets(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 765

 Warning: stream_get_meta_data(): supplied argument is not a valid stream resource in /membri/lublog/wp-content/plugins/wassup/main.php on line 766&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Michele on "fatal error - how do i resolve this??"</title>
			<link>http://www.wpwp.org/forums/topic/fatal-error-how-do-i-resolve-this#post-85</link>
			<pubDate>Tue, 29 Jan 2008 21:34:54 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">85@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Sorry another question: does the error happen when you surf your blog or when you surf the WassUp admin (Visitors Details view, Spy view, etc...)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "fatal error - how do i resolve this??"</title>
			<link>http://www.wpwp.org/forums/topic/fatal-error-how-do-i-resolve-this#post-84</link>
			<pubDate>Tue, 29 Jan 2008 21:31:40 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">84@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
please could you tell me the WassUp and Wordpress version you are using?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geraldomagellajunior on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-81</link>
			<pubDate>Tue, 29 Jan 2008 14:17:21 +0000</pubDate>
			<dc:creator>geraldomagellajunior</dc:creator>
			<guid isPermaLink="false">81@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;That´s great! Keep up the great work! (When I grow up, I would like to be like you guys! :) LOL )&#60;br /&#62;
Thank you, again, for your time, i'm very satisfied!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-80</link>
			<pubDate>Tue, 29 Jan 2008 14:10:40 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">80@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;I'm happy it works! Yes I gave you a modified version which will be the next release (1.4.4). &#60;/p&#62;
&#60;p&#62;Your WP tells you there is an upgrade because the version you are using now is 1.4.3a is different from the actual 1.4.3, please don't touch it before you see the 1.4.4 version available at &#60;a href=&#34;http://wordpress.org/extend/plugins/wassup/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wassup/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for the report
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geraldomagellajunior on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-79</link>
			<pubDate>Tue, 29 Jan 2008 12:20:52 +0000</pubDate>
			<dc:creator>geraldomagellajunior</dc:creator>
			<guid isPermaLink="false">79@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Sorry, forgot to tell, my MySQL is version 4.1.18-nt.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geraldomagellajunior on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-78</link>
			<pubDate>Tue, 29 Jan 2008 12:19:54 +0000</pubDate>
			<dc:creator>geraldomagellajunior</dc:creator>
			<guid isPermaLink="false">78@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Thank you for your time and patience! I apreciate it!&#60;/p&#62;
&#60;p&#62;I'm a web developer (not familiar with php, I work with asp e .NET) but could notice what you changed (and it worked, by the way). &#60;/p&#62;
&#60;p&#62;* You have changed JQuery (last parameter) to 1.2.1 (before was: 1.2.2).&#60;br /&#62;
* Some statistics were excluded, like lines: 634, 639 and 643.&#60;br /&#62;
* Some other minor changes.&#60;br /&#62;
* Added the &#34;`&#34; character to the timestamp and language on the CreateTable function.&#60;br /&#62;
* Removed some spiders identification on wGetSpider function.&#60;/p&#62;
&#60;p&#62;I supposed that you gave my some edited version to troubleshooting, is that right? In that case I can tell you that worked. Wordpress plug-in page tells me that &#34;There is a new version of WassUp&#34;. &#60;/p&#62;
&#60;p&#62;What should I do? Continuing to use this edited version or I can use another one?&#60;br /&#62;
Thank you again for your kindness in anwser my questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-77</link>
			<pubDate>Tue, 29 Jan 2008 11:48:38 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">77@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Please could you try to overwrite your wassup.php file with this: &#60;a href=&#34;http://trac.wpwp.org/browser/trunk/wassup.php?format=raw&#34; rel=&#34;nofollow&#34;&#62;http://trac.wpwp.org/browser/trunk/wassup.php?format=raw&#60;/a&#62;&#60;br /&#62;
The best approach should be:&#60;/p&#62;
&#60;p&#62;1) disable WassUp plugin&#60;br /&#62;
2) drop the wpgeraldo_wassup table from your Wordpress database&#60;br /&#62;
3) overwrite the file wassup.php&#60;br /&#62;
4) enable the plugin&#60;/p&#62;
&#60;p&#62;Please let me know &#60;/p&#62;
&#60;p&#62;P.S.&#60;br /&#62;
if you experience the problem again, please I need your mysql version
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geraldomagellajunior on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-76</link>
			<pubDate>Mon, 28 Jan 2008 23:02:55 +0000</pubDate>
			<dc:creator>geraldomagellajunior</dc:creator>
			<guid isPermaLink="false">76@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;It was a fresh install of wassup 1.4.3 on WP 2.3.2.&#60;br /&#62;
URL geraldo.inventta.com.br&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michele on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-75</link>
			<pubDate>Mon, 28 Jan 2008 20:30:09 +0000</pubDate>
			<dc:creator>Michele</dc:creator>
			<guid isPermaLink="false">75@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
what WassUp and Wordpress version do you use? Is it a fresh WassUp installation or did you try an upgrade?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>geraldomagellajunior on "ALTER TABLE error on every page of my blog"</title>
			<link>http://www.wpwp.org/forums/topic/alter-table-error-on-every-page-of-my-blog#post-74</link>
			<pubDate>Mon, 28 Jan 2008 17:32:47 +0000</pubDate>
			<dc:creator>geraldomagellajunior</dc:creator>
			<guid isPermaLink="false">74@http://www.wpwp.org/forums/</guid>
			<description>&#60;p&#62;Hi people, I'm having a bit of a trouble get this plugin up and running, can anyone Help-me? Every page on my blog has this message:&#60;/p&#62;
&#60;p&#62;WordPress database error Duplicate column name 'timestamp' for query ALTER TABLE wpgeraldo_wassup ADD COLUMN &#60;code&#62;timestamp&#60;/code&#62; varchar(20) default NULL WordPress database error Duplicate column name 'language' for query ALTER TABLE wpgeraldo_wassup ADD COLUMN &#60;code&#62;language&#60;/code&#62; varchar(5) default NULL &#60;/p&#62;
&#60;p&#62;I Already tried to drop these columns and the error desapears only for one page view, and then it continues to appear. Does anyone now about it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nobleviola on "fatal error - how do i resolve this??"</title>
			<link>http://www.wpwp.org/forums/topic/fatal-error-how-do-i-resolve-this#post-69</link>
			<pubDate>Fri, 25 Jan 2008 01:47:59 +0000</pubDate>
			<dc:creator>nobleviola</dc:creator>
			<guid isPermaLink="false">69@http://www.wpwp.org/forums/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 737280 bytes) in /home/.geoph/charlesnoble/nobleviola.com/wordpress/wp-content/plugins/wassup/wassup.php on line 820&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I had the preferences set to throw out data about a certain size, but this happened anyway - how can I make this go away?  I'm not hip to the internal workings, so go easy on me - I'm at about a third grade level on all this stuff!  Thanks in advance for helping me!&#60;/p&#62;
&#60;p&#62;Charles
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

