<?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>WP Marketing &#187; Topic: Code appearing on WP Warning: array_search();</title>
		<link>http://wpmarketing.org/forum/topic/code-appearing-on-wp-warning-array_search</link>
		<description>Wordpress for Internet and Affiliate Marketing</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 16:08:39 +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://wpmarketing.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://wpmarketing.org/forum/rss/topic/code-appearing-on-wp-warning-array_search" rel="self" type="application/rss+xml" />

		<item>
			<title>hanadaddy on "Code appearing on WP Warning: array_search();"</title>
			<link>http://wpmarketing.org/forum/topic/code-appearing-on-wp-warning-array_search#post-46</link>
			<pubDate>Thu, 29 Oct 2009 12:10:16 +0000</pubDate>
			<dc:creator>hanadaddy</dc:creator>
			<guid isPermaLink="false">46@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;Hello again,&#60;br /&#62;
No this error is not (directly?) related to showing extra description within the object or script tags for the SEO purposes.  But I can say that your Wordpress setup is not normal because &#60;code&#62;$wp_current_filter&#60;/code&#62; variable should be available by Wordpress.&#60;/p&#62;
&#60;p&#62;If you have other problems please , describe them in detail with the screenshot image or URL.&#60;br /&#62;
thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ajjjr on "Code appearing on WP Warning: array_search();"</title>
			<link>http://wpmarketing.org/forum/topic/code-appearing-on-wp-warning-array_search#post-45</link>
			<pubDate>Thu, 29 Oct 2009 10:02:33 +0000</pubDate>
			<dc:creator>ajjjr</dc:creator>
			<guid isPermaLink="false">45@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;Thank you.  Your replacement code for line 174 has blocked the displayed error, but does that now mean that the description is not SEO compliant?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hanadaddy on "Code appearing on WP Warning: array_search();"</title>
			<link>http://wpmarketing.org/forum/topic/code-appearing-on-wp-warning-array_search#post-44</link>
			<pubDate>Thu, 29 Oct 2009 08:50:35 +0000</pubDate>
			<dc:creator>hanadaddy</dc:creator>
			<guid isPermaLink="false">44@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;Hello ajjjr&#60;/p&#62;
&#60;p&#62;I am not sure what's going on because this error has occurred due to the missing &#60;code&#62;$wp_current_filter&#60;/code&#62; array. But it should not be.&#60;/p&#62;
&#60;p&#62;Just to block the error to show up , change line 174 &#60;code&#62;hana-flv-player.php&#60;/code&#62; file.&#60;/p&#62;
&#60;p&#62;from&#60;/p&#62;
&#60;pre&#62;if ( array_search('get_the_excerpt',$wp_current_filter) !== FALSE ) {
&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;if (is_array($wp_current_filter) &#38;amp;&#38;amp;  array_search('get_the_excerpt',$wp_current_filter) !== FALSE ) {
&#60;/pre&#62;
&#60;p&#62;It will at least hide the error code to show up. Let me know how this quick patch works for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ajjjr on "Code appearing on WP Warning: array_search();"</title>
			<link>http://wpmarketing.org/forum/topic/code-appearing-on-wp-warning-array_search#post-43</link>
			<pubDate>Thu, 29 Oct 2009 00:38:13 +0000</pubDate>
			<dc:creator>ajjjr</dc:creator>
			<guid isPermaLink="false">43@http://wpmarketing.org/forum/</guid>
			<description>&#60;p&#62;After installing the Hana-FLV-Player and adding my first video to a WordPress Blog the following message is received.  Warning: array_search(): Wrong datatype for second argument in mywebsites.com/httpdocs/wp-content/plugins/hana-flv-player/hana-flv-player.php on line 174.   I am substituting mywebsites.com for the actual Blog.&#60;br /&#62;
I checked line 174 and also looked at my function.php's, searching for a possible content_limit issues.  Even attempted the suggestion made to Kim regarding adding the following:&#60;br /&#62;
global $wp_current_filter;&#60;br /&#62;
	array_push($wp_current_filter,'get_the_excerpt');&#60;br /&#62;
But the code is still showing.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
