Tagged: x
-
AuthorPosts
-
March 29, 2016 at 3:18 pm #857440
Hi there,
Since I’ve updated the last version of converplug I receive a message on top of any of my dashboard pages.
Warning: Invalid argument supplied for foreach() in /home4/curtisti/public_html/powerfitfusion.com/wp-content/plugins/convertplug/admin/bsf-core/auto-update/admin-functions.php on line 993
I’ve tried to disable / enable the plugin, but it didn’t work. Not sure what to do.
Thanks.
March 29, 2016 at 9:50 pm #857904Hello There,
Thanks for writing in!
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.
March 30, 2016 at 1:21 am #858214This reply has been marked as private.March 30, 2016 at 2:25 am #858280Hi there,
Please update both X and cornerstone to latest version as this may fix the issue.
Let us know how it goes.
Thanks.
March 30, 2016 at 3:13 am #858322Hi there,
I’ve just updated both X and cornerstone and the issue persists.
March 30, 2016 at 3:29 am #858341Yes, I’m getting this too. I’m fully updated.
March 30, 2016 at 3:33 am #858345Actually, its gone now. Saw another update – seems to have fixed it.
March 30, 2016 at 4:31 am #858404Hi,
Glad to know its fixed.
Have a great day! ๐
March 30, 2016 at 10:32 am #858884I’m still having the issue though
March 30, 2016 at 7:37 pm #859799Hi there,
Your Cornerstone isn’t updated yet. I went ahead and updated from 1.2.1 to 1.2.2, a recent update is released ๐
Then I added a temporary fix to skip the warning.
if ( count($brainstrom_bundled_products) > 0 ) { foreach($brainstrom_bundled_products as $bkey => $bp) { if ( count( $bps ) > 0 ) { foreach ($bps as $bkey => $bp) { $plugin_abs_path = WP_PLUGIN_DIR.'/'.$bp->init; if(!is_file($plugin_abs_path)) continue; $temp = array(); if(!in_array($bp->id, $temp_bundled)) { if(!isset($bp->remote)) break; if(version_compare($bp->remote, $bp->version, '>')): $temp = (array)$bp; $temp['bundled'] = true; array_push($update_ready, $temp); endif; } } } } }
Thanks!
March 31, 2016 at 3:35 am #860436That works perfectly now! Thanks a lot.
Didn’t see the cornerstone update notification though.
Thanks anyway.
March 31, 2016 at 4:38 am #860522Youโre welcome!
We’re glad we were able to help you out. -
AuthorPosts