enupal / backup

Fully integrated Backup solution for Craft CMS
https://enupal.com/craft-plugins/enupal-backup
Other
16 stars 3 forks source link

Error Unknown column 'settings' .... #14

Closed colorao closed 5 years ago

colorao commented 5 years ago

Description

Plugin install fails. Installing normally from CP. Then installation fails:

Install Craft with composer 1.8.0 on a MacPro HighSierra 10.13.4 After installation (All Ok) directly go to Plugin Store / Enupal Backup / Install Installation failed.

This is the 2nd error I get. Ive tried do the same in another Mac with Yosemite. Same error.

Database Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'settings' in 'field list' The SQL being executed was: UPDATE plugins SET settings='{\"compressWithBz2\":1,\"pluginNameOverride\":null,\"backupsAmount\":5,\"deleteLocalBackupAfterUpload\":false,\"enableDatabase\":true,\"excludeData\":\"assetindexdata, assettransformindex, cache, sessions, templatecaches, templatecachecriteria, templatecacheelements\",\"enableTemplates\":false,\"excludeTemplates\":\"\",\"enableConfigFiles\":false,\"excludeConfigFiles\":\"cpresources,\",\"enableLogs\":false,\"excludeLogs\":\"enupalbackup,\",\"enableWebFolder\":false,\"excludeWebFolder\":\"cpresources,\",\"enableLocalVolumes\":false,\"volumes\":null,\"enableDropbox\":false,\"dropboxToken\":null,\"dropboxPath\":\"\/enupalbackup\/\",\"enableGoogleDrive\":false,\"googleDriveClientId\":null,\"googleDriveClientSecret\":null,\"googleDriveFolder\":\"enupalbackup\/\",\"enableAmazon\":false,\"amazonKey\":null,\"amazonSecret\":null,\"amazonBucket\":null,\"amazonRegion\":null,\"amazonPath\":\"\/enupalbackup\/\",\"amazonUseMultiPartUpload\":false,\"enableFtp\":false,\"ftpType\":\"ftp\",\"ftpHost\":null,\"ftpUser\":null,\"ftpPassword\":null,\"ftpPath\":\"enupalbackup\/\",\"enableSos\":false,\"sosUser\":null,\"sosSecret\":null,\"sosHost\":null,\"sosContainer\":null,\"sosPath\":\"\/enupalbackup\/\",\"enablePathToTar\":false,\"pathToTar\":null,\"enablePathToPhp\":null,\"pathToPhp\":null,\"enablePathToMysqldump\":false,\"pathToMysqldump\":null,\"enablePathToOpenssl\":false,\"pathToOpenssl\":null,\"enablePathToPgdump\":false,\"pathToPgdump\":null,\"enableWebhook\":false,\"webhookSecretKey\":null,\"enableOpenssl\":false,\"opensslPassword\":null,\"enableNotification\":false,\"emailTemplateOverride\":null,\"notificationSubject\":null,\"notificationRecipients\":null,\"notificationSenderName\":null,\"notificationSenderEmail\":null,\"notificationReplyToEmail\":null,\"maxExecutionTime\":3600,\"primarySiteUrl\":\"$DEFAULT_SITE_URL\"}', dateUpdated='2019-01-22 20:05:45' WHERE handle='enupal-backup'

Steps to reproduce

1.Install Craft withcomposer 2.Plugin Store / Enupal Backup / install

Additional info

andrelopez commented 5 years ago

Hi @colorao

We just released Enupal Backup v1.2.5 with a fix for this error. Please update/install the plugin again and let us know if the error is fixed.

Best