Upgrade error from 5.7.4.2
Permalink
I have a serious problem and don't understand why I am getting this on the update:
Doctrine\Common\Proxy\AbstractProxyFactory::getProxyDefinition() [<a href='function.require'>function.require</a>]: Failed opening required '/home/mychu0/public_html/fscbuffalofootball.com/application/config/doctrine/proxies/__CG__ConcreteCoreFileStorageLocationStorageLocation.php' (include_path='/home/mychu0/public_html/fscbuffalofootball.com/concrete/vendor:.:/usr/lib/php:/usr/local/lib/php')
Doctrine\Common\Proxy\AbstractProxyFactory::getProxyDefinition() [<a href='function.require'>function.require</a>]: Failed opening required '/home/mychu0/public_html/fscbuffalofootball.com/application/config/doctrine/proxies/__CG__ConcreteCoreFileStorageLocationStorageLocation.php' (include_path='/home/mychu0/public_html/fscbuffalofootball.com/concrete/vendor:.:/usr/lib/php:/usr/local/lib/php')
Now i have this error:
An exception occurred while executing 'select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = ? order by pkgID asc' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mychu0_conc492.Packages' doesn't exist
An exception occurred while executing 'select pkgID, pkgName, pkgIsInstalled, pkgDescription, pkgVersion, pkgHandle, pkgDateInstalled from Packages where pkgIsInstalled = ? order by pkgID asc' with params [1]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mychu0_conc492.Packages' doesn't exist
The error explains pretty well what's going on. A table seems to be missing in your database. ("Packages").
And check the permissions for that path! They need to be readable by the webserver.