Update causes Fatal error: Call to a member function overrideCollectionPermissions()

Permalink
Hi,

I am working on a website and there seems to be some strange things happening.

I have updated the site to concrete5.6.1.2 and now I get this error on the site. I don't get any errors when logged in. It is using the default Greek yoghurt theme so not much changed there.

Fatal error: Call to a member function overrideCollectionPermissions() on a non-object in /home4/soundsa4/public_html/testsite/updates/concrete5.6.1.2_updater/concrete/core/models/permission/assignments/area.php on line 33

The reason for the upgrade was the existing site is making some calls to files that don't exist and really slowing the site down.

access("/libraries/3rdparty/adodb/adodb.inc.php", F_OK) = -1 ENOENT (No such file or directory)
access("/home4/soundsa4/public_html/concrete/config/../libraries/3rdparty/adodb/adodb.inc.php", F_OK) = 0

access("/libraries/3rdparty/Zend/Locale.php", F_OK) = -1 ENOENT (No such file or directory)
access("/home4/soundsa4/public_html/concrete/config/../libraries/3rdparty/Zend/Locale.php", F_OK) = 0

Please can someone shed some light on what might be happening.

TMDesigns
 
VPenkov replied on at Permalink Reply
VPenkov
What files have you overridden?
Anything outside your /concrete/ directory?
TMDesigns replied on at Permalink Reply
TMDesigns
No nothing as far as I can see. This is really doing my head in.
TMDesigns replied on at Permalink Reply
TMDesigns
UPDATE:

I have change the template and it seems to work, but the greek yoghurt one seems to be throwing up the errors. Is there something wrong with it?