and it still not working…
edit file /help-desk/funstions.php
edit this line echo ‘<script src=”‘ . $siteurl . ‘/wp-content/mu-plugins/help-desk/functions.js” to
echo ‘<script src=”‘ . $siteurl . ‘/wp-content/plugins/help-desk/help-desk/functions.js”
replace in all files
help-desk.php&task
wwith
help-desk/help-desk.php&task
!!! 4 is not get_blog it’s get_bloginfo
0 open file help-desk.php at line 33
replace line with
define(‘_HELPDESKROOT’, ABSPATH . ‘/wp-content/plugins/help-desk/help-desk/’);
now you should inspect all files *.php and replace
1 update_site_option with update_option
2 get_site_option with get_option
3 is_site_admin() with is_admin()
4 look in function.php line28 and replace get_bloginfobyid with get_blog
wwell i got it working watch your logs if it’s not work =)))