My site doesn't open

Permalink
Keep getting the following error which I don't know how to fix. Any suggestions.

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")

janaleanne
 
webnut replied on at Permalink Reply
webnut
I'm no SQL guru but I thought I'd try to help.
Inspecting the code shows this line further down:

cInheritPermissionsFrom

Note that the FROM is missing a space between the 's' and the 'F'.
This could break your DB call. If the code has been modified then I would look at that. it can't hurt to correct it.
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
Try it now..
Probably an incomplete upgrade caused by server timeout,
I just reran the upgrade script and eventually it completed satisfactorily,
Your site appears to be online now..
janaleanne replied on at Permalink Reply
janaleanne
Thank you so much!
cbeerens replied on at Permalink Reply
How do I upgrade my SQL error of the same issue relating to spacing?
janaleanne replied on at Permalink Reply
janaleanne
Thank you
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Your welcome,
Perhaps you could mark my answer as "Best Answer" so that others with the same problem can see that it was successful?