Error after updating from 5.7.5.13 to 8.2.1
Permalink
SOLVED! I've been trying to update my site. First I tried a manual update from 5.7.5.13 to 8.3.2, since it's the latest version on the website. Seemed to go ok, and the home page loaded the top half, but the lower half had this message: "An unexpected error occurred.
Invalid Method on class Concrete\Core\Attribute\Category\PageCategory: getDefaultIndexedSearchTable."
So, I reset it all to 5.7.5.13, and then tried to upgrade to 8.2.1 instead, as this is the version that shows as available in my dashboard (although I did the upgrade manually). Same result, same error message. Any help would be appreciated.
Invalid Method on class Concrete\Core\Attribute\Category\PageCategory: getDefaultIndexedSearchTable."
So, I reset it all to 5.7.5.13, and then tried to upgrade to 8.2.1 instead, as this is the version that shows as available in my dashboard (although I did the upgrade manually). Same result, same error message. Any help would be appreciated.
I tracked it down by doing a search for the text of the method that it was calling invalid (getDefaultIndexedSearch) in my files, assuming it was coming from an outdated package or block, and sure enough...a page list block I'd customized. I just had to update the controller file for it, and things are working fine now.
How did you 'update the controller'?