<?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>AutoBlogged &#187; wordpress</title>
	<atom:link href="http://autoblogged.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://autoblogged.com</link>
	<description>WordPress AutoBlog Plugin</description>
	<lastBuildDate>Mon, 09 Aug 2010 20:18:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Not a Valid Header Error When Activating Plugin</title>
		<link>http://autoblogged.com/kb/installation/invalid-header/</link>
		<comments>http://autoblogged.com/kb/installation/invalid-header/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 22:32:15 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[activate]]></category>
		<category><![CDATA[activating]]></category>
		<category><![CDATA[activation]]></category>
		<category><![CDATA[add-new]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error-message]]></category>
		<category><![CDATA[invalid-header]]></category>
		<category><![CDATA[not-a-valid-header]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[zip-file]]></category>

		<guid isPermaLink="false">http://autoblogged.com/?p=4727</guid>
		<description><![CDATA[<p><span style="color: #ff0000;">Update: This has been fixed with AutoBlogged v.2.7.3 and later. </span></p>
<p><span style="color: #ff0000;">[Developer's note: For other plugin developers looking for the solution, you need to make sure there are no files in the root directory of the zip file!]<br />
</span></p>
<p><strong>Issue</strong><br />
This error is caused when you use the WordPress upload feature to install a plugin from the Add New plugin page. Unfortunately, this feature cannot handle a zip file that contains folders so it places the files in a subdirectory where WordPress cannot see the plugin header files to activate the plugin.</p>
<p>For example, the autoblogged.php file would be installed in a directory like this:<br />
/wp-content/plugins/2.xx/autoblogged/autoblogged.php</p>
<p><strong>Background</strong><br />
Since WordPress v2.8, there has been a feature to upload and install new plugins directly through the WordPress admin back-end by browsing for them on your local hard drive. WordPress will upload the zip file, extract it to the /plugins directory, and then try to activate the plugin. The problem is that since the AutoBlogged zip file contains the plugin files in a subdirectory, WordPress will create one directory with the name of the zip file and then the /autoblogged directory under that. Since that places the plugin file two directories deep, WordPress cannot find it and reports an invalid header. This same problem occurs with any plugin that uses subdirectories in the zip file, and <a title="Not A Valid Header Error" href="http://www.google.com/search?hl=en&amp;safe=off&amp;q=%22does+not+have+a+valid+header%22+wordpress+plugin&amp;btnG=Search&amp;aq=f&amp;oq=&amp;aqi=" target="_blank">there are many</a> that do.</p>
<p><strong>Solution</strong><br />
To correctly install AutoBlogged, you should use FTP or your hosting control panel&#8217;s file manager to upload the autoblogged directory directly under the wp-content/plugins directory. In other words, the full path to autoblogged.php should be:<br />
/wp-content/plugins/autoblogged/autoblogged.php</p>
<p>If you have already used the WordPress upload feature to upload the plugin, you can fix it by moving the /autoblogged directory directly under the /wp-content/plugins directory.</p>
<p><strong>Comments</strong><br />
Obviously, we could fix this ourselves by placing all the files in the zip file without any subfolders, which we tried for a short time, but then found that many users were confused about where to put the files when uploading them via ftp. By zipping them into the autoblogged directory it is pretty intuitive to upload that entire /autoblogged directory to the plugins directory in WordPress. Another benefit is that it allows us to place other files in our zip file that don&#8217;t need to be uploaded to your server.</p>
<p>We personally consider this to be a WordPress issue. One solution would be for them to recognize that zip files might actually contain subdirectories and unzip the files accordingly. Another solution would be to allow WordPress to activate plugins that are one or more directories deep under the /plugins directory. And of course, they really should fix their error message saying that our plugin header is invalid when in fact they just can&#8217;t find the file that they uploaded to the wrong place.</p>
<p>See Also:</p>
<p>http://wordpress.org/support/topic/280262</p>
<p>http://ijstyles.com/wordpress-2-8-issues-how-to-solve-plugin-does-not-have-a-valid-header/</p>
<p>http://wordpress.org/search/%22The+plugin+does+not+have+a+valid+header%22?forums=1</p>
<hr />]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;">Update: This has been fixed with AutoBlogged v.2.7.3 and later. </span></p>
<p><span style="color: #ff0000;">[Developer's note: For other plugin developers looking for the solution, you need to make sure there are no files in the root directory of the zip file!]<br />
</span></p>
<p><strong>Issue</strong><br />
This error is caused when you use the WordPress upload feature to install a plugin from the Add New plugin page. Unfortunately, this feature cannot handle a zip file that contains folders so it places the files in a subdirectory where WordPress cannot see the plugin header files to activate the plugin.</p>
<p>For example, the autoblogged.php file would be installed in a directory like this:<br />
/wp-content/plugins/2.xx/autoblogged/autoblogged.php</p>
<p><strong>Background</strong><br />
Since WordPress v2.8, there has been a feature to upload and install new plugins directly through the WordPress admin back-end by browsing for them on your local hard drive. WordPress will upload the zip file, extract it to the /plugins directory, and then try to activate the plugin. The problem is that since the AutoBlogged zip file contains the plugin files in a subdirectory, WordPress will create one directory with the name of the zip file and then the /autoblogged directory under that. Since that places the plugin file two directories deep, WordPress cannot find it and reports an invalid header. This same problem occurs with any plugin that uses subdirectories in the zip file, and <a title="Not A Valid Header Error" href="http://www.google.com/search?hl=en&amp;safe=off&amp;q=%22does+not+have+a+valid+header%22+wordpress+plugin&amp;btnG=Search&amp;aq=f&amp;oq=&amp;aqi=" target="_blank">there are many</a> that do.</p>
<p><strong>Solution</strong><br />
To correctly install AutoBlogged, you should use FTP or your hosting control panel&#8217;s file manager to upload the autoblogged directory directly under the wp-content/plugins directory. In other words, the full path to autoblogged.php should be:<br />
/wp-content/plugins/autoblogged/autoblogged.php</p>
<p>If you have already used the WordPress upload feature to upload the plugin, you can fix it by moving the /autoblogged directory directly under the /wp-content/plugins directory.</p>
<p><strong>Comments</strong><br />
Obviously, we could fix this ourselves by placing all the files in the zip file without any subfolders, which we tried for a short time, but then found that many users were confused about where to put the files when uploading them via ftp. By zipping them into the autoblogged directory it is pretty intuitive to upload that entire /autoblogged directory to the plugins directory in WordPress. Another benefit is that it allows us to place other files in our zip file that don&#8217;t need to be uploaded to your server.</p>
<p>We personally consider this to be a WordPress issue. One solution would be for them to recognize that zip files might actually contain subdirectories and unzip the files accordingly. Another solution would be to allow WordPress to activate plugins that are one or more directories deep under the /plugins directory. And of course, they really should fix their error message saying that our plugin header is invalid when in fact they just can&#8217;t find the file that they uploaded to the wrong place.</p>
<p>See Also:</p>
<p>http://wordpress.org/support/topic/280262</p>
<p>http://ijstyles.com/wordpress-2-8-issues-how-to-solve-plugin-does-not-have-a-valid-header/</p>
<p>http://wordpress.org/search/%22The+plugin+does+not+have+a+valid+header%22?forums=1</p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/installation/invalid-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does AutoBlogged work with Other Platforms Besides WordPress?</title>
		<link>http://autoblogged.com/kb/compatibility/work-with-other-platforms/</link>
		<comments>http://autoblogged.com/kb/compatibility/work-with-other-platforms/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 06:58:27 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kb.autoblogged.com/?p=4384</guid>
		<description><![CDATA[AutoBlogged at this time only works with a WordPress installation that you control. Note that it will not work on free WordPress hosts such as wordpress.com where you cannot install custom plugins.<hr />]]></description>
			<content:encoded><![CDATA[<p>AutoBlogged at this time only works with a WordPress installation that you control. Note that it will not work on free WordPress hosts such as wordpress.com where you cannot install custom plugins.</p>
<p>We are considering versions of AutoBlogged that work with other platforms, so if you have a specific request, please comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/compatibility/work-with-other-platforms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Turn Off Pingbacks</title>
		<link>http://autoblogged.com/kb/how-tos/turn-off-pingbacks/</link>
		<comments>http://autoblogged.com/kb/how-tos/turn-off-pingbacks/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 06:30:24 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[notify]]></category>
		<category><![CDATA[pinbacks]]></category>
		<category><![CDATA[trackbacks]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kb.autoblogged.com/?p=4396</guid>
		<description><![CDATA[By default WordPress will send a notification to any external blog posts referenced in your site, which show up as comments to the original post.  Sometimes you may not want to notify other blogs when you autoblog their posts.<hr />]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong></p>
<p>By default WordPress will send a notification to any external blog posts referenced in your site, which show up as comments to the original post.  Sometimes you may not want to notify other blogs when you autoblog their posts.</p>
<p><strong>Solution</strong></p>
<p>To disable <a title="WordPress Autoblog Pingbacks" href="http://en.wikipedia.org/wiki/Pingback" target="_blank">pingbacks</a> and <a title="WordPress Autoblog Trackbacks" href="http://en.wikipedia.org/wiki/Trackback" target="_blank">trackbacks</a>, go to the Discussion settings in WordPress and uncheck the option <em>Attempt to notify any blogs linked to from the article (slows down posting.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/how-tos/turn-off-pingbacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Safely Upgrade WordPress</title>
		<link>http://autoblogged.com/kb/installation/upgrade-wordpress/</link>
		<comments>http://autoblogged.com/kb/installation/upgrade-wordpress/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:31:59 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kb.autoblogged.com/?p=4386</guid>
		<description><![CDATA[WordPress has a reputation of breaking compatibility with third party plugins and themes with each new version release. Although we try to fully test each new WordPress release, sometimes new releases have short beta periods or are even announced with no public beta testing.<hr />]]></description>
			<content:encoded><![CDATA[<p>WordPress has a reputation of breaking compatibility with third party plugins and themes with each new version release. Although we try to fully test each new WordPress release, sometimes new releases have short beta periods or are even announced with no public beta testing.</p>
<p>To minimize the impact of compatibility issues with WordPress upgrades, we recommend the following:</p>
<ul>
<li>Create a test site to try out new releases before deploying them to your production site.</li>
<li>Create full backups (all files and your database) before performing any upgrades.</li>
<li>Check our <a title="Known AutoBlogged Issues" href="http://autoblogged.com/support/kb/known-issues/" target="_self">Known Issues</a> page before upgrading.</li>
</ul>
<p>More Information</p>
<ul>
<li><a title="Upgrading WordPress" href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank">Upgrading WordPress</a></li>
<li><a title="Upgradign WordPress" href="http://codex.wordpress.org/Upgrading_WordPress_Extended" target="_blank">Upgrading WordPress Extended</a></li>
<li><a title="Common WordPress Installation Problems" href="http://codex.wordpress.org/Installing_WordPress#Common_Installation_Problems" target="_blank">Common WordPress Installation Problems</a></li>
<li><a title="WordPress Release Archive" href="http://wordpress.org/download/release-archive/" target="_blank">WordPress Release Archive</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/installation/upgrade-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does AutoBlogged work with the Latest Version of WordPress?</title>
		<link>http://autoblogged.com/kb/compatibility/latest-version-of-wordpress/</link>
		<comments>http://autoblogged.com/kb/compatibility/latest-version-of-wordpress/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:25:16 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kb.autoblogged.com/?p=4377</guid>
		<description><![CDATA[For the latest information of WordPress compatibility, see http://www.autoblogged.com/support/release-history/

For information on any known issues with the latest WordPress releases, see http://autoblogged.com/support/kb/known-issues/<hr />]]></description>
			<content:encoded><![CDATA[<p>For the latest information of WordPress compatibility, see <a title="AutoBlogged Release History" href="http://www.autoblogged.com/support/release-history/" target="_self">http://www.autoblogged.com/support/release-history/</a></p>
<p>For information on any known issues with the latest WordPress releases, see <a title="AutoBlogged Known Issues" href="http://autoblogged.com/support/kb/known-issues/" target="_self">http://autoblogged.com/support/kb/known-issues/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/compatibility/latest-version-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a Blank Page While Manually Processing Feeds</title>
		<link>http://autoblogged.com/kb/feed-processing/blank-page/</link>
		<comments>http://autoblogged.com/kb/feed-processing/blank-page/#comments</comments>
		<pubDate>Tue, 12 May 2009 06:31:54 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[Feed Processing]]></category>
		<category><![CDATA[error-messages]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[error_log]]></category>
		<category><![CDATA[php-ini]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://autoblogged.com/?p=4248</guid>
		<description><![CDATA[<p>If you try to manually process or preview your AutoBlogged feeds and get a blank screen or it seems to hang indefinitely, that means that some error occurred but the server is configured to suppress error messages.</p>
<p>This occurs with hosting companies (such as Earthlink) that do not allow error messages to be shown but we also often see it with dedicated server configurations that are by default configured to a <em>hardened </em>state. It is definitely a good practice to suppress PHP error messages on a production server because they can reveal sensitive information about your server configuration. However, during development, testing, and deployment those error messages are necessary to identify problems. Before we can troubleshoot the issue you are having, we first need to be able to see what error message the server is reporting.</p>
<h3>First Steps</h3>
<p>The first thing you should do if you see this problem is to check your web root directory and the autoblogged directory for an <strong>error_log </strong>file. Some hosts are configured to suppress output errors but they will still log them to a file which you can review. However, some hosting companies also turn off error logging because these files can sometimes grow quite large (we once had a 6gb error_log file on a test server).</p>
<p>If you don&#8217;t have an <strong>error_log</strong> file, you might also check your hosting control panel. Some hosting companies only allow you to view the error logs through your some viewer on the hosting control panel. Finally, we occasionally&#8211;although rare&#8211;see hosting companies that output error messages as comments in the html, so it doesn&#8217;t hurt to view the source of the page where it is hanging.</p>
<h3>PHP.INI File</h3>
<p>If none of the above gets you anywhere, there are several ways you can enable error messages on your server. The best way is to edit the <strong>php.ini</strong> file if you have access to that. In the <strong>php.ini </strong>file there are a number of error-related configuration options (see <a href="http://www.php.net/manual/en/errorfunc.configuration.php%29">http://www.php.net/manual/en/errorfunc.configuration.php)</a> but these are the most important options:</p>
<ul>
<li><em>display_errors</em> &#8211; This determines if errors are sent to the browser or not. This is the most convenient way to view error messages but this really should not be enabled on a production server.</li>
<li><em>log_errors</em> &#8211; This option enables or disables logging error messages to a file.</li>
<li><em>error_log</em> &#8211; This option determines the location and name of your error log files.</li>
</ul>
<p>You can view the values of any of these settings in WordPress by going to the AutoBlogged support page and clicking on <em>Show PHPInfo&#8230;</em></p>
<p>Here is a sample <strong>php.ini</strong> configuration that works well for debugging purposes:</p>
<blockquote><p>display_errors = &#8216;on&#8217;<br />
log_errors = &#8216;on&#8217;<br />
error_log = &#8216;error_log&#8217;</p></blockquote>
<h3>The .htaccess File</h3>
<p>If you are using a shared host or do not have access to the <strong>php.ini</strong> file, you may be able to enable error reporting through the <strong>.htaccess</strong> file. Here is a sample <strong>.htaccess </strong>configuration that will enable error reporting:</p>
<blockquote><p>php_flag display_errors on<br />
php_flag log_errors on<br />
php_value error_log error_log</p></blockquote>
<p>Note that if your server runs PHP in CGI mode rather than as an Apache module you will not be able to change these settings via the <strong>.htaccess</strong> file and you will get an <em>Internal Server Error</em> message. Furthermore, some shared hosting environments are configured to not allow users to set these values via the <strong>.htaccess</strong> file.</p>
<p>Here is a good article on controlling error handling via the .<strong>htaccess </strong>file: <a href="http://perishablepress.com/press/2008/01/14/advanced-php-error-handling-via-htaccess/">http://perishablepress.com/press/2008/01/14/advanced-php-error-hand&#8230;</a></p>
<h3>Other Solutions</h3>
<p>If you don&#8217;t have access to the <strong>PHP.ini</strong> file and your hosting company does not allow you to enable error messages via <strong>.htaccess</strong>, you might also want to check your hosting control panel to see if there is an option to enable error logging from there. If you still don&#8217;t have error messages at this point we actually recommend moving to a different hosting company. Our software works great with most hosting companies but if there is an error on yours and this company won&#8217;t let you see that error, we definitely suggest moving your site elsewhere.</p>
<p>Having said that, all hope is not lost. In WordPress on the AutoBlogged support page you can enable the options <em>Enable logging to file when processing feeds</em> and <em>Show verbose debug info</em>. This will create a file named <strong>_debug.log </strong>in the autoblogged directory that might provide clues as to what is causing the error or at least where in the process the error is occuring.</p>
<p>You can also open the <strong>wp_config.php</strong> file in the WordPress root directory and uncomment (remove the // at the beginning) or create this line:</p>
<p>define(&#8216;WP_DEBUG&#8217;,true);</p>
<p>This will try to enable error messages via PHP, but may also produce a large of error messages and warnings that you can probably ignore. If you still are having problems, send us a support ticket to see if we can help. In extreme situations we may need to provide you with a unique autoblogged build where we add specific code to troubleshoot your problem.</p>
<p>Remember that the goal here is to find the error message or some other clue that will tell us what is causing AutoBlogged to halt feed processing. There are an infinite number of server configurations, platforms, software versions, and environment settings that can affect AutoBlogged but we can&#8217;t help much until we know where the process fails.</p>
<p>And finally, don&#8217;t forget to turn error messages off again (at least those displayed on the browser) when you are finished. You don&#8217;t want to be handing out information that might help someone break into your web site.</p>
<hr />]]></description>
			<content:encoded><![CDATA[<p>If you try to manually process or preview your AutoBlogged feeds and get a blank screen or it seems to hang indefinitely, that means that some error occurred but the server is configured to suppress error messages.</p>
<p>This occurs with hosting companies (such as Earthlink) that do not allow error messages to be shown but we also often see it with dedicated server configurations that are by default configured to a <em>hardened </em>state. It is definitely a good practice to suppress PHP error messages on a production server because they can reveal sensitive information about your server configuration. However, during development, testing, and deployment those error messages are necessary to identify problems. Before we can troubleshoot the issue you are having, we first need to be able to see what error message the server is reporting.</p>
<h3>First Steps</h3>
<p>The first thing you should do if you see this problem is to check your web root directory and the autoblogged directory for an <strong>error_log </strong>file. Some hosts are configured to suppress output errors but they will still log them to a file which you can review. However, some hosting companies also turn off error logging because these files can sometimes grow quite large (we once had a 6gb error_log file on a test server).</p>
<p>If you don&#8217;t have an <strong>error_log</strong> file, you might also check your hosting control panel. Some hosting companies only allow you to view the error logs through your some viewer on the hosting control panel. Finally, we occasionally&#8211;although rare&#8211;see hosting companies that output error messages as comments in the html, so it doesn&#8217;t hurt to view the source of the page where it is hanging.</p>
<h3>PHP.INI File</h3>
<p>If none of the above gets you anywhere, there are several ways you can enable error messages on your server. The best way is to edit the <strong>php.ini</strong> file if you have access to that. In the <strong>php.ini </strong>file there are a number of error-related configuration options (see <a href="http://www.php.net/manual/en/errorfunc.configuration.php%29">http://www.php.net/manual/en/errorfunc.configuration.php)</a> but these are the most important options:</p>
<ul>
<li><em>display_errors</em> &#8211; This determines if errors are sent to the browser or not. This is the most convenient way to view error messages but this really should not be enabled on a production server.</li>
<li><em>log_errors</em> &#8211; This option enables or disables logging error messages to a file.</li>
<li><em>error_log</em> &#8211; This option determines the location and name of your error log files.</li>
</ul>
<p>You can view the values of any of these settings in WordPress by going to the AutoBlogged support page and clicking on <em>Show PHPInfo&#8230;</em></p>
<p>Here is a sample <strong>php.ini</strong> configuration that works well for debugging purposes:</p>
<blockquote><p>display_errors = &#8216;on&#8217;<br />
log_errors = &#8216;on&#8217;<br />
error_log = &#8216;error_log&#8217;</p></blockquote>
<h3>The .htaccess File</h3>
<p>If you are using a shared host or do not have access to the <strong>php.ini</strong> file, you may be able to enable error reporting through the <strong>.htaccess</strong> file. Here is a sample <strong>.htaccess </strong>configuration that will enable error reporting:</p>
<blockquote><p>php_flag display_errors on<br />
php_flag log_errors on<br />
php_value error_log error_log</p></blockquote>
<p>Note that if your server runs PHP in CGI mode rather than as an Apache module you will not be able to change these settings via the <strong>.htaccess</strong> file and you will get an <em>Internal Server Error</em> message. Furthermore, some shared hosting environments are configured to not allow users to set these values via the <strong>.htaccess</strong> file.</p>
<p>Here is a good article on controlling error handling via the .<strong>htaccess </strong>file: <a href="http://perishablepress.com/press/2008/01/14/advanced-php-error-handling-via-htaccess/">http://perishablepress.com/press/2008/01/14/advanced-php-error-hand&#8230;</a></p>
<h3>Other Solutions</h3>
<p>If you don&#8217;t have access to the <strong>PHP.ini</strong> file and your hosting company does not allow you to enable error messages via <strong>.htaccess</strong>, you might also want to check your hosting control panel to see if there is an option to enable error logging from there. If you still don&#8217;t have error messages at this point we actually recommend moving to a different hosting company. Our software works great with most hosting companies but if there is an error on yours and this company won&#8217;t let you see that error, we definitely suggest moving your site elsewhere.</p>
<p>Having said that, all hope is not lost. In WordPress on the AutoBlogged support page you can enable the options <em>Enable logging to file when processing feeds</em> and <em>Show verbose debug info</em>. This will create a file named <strong>_debug.log </strong>in the autoblogged directory that might provide clues as to what is causing the error or at least where in the process the error is occuring.</p>
<p>You can also open the <strong>wp_config.php</strong> file in the WordPress root directory and uncomment (remove the // at the beginning) or create this line:</p>
<p>define(&#8216;WP_DEBUG&#8217;,true);</p>
<p>This will try to enable error messages via PHP, but may also produce a large of error messages and warnings that you can probably ignore. If you still are having problems, send us a support ticket to see if we can help. In extreme situations we may need to provide you with a unique autoblogged build where we add specific code to troubleshoot your problem.</p>
<p>Remember that the goal here is to find the error message or some other clue that will tell us what is causing AutoBlogged to halt feed processing. There are an infinite number of server configurations, platforms, software versions, and environment settings that can affect AutoBlogged but we can&#8217;t help much until we know where the process fails.</p>
<p>And finally, don&#8217;t forget to turn error messages off again (at least those displayed on the browser) when you are finished. You don&#8217;t want to be handing out information that might help someone break into your web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/feed-processing/blank-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Random Images to Every Post</title>
		<link>http://autoblogged.com/kb/post-templates/random-images/</link>
		<comments>http://autoblogged.com/kb/post-templates/random-images/#comments</comments>
		<pubDate>Tue, 12 May 2009 06:28:26 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[Post Templates]]></category>
		<category><![CDATA[autoblog-plugin]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[premium-themes]]></category>
		<category><![CDATA[random-images]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://autoblogged.com/?p=4245</guid>
		<description><![CDATA[<p>Many premium WordPress themes make extensive use of thumbnails or featured images in your posts, but many feeds just don&#8217;t provide good images to work with. Rather than letting this feature go unused, there is a little trick you can use to add images to each post.</p>
<p>In one of our sample sites AdvertiserGuide.us, we are using the very cool Gazette Edition theme by <a title="WooThemes Premium WordPress Theme" href="../themes/woothemes" target="_blank">WooThemes</a>. The design of this theme relies heavily on the cross-fading featured images at the top, as well as thumbnails for each article, but most of the articles we were using simply didn&#8217;t have any associated images.</p>
<p>To fix this, we went to sites like istockphoto.com and <a href="http://www.sxc.hu/">www.sxc.hu</a> to download both free and purchased stock photos that seemed relevant to the theme, yet generic enough to use with any article. We gathered 50 good photos, resized them all to the same size, and then renamed them 1.jpg through 50.jpg and uploaded them to our site.</p>
<p>Next, for each feed that doesn&#8217;t produce good images we added a custom field in AutoBlogged called <em>Image</em>. Note that the Gazette Edition theme specifically looks for images in this custom field. We set the value of the field as follows:</p>
<blockquote><p><a href="http://advertiserguide.us/img/">http://advertiserguide.us/img/</a>[1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|<br />
24|25|26|27|28|29|30|31|32|33|34|35|35|37|38|39|40|41|42|43|44|45|46|47|48|49|50].jpg</p>
</blockquote>
<p>Below is a screen shot of that setting:</p>
<p><img src="http://community.autoblogged.com/attachments/388267" border="0" alt="adguide.jpg" /></p>
<p>You can use post template syntax in your custom field values and bracketed values separated by pipes indicates to AutoBlogged to pick a random value from the list. In other words, AutoBlogged will randomly pick a number between 1 and 50 to create Image field values like these:</p>
<p><a href="http://advertiserguides.us/img/13.jpg">http://advertiserguides.us/img/13.jpg</a></p>
<p><a href="http://advertiserguides.us/img/8.jpg">http://advertiserguides.us/img/8.jpg</a></p>
<p><a href="http://advertiserguides.us/img/41.jpg">http://advertiserguides.us/img/41.jpg</a></p>
<p><a href="http://advertiserguides.us/img/19.jpg">http://advertiserguides.us/img/19.jpg</a></p>
<p>With just 50 images we do sometimes get two or more articles with the same picture on the front page but for the most part that isn&#8217;t that big of a deal and it greatly improves the look and professionalism of the site.</p>
<hr />]]></description>
			<content:encoded><![CDATA[<p>Many premium WordPress themes make extensive use of thumbnails or featured images in your posts, but many feeds just don&#8217;t provide good images to work with. Rather than letting this feature go unused, there is a little trick you can use to add images to each post.</p>
<p>In one of our sample sites AdvertiserGuide.us, we are using the very cool Gazette Edition theme by <a title="WooThemes Premium WordPress Theme" href="../themes/woothemes" target="_blank">WooThemes</a>. The design of this theme relies heavily on the cross-fading featured images at the top, as well as thumbnails for each article, but most of the articles we were using simply didn&#8217;t have any associated images.</p>
<p>To fix this, we went to sites like istockphoto.com and <a href="http://www.sxc.hu/">www.sxc.hu</a> to download both free and purchased stock photos that seemed relevant to the theme, yet generic enough to use with any article. We gathered 50 good photos, resized them all to the same size, and then renamed them 1.jpg through 50.jpg and uploaded them to our site.</p>
<p>Next, for each feed that doesn&#8217;t produce good images we added a custom field in AutoBlogged called <em>Image</em>. Note that the Gazette Edition theme specifically looks for images in this custom field. We set the value of the field as follows:</p>
<blockquote><p><a href="http://advertiserguide.us/img/">http://advertiserguide.us/img/</a>[1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|<br />
24|25|26|27|28|29|30|31|32|33|34|35|35|37|38|39|40|41|42|43|44|45|46|47|48|49|50].jpg</p>
</blockquote>
<p>Below is a screen shot of that setting:</p>
<p><img src="http://community.autoblogged.com/attachments/388267" border="0" alt="adguide.jpg" /></p>
<p>You can use post template syntax in your custom field values and bracketed values separated by pipes indicates to AutoBlogged to pick a random value from the list. In other words, AutoBlogged will randomly pick a number between 1 and 50 to create Image field values like these:</p>
<p><a href="http://advertiserguides.us/img/13.jpg">http://advertiserguides.us/img/13.jpg</a></p>
<p><a href="http://advertiserguides.us/img/8.jpg">http://advertiserguides.us/img/8.jpg</a></p>
<p><a href="http://advertiserguides.us/img/41.jpg">http://advertiserguides.us/img/41.jpg</a></p>
<p><a href="http://advertiserguides.us/img/19.jpg">http://advertiserguides.us/img/19.jpg</a></p>
<p>With just 50 images we do sometimes get two or more articles with the same picture on the front page but for the most part that isn&#8217;t that big of a deal and it greatly improves the look and professionalism of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/post-templates/random-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
