<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wordpress Logger: A plugin that displays log messages to the Safari and Firefox console from PHP</title>
	<atom:link href="http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/</link>
	<description>Where everything is possible but nothing of interest is easy –Alan Perlis</description>
	<lastBuildDate>Sun, 29 Aug 2010 11:22:49 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: guest</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-185</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Sun, 29 Aug 2010 11:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-185</guid>
		<description>A subfolder install did not cause me any problems.

How about some more examples?

Thank you!</description>
		<content:encoded><![CDATA[<p>A subfolder install did not cause me any problems.</p>
<p>How about some more examples?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-101</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 06 Feb 2010 03:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-101</guid>
		<description>Unfortunatly it does not work when page redirection is involved :-(</description>
		<content:encoded><![CDATA[<p>Unfortunatly it does not work when page redirection is involved <img src='http://www.turingtarpit.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RavanH</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-98</link>
		<dc:creator>RavanH</dc:creator>
		<pubDate>Mon, 11 Jan 2010 18:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-98</guid>
		<description>plugin_basename( __FILE__ ) should not cause any problem on a subfolder install... been looking through the code a bit but cannot find anything that would explain this. no get_option(&#039;site_url&#039; / &#039;home&#039;) mixup no hardcoded paths (as far as I could see)... weird.

the only thing I noticed is wp_enqueue_script( &#039;jquery&#039;, &#039;1.2,6&#039; ) , should that not be wp_enqueue_script( &#039;jquery&#039;, &#039;1.2.6&#039; ) ?</description>
		<content:encoded><![CDATA[<p>plugin_basename( __FILE__ ) should not cause any problem on a subfolder install&#8230; been looking through the code a bit but cannot find anything that would explain this. no get_option(&#8217;site_url&#8217; / &#8216;home&#8217;) mixup no hardcoded paths (as far as I could see)&#8230; weird.</p>
<p>the only thing I noticed is wp_enqueue_script( &#8216;jquery&#8217;, &#8216;1.2,6&#8242; ) , should that not be wp_enqueue_script( &#8216;jquery&#8217;, &#8216;1.2.6&#8242; ) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandima Cumaranatunge</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-97</link>
		<dc:creator>Chandima Cumaranatunge</dc:creator>
		<pubDate>Mon, 11 Jan 2010 17:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-97</guid>
		<description>@Pitschi I&#039;m not sure why it doesn&#039;t work with a WP subfolder install. The only directory dependency is a &lt;code&gt;plugin_basename( __FILE__ )&lt;/code&gt; call in the methods that re-order the plugin list. Anybody know if the &lt;code&gt;plugin_basename&lt;/code&gt; function breaks on a subfolder install? Or could it be some other issue?</description>
		<content:encoded><![CDATA[<p>@Pitschi I&#8217;m not sure why it doesn&#8217;t work with a WP subfolder install. The only directory dependency is a <code>plugin_basename( __FILE__ )</code> call in the methods that re-order the plugin list. Anybody know if the <code>plugin_basename</code> function breaks on a subfolder install? Or could it be some other issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pitschi</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-96</link>
		<dc:creator>Pitschi</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-96</guid>
		<description>plugin not working if WP root directory is a subfolder eg http://exemple.com/WPress/</description>
		<content:encoded><![CDATA[<p>plugin not working if WP root directory is a subfolder eg <a href="http://exemple.com/WPress/" rel="nofollow">http://exemple.com/WPress/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-75</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Sun, 01 Nov 2009 16:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-75</guid>
		<description>Not working in plugin page. 
global $wplogger; $wplogger-&gt;log( &#039;No images attached to this post&#039;, WPLOG_ERR );
At $wplogger information is present, but Firebug does not display debug information.</description>
		<content:encoded><![CDATA[<p>Not working in plugin page.<br />
global $wplogger; $wplogger-&gt;log( &#8216;No images attached to this post&#8217;, WPLOG_ERR );<br />
At $wplogger information is present, but Firebug does not display debug information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandar</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-73</link>
		<dc:creator>Aleksandar</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-73</guid>
		<description>Hi,

You might want to register the `flushLogMessages` function with the `admin_footer` action hook, too. Otherwise it doesn&#039;t work in the admin area for me:
---
# MOD:: register admin footer, too:
add_action( &#039;admin_footer&#039;, array($wplogger, &#039;flushLogMessages&#039;) ); // log scripts
---

Other than that it works great :)


Take care,
Aleksandar</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You might want to register the `flushLogMessages` function with the `admin_footer` action hook, too. Otherwise it doesn&#8217;t work in the admin area for me:<br />
&#8212;<br />
# MOD:: register admin footer, too:<br />
add_action( &#8216;admin_footer&#8217;, array($wplogger, &#8216;flushLogMessages&#8217;) ); // log scripts<br />
&#8212;</p>
<p>Other than that it works great <img src='http://www.turingtarpit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Take care,<br />
Aleksandar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandima Cumaranatunge</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-72</link>
		<dc:creator>Chandima Cumaranatunge</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-72</guid>
		<description>@tf0054 thanks for testing the plugin on the latest version of WP.</description>
		<content:encoded><![CDATA[<p>@tf0054 thanks for testing the plugin on the latest version of WP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tf0054</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-71</link>
		<dc:creator>tf0054</dc:creator>
		<pubDate>Tue, 22 Sep 2009 06:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-71</guid>
		<description>Cool plugin!
I&#039;m using wplogger on v2.8.4 and No error was occured.</description>
		<content:encoded><![CDATA[<p>Cool plugin!<br />
I&#8217;m using wplogger on v2.8.4 and No error was occured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandima Cumaranatunge</title>
		<link>http://www.turingtarpit.com/2009/05/wordpress-logger-a-plugin-to-display-php-log-messages-in-safari-and-firefox/comment-page-1/#comment-37</link>
		<dc:creator>Chandima Cumaranatunge</dc:creator>
		<pubDate>Tue, 19 May 2009 14:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.turingtarpit.com/?p=369#comment-37</guid>
		<description>Hi RavanH, Thanks for checking it out. Logging only if admin was part of future functionality. I&#039;ll implement it ASAP.</description>
		<content:encoded><![CDATA[<p>Hi RavanH, Thanks for checking it out. Logging only if admin was part of future functionality. I&#8217;ll implement it ASAP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
