<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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>bbPress Support Forums &#187; Topic: Problem with admin headers and footers when upgrading to 1.0</title>
		<link>http://bbpress.org/forums/topic/problem-with-admin-headers-and-footers-when-upgrading-to-10</link>
		<description>bbPress Support Forums &#187; Topic: Problem with admin headers and footers when upgrading to 1.0</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 10:37:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/topic/problem-with-admin-headers-and-footers-when-upgrading-to-10" rel="self" type="application/rss+xml" />

		<item>
			<title>abc12345 on "Problem with admin headers and footers when upgrading to 1.0"</title>
			<link>http://bbpress.org/forums/topic/problem-with-admin-headers-and-footers-when-upgrading-to-10#post-38075</link>
			<pubDate>Sat, 04 Jul 2009 23:23:29 +0000</pubDate>
			<dc:creator>abc12345</dc:creator>
			<guid isPermaLink="false">38075@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I resolved this problem by adding "./" to the file names "admin-header.php" and "admin-footer.php" in the file /bbpressforumname/bb-admin/includes/functions.bb-admin.php.  They appear on lines 6 and 13 of that file.  The modified version of the first 14 lines of the file should read...</p>
<p>&#60;?php</p>
<p>function bb_get_admin_header()<br />
{<br />
	do_action( 'bb_admin-header.php' );<br />
	include( './admin-header.php' );<br />
	do_action( 'bb_get_admin_header' );<br />
}</p>
<p>function bb_get_admin_footer()<br />
{<br />
	do_action( 'bb_admin-footer.php' );<br />
	include( './admin-footer.php' );<br />
}</p>
<p>perhaps this could be added as a bug fix for 1.0.1.
</p>]]></description>
					</item>
		<item>
			<title>abc12345 on "Problem with admin headers and footers when upgrading to 1.0"</title>
			<link>http://bbpress.org/forums/topic/problem-with-admin-headers-and-footers-when-upgrading-to-10#post-38073</link>
			<pubDate>Sat, 04 Jul 2009 22:15:16 +0000</pubDate>
			<dc:creator>abc12345</dc:creator>
			<guid isPermaLink="false">38073@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>When I upgraded to 1.0 from 9.0.2, I get the following errors when logging into the admin portion...</p>
<p>Warning: include(admin-header.php) [function.include]: failed to open stream: No such file or directory in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 6</p>
<p>Warning: include() [function.include]: Failed opening 'admin-header.php' for inclusion (include_path='/usr/lib/php') in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 6</p>
<p>Warning: include(admin-footer.php) [function.include]: failed to open stream: No such file or directory in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 13</p>
<p>Warning: include() [function.include]: Failed opening 'admin-footer.php' for inclusion (include_path='/usr/lib/php') in /[My forum folder here]/bb-admin/includes/functions.bb-admin.php on line 13</p>
<p>Can someone help me figure out how to remedy this?  Thank you.
</p>]]></description>
					</item>

	</channel>
</rss>

