Hi I get this error in my WPMU 2.65 with NetGen 99.1. Please help
ERROR: 061220081213.jpg :
Fatal error: Call to undefined function wpmu_enable_function() in /home/admin/public_html/modelsorg.com/wp-content/plugins/nextgen-gallery/admin/wp25/functions.php on line 709
706-717 Lines Below
**************************************************************
function check_quota() {
// Only for WPMU
if ( (IS_WPMU) && wpmu_enable_function(‘wpmuQuotaCheck’))
if( $error = upload_is_user_over_quota( false ) ) {
nggallery::show_error( __( ‘Sorry, you have used your space allocation. Please delete some files to upload more files.’,’nggallery’ ) );
return true;
}
return false;
}
// **************************************************************