Missing field in the database
Permalink
Ok guys, I know this post is already redundant.
I have the latest concrete5 version here in my computer (ran in apache of course) with a new database but then I tried to hook up this latest version to the old database.
and this error appeared
The database was successfully imported in mysql (after I updated the post_max_size and others to a bigger capacity)
Is the old database different from the newer one?
I have the latest concrete5 version here in my computer (ran in apache of course) with a new database but then I tried to hook up this latest version to the old database.
and this error appeared
mysql error: [1054: Unknown column 'Pages.cIsActive' in 'field list'] in EXECUTE("select Pages.cID, Pages.pkgID, Pages.cPointerID, Pages.cPointerExternalLink, Pages.cIsActive, Pages.cIsSystemPage, Pages.cPointerExternalLinkNewWindow, Pages.cFilename, Collections.cDateAdded, Pages.cDisplayOrder, Collections.cDateModified, cInheritPermissionsFromCID, cInheritPermissionsFrom, cOverrideTemplatePermissions, cPendingAction, cPendingActionUID, cPendingActionTargetCID, cPendingActionDatetime, cCheckedOutUID, cIsTemplate, uID, cPath, Pages.ctID, ctHandle, ctIcon, ptID, cParentID, cChildren, ctName, cCacheFullPageContent, cCacheFullPageContentOverrideLifetime, cCacheFullPageContentLifetimeCustom from Pages inner join Collections on Pages.cID = Collections.cID left join PageTypes on (PageTypes.ctID = Pages.ctID) left join PagePaths on (Pages.cID = PagePaths.cID and PagePaths.ppIsCanonical = 1) where Pages.cID = 1")
The database was successfully imported in mysql (after I updated the post_max_size and others to a bigger capacity)
Is the old database different from the newer one?
Yes, the databases are different and you can't just hook up the new concrete5 to the old database.
Please refer to this documentation:
http://www.concrete5.org/documentation/installation/upgrading_concr...