Error 503 after upgrade to 1.5.7

007

Member
Hi everyone,
I'm getting this error after upgrading to v1.5.7 from v1.5.1, and 1.5.1 is still working fine on my production server. Any ideas about how to resolve this?

Code:
CDbException
The table "{{page}}" for active record class "Page" cannot be found in the database.
 
@007 - try to clear the cache from the server by renaming the apps/common/runtime/cache folder.
Also check your database and make sure the page table exists.
 
@twisted1919 I'm having same issue after upgrade to 1.5.7 and also the following error while creating new campaign:

The table "{{campaign_extra_tag}}" for active record class "CampaignExtraTag" cannot be found in the database.

I don't see Page table in MailWizz database.
 
Back
Top