Mattjstmarys
Members-
Posts
20 -
Joined
-
Last visited
Reputation
5 NeutralAbout Mattjstmarys

Personal Information
-
Location
Manchester
-
I have fixed the issue i was having by making the following changes to the bulkYearMake.php file. Add namespace MRBS; directly under the <?php tag namespace MRBS; Edit the below // Check the user is authorised for this page checkAuthorised(); // Also need to know whether they have admin rights $user = getUserName(); $required_level = (isset($max_level) ? $max_level : 2); $is_admin = (authGetUserLevel($user) >= $required_level); if (! $is_admin) { die("Error: Accessed Denied"); } to // Check the user is authorised for this page if (!checkAuthorised(this_page())) { exit; } removing part of this code disables the check for admin however to restrict this to admins you can add the page name to mrbs_auth.inc around line 130 // These pages only contain admin features case 'add.php': // Adds a room case 'del.php': // Deletes a room case 'del_entries.php': // Ajax page for bulk deletion of entries case 'edit_area.php': case 'edit_area_handler.php': case 'edit_room_handler.php': case 'import.php': case 'kiosk.php': case 'report.php': case 'bulkYearMake.php': $result = 2; break;
-
Hi, Thanks for your reply. both bulkYearMake.php and the defaultincludes.inc files are in the root of the MRBS installation.
-
Hi, I am looking to get this working but i am getting an error when i browse to the bulkYearMake.php Any help would be appreciated.
-
Hi, I've been asked for a guide to give to new staff in school for the basics of SIMS. Does anyone have one they are willing to share? Ive had a look at the Quick Reference Sheets on ESS website but there doesn't seem to be one aimed at teacher / teaching assistants. Thanks
-
Force Logoff if user group polices are not applied.
Mattjstmarys replied to Mattjstmarys's topic in Windows 10
They are bypassing the Impero chrome extension so are able to get on more site than they should. they don't get their start menu or desktop and use this as an excuse for not doing any work. -
Hi, We are having issues where students are starting login and will unplug the network cable to stop any group policy user settings applying. Is there anyway to stop these logins or to force logoff if they have not got the policies? Thanks
-
Good Morning All, Its that time of year again when our Cunningham support contract is due for renewal. This year it has gone up over £700 and is now just below the £4000 mark. Has anyone removed any items from there support contract such as the tills and bio readers? We are still using the Toshiba STA10 tills that they will stop supporting in 2021 but want nearly £6000 to replace them all. We are happy to maintain the hardware in-house and to also look at upgrading them ourselves. Has anyone done this? I have also questioned why it costs £595 for someone to come out to 'install/commission' the tills. Surly if they was to send them out or just deliver them we can install them. Commissioning will not be an issue for us to do in house either as we have extensive knowledge of how their system works from problem solving issues ourselves due to slow support... I would like to look at moving to an alternative supplier (Biostore Fastrak) ideally we would buy the tills inhouse from a third party and Biostore only need to supply the cash loaders and software. Has anyone ever done anything like this? Thanks Matt
-
apparently this is not covered under the support contract and is chargeable by the hour.
-
Hi All, Out Cunninghams impact database currently sits on an VM running windows XP. Has only successfully moved this over to a new OS without problems? Cunninghams want to charge us to do this. Regards Matt
-
We have now bypassed this error as it was discussed in comment 24 of this link: https://bugs.chromium.org/p/chromium/issues/detail?id=700595&desc=2#c24 Google have said that by Version 64 this setting will no longer be available but i am sure by that point Sophos/smoothwall would have fixed the SHA1 Certificate issue.
-
We have now got this issue after Google Chrome has auto updated to 58. We are using a Sophos UTM and they are aware of the error: https://community.sophos.com/products/unified-threat-management/f/general-discussion/91085/https-scanning-web-protection-ssl-error-err_cert_common_name_invalid/330113 https://bugs.chromium.org/p/chromium/issues/detail?id=700595&desc=2#c20
-
To solve this solution i have wrote a small VB program to display the username in a small box at the top of the window above all windows.
-
This is just what we need. Thank you. is it possible for you to send me the source code so i can make a few tweaks? Thanks Matt
-
We will be upgrading from RM Tutor to Impero.
-
It is a request from teaching staff so they can identify students quickly and can ensure they are not using another students account. They have had it for the past 5 years with CC4 and do not want to loose the feature. We allready do custom backgrounds for different user types.
