<?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>Support Forum - Topic: Error on Mega Menu</title>
		<link>http://www.kriesi.at/support/topic/error-on-mega-menu</link>
		<description>Support Forum - Topic: Error on Mega Menu</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 13:01:51 +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://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/error-on-mega-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-105960</link>
			<pubDate>Wed, 17 Apr 2013 15:21:41 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">105960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; both fixes will be in the next updates, thanks for your help :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-101512</link>
			<pubDate>Fri, 15 Mar 2013 17:31:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">101512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Tom,&#60;/p&#62;
&#60;p&#62;Yes, go ahead and make the same change if you'd like and of course turning off the error log for now. There are a number of bug fixes coming in the next update so this will be one of those.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-101319</link>
			<pubDate>Thu, 14 Mar 2013 16:15:51 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">101319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;I suggest, the two solutions, one for me and one for seanjohnson are for the same issue.&#60;/p&#62;
&#60;p&#62;commenting //error_log... does of course avoid crowding my error-log-file.&#60;br /&#62;
in debug the originating error still comes up, however, I will not go productive with debug mode on, just want to be sure, that I can go live with it as is, or should I also do the second change in helper-responsive-megamenu.php before?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Tom&#60;/p&#62;
&#60;p&#62;PS: so far, my WP351, replete 131, woo 203 seems to be quite ok now - I only experience poor backend performance since upgrades for now!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-101269</link>
			<pubDate>Thu, 14 Mar 2013 11:33:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101269@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@seanjohnson please deactivate the debug mode (you need to edit wp-config.php: &#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php#Debug&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_wp-config.php#Debug&#60;/a&#62; ). We'll fix the php warning/notice with the next theme update however it's not a good idea to turn on the debug mode on production systems.&#60;/p&#62;
&#60;p&#62;If you want to fix the error yourself please open up wp-content\themes\replete\includes\helper-responsive-megamenu.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output = str_replace(&#38;quot;{current_row_&#38;quot;.$row.&#38;quot;}&#38;quot;, &#38;quot;avia_mega_menu_columns_&#38;quot;.$columns.&#38;quot; &#38;quot;.$this-&#38;gt;grid_array[1].$last, $output);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output = str_replace(&#38;quot;{current_row_&#38;quot;.$row.&#38;quot;}&#38;quot;, &#38;quot;avia_mega_menu_columns_&#38;quot;.$columns.&#38;quot; &#38;quot;.$this-&#38;gt;grid_array[1], $output);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-101268</link>
			<pubDate>Thu, 14 Mar 2013 11:30:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">101268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - open up wp-content\themes\replete\includes\admin\register-dynamic-styles.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;error_log(print_r($avia_config[&#38;#39;backend_colors&#38;#39;], true));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//error_log(print_r($avia_config[&#38;#39;backend_colors&#38;#39;], true));&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gsTom on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-101105</link>
			<pubDate>Wed, 13 Mar 2013 14:09:45 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">101105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, no impact on functionality and no error displayed with debug off.&#60;br /&#62;
Was just wondering about that.&#60;br /&#62;
However, I configured to write an phperrorlog and I find huge numbers of this one there, which looks like coming from replete, but there are no further hints why it is in error log:&#60;/p&#62;
&#60;p&#62;[13-Mar-2013 13:57:52 UTC] Array&#60;br /&#62;
(&#60;br /&#62;
    [color_set] =&#38;gt; Array&#60;br /&#62;
        (&#60;br /&#62;
            [header_color] =&#38;gt; Array&#60;br /&#62;
                (&#60;br /&#62;
                    [bg] =&#38;gt; #ffffff&#60;br /&#62;
                    [bg2] =&#38;gt; #f8f8f8&#60;br /&#62;
                    [primary] =&#38;gt; #333333&#60;br /&#62;
                    [secondary] =&#38;gt; #444444&#60;br /&#62;
                    [color] =&#38;gt; #333333&#60;br /&#62;
                    [border] =&#38;gt; #e1e1e1&#60;br /&#62;
                    [heading] =&#38;gt; #000000&#60;br /&#62;
                    [meta] =&#38;gt; #808080&#60;br /&#62;
                )&#60;/p&#62;
&#60;p&#62;            [slideshow_color] =&#38;gt; Array&#60;br /&#62;
                (&#60;br /&#62;
                    [bg] =&#38;gt; #041424&#60;br /&#62;
                    [bg2] =&#38;gt; #0c1d2e&#60;br /&#62;
                    [primary] =&#38;gt; #2d5c88&#60;br /&#62;
                    [secondary] =&#38;gt; #3d71a1&#60;br /&#62;
                    [color] =&#38;gt; #ffffff&#60;br /&#62;
                    [border] =&#38;gt; #ebebeb&#60;br /&#62;
                    [heading] =&#38;gt; #ffffff&#60;br /&#62;
                    [meta] =&#38;gt; #828A92&#60;br /&#62;
                )&#60;/p&#62;
&#60;p&#62;            [main_color] =&#38;gt; Array&#60;br /&#62;
                (&#60;br /&#62;
                    [bg] =&#38;gt; #f8f8f8&#60;br /&#62;
                    [bg2] =&#38;gt; #ffffff&#60;br /&#62;
                    [primary] =&#38;gt; #2d5c88&#60;br /&#62;
                    [secondary] =&#38;gt; #3d71a1&#60;br /&#62;
                    [color] =&#38;gt; #666666&#60;br /&#62;
                    [border] =&#38;gt; #e1e1e1&#60;br /&#62;
                    [heading] =&#38;gt; #222222&#60;br /&#62;
                    [meta] =&#38;gt; #8D8D8D&#60;br /&#62;
                )&#60;/p&#62;
&#60;p&#62;            [alternate_color] =&#38;gt; Array&#60;br /&#62;
                (&#60;br /&#62;
                    [bg] =&#38;gt; #ffffff&#60;br /&#62;
                    [bg2] =&#38;gt; #f8f8f8&#60;br /&#62;
                    [primary] =&#38;gt; #2d5c88&#60;br /&#62;
                    [secondary] =&#38;gt; #3d71a1&#60;br /&#62;
                    [color] =&#38;gt; #666666&#60;br /&#62;
                    [border] =&#38;gt; #e1e1e1&#60;br /&#62;
                    [heading] =&#38;gt; #222222&#60;br /&#62;
                    [meta] =&#38;gt; #919191&#60;br /&#62;
                )&#60;/p&#62;
&#60;p&#62;            [footer_color] =&#38;gt; Array&#60;br /&#62;
                (&#60;br /&#62;
                    [bg] =&#38;gt; #041424&#60;br /&#62;
                    [bg2] =&#38;gt; #222222&#60;br /&#62;
                    [primary] =&#38;gt; #2d5c88&#60;br /&#62;
                    [secondary] =&#38;gt; #e4e7eb&#60;br /&#62;
                    [color] =&#38;gt; #e4e7eb&#60;br /&#62;
                    [border] =&#38;gt; #0a2138&#60;br /&#62;
                    [heading] =&#38;gt; #f8fbff&#60;br /&#62;
                    [meta] =&#38;gt; #7E8892&#60;br /&#62;
                )&#60;/p&#62;
&#60;p&#62;            [socket_color] =&#38;gt; Array&#60;br /&#62;
                (&#60;br /&#62;
                    [bg] =&#38;gt; #02080f&#60;br /&#62;
                    [bg2] =&#38;gt; #000000&#60;br /&#62;
                    [primary] =&#38;gt; #ffffff&#60;br /&#62;
                    [secondary] =&#38;gt; #eeeeee&#60;br /&#62;
                    [color] =&#38;gt; #eeeeee&#60;br /&#62;
                    [border] =&#38;gt; #0a2138&#60;br /&#62;
                    [heading] =&#38;gt; #ffffff&#60;br /&#62;
                    [meta] =&#38;gt; #818487&#60;br /&#62;
                )&#60;/p&#62;
&#60;p&#62;        )&#60;/p&#62;
&#60;p&#62;    [style] =&#38;gt; Array&#60;br /&#62;
        (&#60;br /&#62;
            [body_style] =&#38;gt; stretched&#60;br /&#62;
            [body_color] =&#38;gt; #041424&#60;br /&#62;
            [body_fontcolor] =&#38;gt; #ffffff&#60;br /&#62;
            [body_img] =&#38;gt;&#60;br /&#62;
            [body_customimage] =&#38;gt;&#60;br /&#62;
            [body_pos] =&#38;gt; top center&#60;br /&#62;
            [body_repeat] =&#38;gt; repeat&#60;br /&#62;
            [body_attach] =&#38;gt; scroll&#60;br /&#62;
            [body_background] =&#38;gt; #041424   top center  repeat scroll&#60;br /&#62;
        )&#60;/p&#62;
&#60;p&#62;)&#60;/p&#62;
&#60;p&#62;any idea?&#60;br /&#62;
I'm running on all new versions WP351, replete 131, woo 203&#60;/p&#62;
&#60;p&#62;Danke&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-100680</link>
			<pubDate>Mon, 11 Mar 2013 18:56:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100680@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gsTom,&#60;/p&#62;
&#60;p&#62;Are you getting the error when not debugging? Is the actual functionality impaired at all?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsTom on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-100561</link>
			<pubDate>Mon, 11 Mar 2013 11:00:02 +0000</pubDate>
			<dc:creator>gsTom</dc:creator>
			<guid isPermaLink="false">100561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I got the same when in wp_debug&#60;br /&#62;
replete 1.3.1&#60;br /&#62;
woo 2.0.2&#60;br /&#62;
wp 3.5.1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-93931</link>
			<pubDate>Tue, 29 Jan 2013 15:16:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey seanjohnson,&#60;/p&#62;
&#60;p&#62;First try disabling any active plugins you have running (except for WooCommerce). See if that removes the error from happening.&#60;/p&#62;
&#60;p&#62;Also, can you tell us the version of Replete, Wordpress and WooCommerce you are using ?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seanjohnson on "Error on Mega Menu"</title>
			<link>http://www.kriesi.at/support/topic/error-on-mega-menu#post-93711</link>
			<pubDate>Mon, 28 Jan 2013 13:41:02 +0000</pubDate>
			<dc:creator>seanjohnson</dc:creator>
			<guid isPermaLink="false">93711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Menu work ok, but when I add items as sub-menu items for a mega menu it displays this error on the front end, right before the menu:&#60;/p&#62;
&#60;p&#62;Notice: Undefined variable: last in /var/www/ &#38;lt;my path&#38;gt; /wp-content/themes/replete/includes/helper-responsive-megamenu.php on line 109&#60;/p&#62;
&#60;p&#62;Line 109 is:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output = str_replace(&#38;quot;{current_row_&#38;quot;.$row.&#38;quot;}&#38;quot;, &#38;quot;avia_mega_menu_columns_&#38;quot;.$columns.&#38;quot; &#38;quot;.$this-&#38;gt;grid_array[1].$last, $output);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
