lewatson
Member
Posted 10 months ago #
After upgrading to WP 3.2 this afternoon the Dashboard is not working properly. The drop down menus (eg Screen Options, Help, Howdy) and the toggle arrows on individual boxes do not work. These menus and toggles work on every other page I've tried, all but the Dashboard.
When I deactivate HeadSpace2 this functionality returns to the Dashboard.
I have to sites using HeadSpace 2 and both have this same problem.
Is HeadSpace 2 still being supported or any ideas on how to fix this?
Thanks.
tranquera
Member
Posted 10 months ago #
I'd like to use HeadSpace 2 with WP 3.2... But seems that the last version of this plugin is causing trouble with the Dashboard...
captatio
Member
Posted 10 months ago #
indeed, there is a problem, I noticed it too ...
any advice or bug fix would be greatly appreciated. thank you !
becki
Member
Posted 10 months ago #
yes ... i can confirm the same issues here on my multi site install. dashboard not working properly and if you debug with web developer firefox extension it will throw 2 jquery errors from the headspace2 plugin
unfortunately i'm not a big jquery guy so i think we have to be patient and wait for a patch from the headspace2 dev guys
btw ... really thanks for such a great plugin ... two thumbs up!
batfan
Member
Posted 10 months ago #
I also can confirm the same issues. Specifically, these Javascript errors are showing up in the console:
Error: jQuery("#desc_1310060499").Counter is not a function
Source File: http://www.domain.com/wp-admin/index.php
Line: 331
====
Error: jQuery("#desc_1310060499").Counter is not a function
Source File: http://www.domain.com/wp-admin/load-scripts.php?c=1&load=jquery,utils&ver=fb5c271ac01e8186b23ece33d5ce4961
Line: 17
wickedsunny1
Member
Posted 10 months ago #
yup same issue, sent message to the plugin author website contact form too. waiting to hear a reply
Exactly the same problem here as well.
mwaterous
Member
Posted 10 months ago #
Same problem.
If anybody here needs a temporary fix while the author works it out, open your headspace.php file and look at lines 98 and 99:
function wp_dashboard_setup() {
if ( function_exists ('wp_add_dashboard_widget'))
Change line 99 to read:
if ( true == false && function_exists ('wp_add_dashboard_widget'))
and it will disable the dashboard widget that's causing the conflict. The next upgrade will automatically overwrite this, so no worries about remembering to remove it! HTH
batfan
Member
Posted 10 months ago #
@mwaterous
Genius. That works. Nice job man :)
casabsolute
Member
Posted 10 months ago #
Thanks mwaterous - worked for me too.
theresa95
Member
Posted 10 months ago #
if ( true == false && ?
why not just
if ( false &&
wickedsunny1
Member
Posted 10 months ago #
Hiiz mwaterous,
Thanks for the help but this isn't the correct way to do it.
Instead of adding that, you can just comment out by adding two slashes // before : $this->add_action( 'wp_dashboard_setup' ); ...line number 55.
That should fix it :)
cheers
Ayaz
tranquera
Member
Posted 10 months ago #
It's safe to use this code trick?
lewatson
Member
Posted 10 months ago #
Should the HS2 plugin be deactivated before making the code change?
Thanks.
wickedsunny1
Member
Posted 10 months ago #
hello , yes its safe and no need to disable it :) .
tranquera
Member
Posted 10 months ago #
Wow Sunny! It really works! Damn simple! Thank you!
lewatson
Member
Posted 10 months ago #
The Dashboard appears to be working fine again after the HS2 upgrade this morning.
Many thanks to all!
captatio
Member
Posted 10 months ago #
thank you for the upgrade !
wickedsunny1
Member
Posted 10 months ago #
tranquera np at all, and yes update fixed everything ! cheers
kelliepatzer
Member
Posted 10 months ago #
Folks
I took on WP 3.2 then Headspace2 came out with this update. After I updated my WP back-end broke.
This is the error I get on my WP back-end:
Warning: include_once(/xxx-out-for-security-reasons/wp-content/plugins/) [function.include-once]: failed to open stream: No such file or directory in /xxx-out-for-security-reasons/wp-content/plugins/headspace2/modules/page/plugin.php on line 76
Warning: include_once() [function.include]: Failed opening '/xxx-out-for-security-reasons/wp-content/plugins/' for inclusion (include_path='.:/usr/local/lib/php-5.2.12/lib/php:/xxx-out-for-security-reasons/wp-content/plugins/mailchimp-widget/lib') in /xxx-out-for-security-reasons/wp-content/plugins/headspace2/modules/page/plugin.php on line 76
Warning: Cannot modify header information - headers already sent by (output started at /xxx-out-for-security-reasons/wp-content/plugins/headspace2/modules/page/plugin.php:76) in /xxx-out-for-security-reasons/wp-includes/pluggable.php on line 934
Can someone give me a heads up as to what I might FTP in to modify to fix / end this?
Thanks in advance!
Take care.
Kellie