-
AuthorPosts
-
October 3, 2014 at 7:32 am #117918
Hi,
whenever i am in the customizer i get this error message at the very top of the page.
“Warning: Invalid argument supplied for foreach() in /www/htdocs/w011aefd/wp-includes/class-wp-customize-widgets.php on line 498”
Could you help me resolve this please.
I don’t have any problems yet, but it is anoying to know that the theme is not working flawless.
I have the x theme on another subdomain but it is not show there.
I just updated the theme on the main site and already installed wordpress via ftp again. No change.
The Warning stays.Thank you so much in advance for your support.
PS: Your theme is the bomb!!!
all Plugins, theme, and wordpress is up to date.
EDIT:
This is what it says in the php:
// Add a control for each active widget (located in a sidebar).
foreach ( $sidebar_widget_ids as $i => $widget_id ) {// Skip widgets that may have gone away due to a plugin being deactivated.
if ( ! $is_active_sidebar || ! isset( $GLOBALS[‘wp_registered_widgets’][$widget_id] ) ) {
continue;
}October 3, 2014 at 8:42 am #117965Hi,
You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
October 7, 2014 at 12:00 pm #120706Hi,
different name but still me 🙂 I bought another license for my pending project.
I deactivated all plugins but still get the same error message. I would send you a screenshot, but i don’t know how.
October 7, 2014 at 9:00 pm #121003Hey there,
You can upload your screenshot online to an image host or you can use something like https://app.prntscr.com/en/index.html and post the URL of the screenshot here.
Thanks.
October 9, 2014 at 8:05 am #122184Hi, Ok,
here is a Screenshot.
But now i have a new Problem. And i didn’t even change anything. I think. Except of updating Plugins and the theme.I have a major problem with the customizer.
Not only did i deactivate all plugins and the error still exists. Today i wanted to make a few changes in the customizer.
But the Masthead Slider is humungus!!! i have to scroll down for quite a bit to get to the menu. The frontend of the site is fine. its just the customizer.Here are some screenshots and the url to the frontend: http://heidelberger-schloss-gastronomie.de.w011aefd.kasserver.com/
PIC1: http://pl.vc/pbjh
PIC2: http://pl.vc/3d1tnOctober 9, 2014 at 1:46 pm #122488Hi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
October 9, 2014 at 4:26 pm #122597This reply has been marked as private.October 9, 2014 at 4:28 pm #122600This reply has been marked as private.October 10, 2014 at 8:12 am #122978Hi,
Your link heidelberger-schloss-gastronomie.de.w011aefd.kasserver.com/wp-admin/
doesn’t seem to work.Can you provide us the login url.
Thanks
October 10, 2014 at 10:44 am #123092This reply has been marked as private.October 10, 2014 at 10:49 am #123095Oh and i found out another thing:
The problem with the huge masthead slider is just in chrome. I deacivated all chrome addons but the problem still persists.
When i am using the internet explorer it works just fine. But the “Warning: Invalid argument supplied for foreach() in /www/htdocs/w011aefd/wp-includes/class-wp-customize-widgets.php on line 498″ is still present.October 10, 2014 at 11:17 am #123112And i figured out that it is the Fulscreen – Option inside the Revolution Slider Plugin.
If i turn my Masthead Slider to AutoResponsive, the site looks normal in the Customizer.
So for now i know this workaround. But maybe you can fix this problem somehow. I would prefer to work on my site in google chrome.October 10, 2014 at 7:48 pm #123339Hi there,
Fixed now 🙂
Cheers!
October 10, 2014 at 9:57 pm #123367THANK YOU!!!!! You ARE TRULY THE BEST!!!
May i ask what the problem was? What did i do?
October 11, 2014 at 10:37 pm #123656Hi there,
Warning and notices are not error, and it use for debugging purposes. It can be disabled by adding :
define('WP_DEBUG', false);
The problem is your current installation ignore it. Instead, I override error reporting from your wp-config.php.
Cheers!
-
AuthorPosts