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.
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.
Anything outside your /concrete/ directory?