Upgrade errors.

Permalink
Howdy.

I've upgraded from 5.7.3.1 to 5.7.4.2 and am getting the following error when attempting to view a page:
Doctrine\Common\Proxy\AbstractProxyFactory::getProxyDefinition(): Failed opening required '/var/www/html/application/config/doctrine/proxies/__CG__ConcreteCoreFileStorageLocationStorageLocation.php' (include_path='/private/var/www/html/concrete/vendor:.:/usr/local/Cellar/php55/5.5.25/lib/php')


Attempts to refresh the proxies yields the following error:
An exception occurred while executing 'SELECT t0.cPath AS cPath1, t0.ppID AS ppID2, t0.cID AS cID3, t0.ppIsCanonical AS ppIsCanonical4, t0.ppGeneratedFromURLSlugs AS ppGeneratedFromURLSlugs5 FROM PagePaths t0 WHERE t0.cID = ? AND t0.ppIsCanonical = ?' with params ["116", 0]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 't0.ppGeneratedFromURLSlugs' in 'field list'

Any pointers?

meandmybadself
 
andrew replied on at Permalink Best Answer Reply
andrew
How did you upgrade? Did you replace the concrete/ directory? If so, did you run the upgrade script as detailed on this page?http://www.concrete5.org/documentation/developers/5.7/installation/...
meandmybadself replied on at Permalink Reply
meandmybadself
Replaced the /concrete directory, yeah. Will give those instructions a run through. Hadn't seen them before. Thanks for the heads up!
meandmybadself replied on at Permalink Reply
meandmybadself
That did the trick. Thanks, sir.