Change size of Search Box Web Part – SharePoint 2013

You want to change the size of the search box web part, this is fairly straight forward when you know how. 1. Firstly get the name/ID of the search box. Open your SharePoint front page, right click in the search box and select “inspect element”, then in the Developer box you should see the search … Read more

Moodle 2.5 Error: “Cannot find data record in database table course_module”

You get this error when opening a course, in this case we were using course 33. When entering the course, you get this error message: “Cannot find data record in database table course_module” http://moodle.domain/course/view.php?id=33 SOLUTION: Open MySQL Workbench on the server and then run this query: Then you should see the course record in the … Read more

SharePoint 2013 – Managed Metadata Columns Empty in Lists

We found that the metadata columns which use the term store, end up showing empty for all users apart from the Site Administrators. To fix this you need to grant privileges to the users in this list. To do this navigate to: http://intranet/Lists/TaxonomyHiddenList/AllItems.aspx Click on “List”->”List Settings” then click on “Permissions for this list.” Add … Read more

APC Management Card and Microsoft IAS (NPS)

When setting up your APC Management card (this includes the ATS Devices) you need to configure the IAS policy as follows. I’m assuming you know the basics of configuring a RADIUS device this is specifically how to get administrative privileges for users logging into the Management card. Without these additional settings, the user will get … Read more

Shibboleth Deprecated Values

If you are seeing this when you start TomCat on a Shibboleth server you need to check your Shibboleth configuration as follows: Open relying-party.xml and change the maxvalidityinterval value within this section to: P46DT12H0M0.000S instead of: 4017600.

Moodle 2.x Failing Course Restores

I’ve been wrestling with a course restore problem on Moodle 2.4.2 and Moodle 2.5. Basically you can take a course backup fine, but when trying to restore it, it will timeout, and fail to restore the course at all or may only restore a small segment of it. Of course it fails, with no entries … Read more